]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - file/file.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / file / file.nm
index d34169be315f7357bfcebce0058ecc0264808d4c..dfcc9b69c00ab453d0edd0d5debbf29c45c4ce1d 100644 (file)
@@ -4,18 +4,18 @@
 ###############################################################################
 
 name       = file
-version    = 5.09
+version    = 5.20
 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
 
@@ -27,7 +27,8 @@ build
        end
 
        configure_options += \
-               --disable-static
+               --disable-static \
+               --enable-fsect-man5
 
        test
                make check
@@ -36,8 +37,14 @@ end
 
 packages
        package %{name}
+               groups += Base Build
+       end
 
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end