From: Michael Tremer Date: Thu, 3 Nov 2011 23:26:41 +0000 (+0100) Subject: binutils: Move libs to main package. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f45434a7d1f2b3f5de355871b0d6f273301ccfef;p=people%2Fms%2Fipfire-3.x.git binutils: Move libs to main package. Some applications link against these and we don't want the -devel package to be around then. --- diff --git a/binutils/binutils.nm b/binutils/binutils.nm index 75158eca9..82b813753 100644 --- a/binutils/binutils.nm +++ b/binutils/binutils.nm @@ -5,7 +5,7 @@ name = binutils version = 2.21.51.0.8 -release = 3 +release = 4 maintainer = Michael Tremer 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