ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/lapack.spec
(Generate patch)

Comparing COMP/CMSDIST/lapack.spec (file contents):
Revision 1.9 by eulisse, Wed Aug 31 15:10:47 2011 UTC vs.
Revision 1.10 by eulisse, Tue Sep 6 09:52:43 2011 UTC

# Line 20 | Line 20 | make %{makeprocesses}
20  
21   %install
22   make install
23 + # We remove pkg-config files for two reasons:
24 + # * it's actually not required (macosx does not even have it).
25 + # * rpm 4.8 adds a dependency on the system /usr/bin/pkg-config
26 + #   on linux.
27 + # In the case at some point we build a package that can be build
28 + # only via pkg-config we have to think on how to ship our own
29 + # version.
30 + rm -rf %i/lib/pkgconfig

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines