]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - patch/patch.nm
bash-completion: Drop files which will be shipped by util-linux for now
[people/arne_f/ipfire-3.x.git] / patch / patch.nm
index c79094fe4672a17583711f7b26c4745e8b905b6b..11d725157b9527ae15ebd6b235fbeecbf52e3c2b 100644 (file)
@@ -4,28 +4,29 @@
 ###############################################################################
 
 name       = patch
-version    = 2.6.1
+version    = 2.7.5
 release    = 1
 
-groups     = Build Development/Tools
+groups     = Development/Tools
 url        = http://www.gnu.org/software/patch/patch.html
 license    = GPLv2+
 summary    = Utility for modifying/upgrading files.
 
 description
-       The patch program applies diff files to originals. The diff \
-       command is used to compare an original to a changed file.\
-        Diff lists the changes made to the file. A person who has \
-       the original file can then use the patch command with the \
+       The patch program applies diff files to originals. The diff
+       command is used to compare an original to a changed file.
+       Diff lists the changes made to the file. A person who has
+       the original file can then use the patch command with the
        diff file to add the changes to their original file.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.gnu.org/gnu/patch/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
+               attr-devel
                ed
-               libselinux-devel
                pkg-config
        end
 
@@ -34,14 +35,12 @@ build
        test
                make check
        end
-
-       install
-               make install prefix=%{BUILDROOT}/usr
-       end
 end
 
 packages
        package %{name}
+               groups += Build
+       end
 
        package %{name}-debuginfo
                template DEBUGINFO