]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - file/file.nm
perl-Net-SSLeay: New package
[people/amarx/ipfire-3.x.git] / file / file.nm
index fc990ef6cd171ef7cd2fbbd48a72b903b7b8cef5..dfcc9b69c00ab453d0edd0d5debbf29c45c4ce1d 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = file
-version    = 5.09
-release    = 2
+version    = 5.20
+release    = 1
 
 groups     = System/Tools
 url        = http://www.darwinsys.com/file/
@@ -13,9 +13,9 @@ 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
@@ -42,4 +43,8 @@ packages
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end