]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - file/file.nm
kernel: Update to 3.17
[people/ms/ipfire-3.x.git] / file / file.nm
index d34169be315f7357bfcebce0058ecc0264808d4c..9ac198e69c7d5012b02ebb7f16f8b627e4502302 100644 (file)
@@ -4,18 +4,18 @@
 ###############################################################################
 
 name       = file
-version    = 5.09
+version    = 5.18
 release    = 1
 
-groups     = Base Build System/Tools
+groups     = System/Tools
 url        = http://www.darwinsys.com/file/
 license    = BSD
 summary    = A utility for determining file types.
 
 description
-       The file command is used to identify a particular file according to the \
-       type of data contained by the file.  File can identify many different \
-       file types, including ELF binaries, system libraries, RPM packages, and \
+       The file command is used to identify a particular file according to the
+       type of data contained by the file.  File can identify many different
+       file types, including ELF binaries, system libraries, RPM packages, and
        different graphics formats.
 end
 
@@ -36,8 +36,14 @@ end
 
 packages
        package %{name}
+               groups += Base Build
+       end
 
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end