]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
sed: Move everything to /usr.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Apr 2012 22:29:53 +0000 (00:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Apr 2012 22:29:53 +0000 (00:29 +0200)
sed/sed.nm

index 0c43fbb5bb1c75a813ef3060ac2e8fb144f3a949..556ef7c8165bcd07c00d1eaf12bef5d8fb360da6 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = sed
 version    = 4.2.1
-release    = 2
+release    = 3
 
 groups     = Applications/Text
 url        = http://sed.sourceforge.net/
@@ -28,9 +28,7 @@ build
        end
 
        configure_options += \
-               --bindir=/bin \
-               --without-included-regex \
-               --mandir=/usr/share/man
+               --without-included-regex
 
        test
                make check
@@ -40,6 +38,14 @@ end
 packages
        package %{name}
                groups += Base Build
+
+               provides
+                       /bin/sed
+               end
+
+               conflicts
+                       filesystem < 002
+               end
        end
 
        package %{name}-debuginfo