Bug 145449 - purge excessive Req's (from libtool archives, pkgconfig)
Summary: purge excessive Req's (from libtool archives, pkgconfig)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ImageMagick
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-18 17:08 UTC by Rex Dieter
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-04-26 05:00:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
purge excessive libs from pkgconfig (474 bytes, patch)
2005-01-18 19:14 UTC, Rex Dieter
no flags Details | Diff

Description Rex Dieter 2005-01-18 17:08:36 UTC
You can safely purge all libtool archives:
rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la

and then you can (safely) remove the Requires's crud that's built-up
in the -devel subpkgs, ie, in the -devel subpkg:
Requires: bzip2-devel, freetype-devel 
Requires: libjpeg-devel, libpng-devel, libtiff-devel, zlib-devel,
libxml2-devel
Requires: libexif-devel

likewise for -c++-devel

Comment 1 Rex Dieter 2005-01-18 19:14:15 UTC
Created attachment 109936 [details]
purge excessive libs from pkgconfig

Sample patch against (the latest atm) ImageMagick-6.1.8-8

Comment 2 Matthias Clasen 2005-04-26 05:00:47 UTC
Fixed in rawhide. FC3 update will be pushed to testing tomorrow.


Note You need to log in before you can comment on or make changes to this bug.