2010/5/22 Hans de Goede hdegoede@redhat.com
Hi,
On 05/17/2010 03:13 AM, Chen Lei wrote:
repoquery --repoid=rawhide --whatrequires --alldeps ImageMagick-c++ ImageMagick-c++-0:6.6.0.2-8.fc14.i686 ImageMagick-c++-0:6.6.0.2-8.fc14.x86_64 inkscape-0:0.48-0.2.20100505bzr.fc14.x86_64 ImageMagick-c++-devel-0:6.6.0.2-8.fc14.x86_64 gdl-0:0.9-0.12.rc4.fc14.x86_64 pfstools-imgmagick-0:1.8.1-1.fc14.x86_64 drawtiming-0:0.7.1-1.1.fc14.x86_64 pfstools-0:1.8.1-1.fc14.x86_64 ImageMagick-c++-devel-0:6.6.0.2-8.fc14.i686 k3d-0:0.8.0.1-1.fc14.x86_64 gdl-python-0:0.9-0.12.rc4.fc14.x86_64 inkscape-view-0:0.48-0.2.20100505bzr.fc14.x86_64 BTW, some subpackages contain .la files, you should remove them in
%install.
e.g.
This is not necessarily good advice either:
- As these la files are for plugins which are located outside of
%{_libdir}, they do no harm 2) In the past there have been cases with plugins where the libraries plugins loading mechanism relies on the .la files being present, that might very well be the case here.
. This is actually my fault:) . ImageMagick strangely relies on those .la files to load modules. Containing .la files in packages will pull in libtool as dependency, can we filter it out?
Chen Lei