]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
binutils: Move libs to main package.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Nov 2011 23:26:41 +0000 (00:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Nov 2011 23:26:41 +0000 (00:26 +0100)
Some applications link against these and we don't want the
-devel package to be around then.

binutils/binutils.nm

index 75158eca983ffdc9f06156c7512eb016a7771752..82b8137538e26aeb71152ba04964b6a73f75a573 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = binutils
 version    = 2.21.51.0.8
-release    = 3
+release    = 4
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 groups     = Development/Tools
@@ -83,5 +83,13 @@ packages
 
        package %{name}-devel
                template DEVEL
+
+               # Don't package libbfd and libopcodes in the -devel package.
+               files
+                       /usr/include
+                       /usr/lib/*.a
+                       /usr/lib/libbfd.so
+                       /usr/lib/libopcodes.so
+               end
        end
 end