ImageMagick update

Orcan Ogetbil oget.fedora at gmail.com
Sun May 30 15:16:28 UTC 2010


On Sun, May 30, 2010 at 10:59 AM, Pavel Alexeev (aka Pahan-Hubbitus) wrote:
> Actually spec file contain string to delete in root build directory:
> rm $RPM_BUILD_ROOT%{_libdir}/*.la
> What can happened bad if I do:
> find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} \;
> as Chen Lei suggested before?
>
> Actually I done that, but update is not pushed yet.
> https://admin.fedoraproject.org/mailman/listinfo/devel

I wouldn't push that. I did the merge review for ImageMagick a long
time ago and things may have changed since then though. From what I
remember, the .la files that are not directly in %{_libdir} were
needed by some plugins. If you remove those .la files, you kill the
plugins.

Orcan


More information about the devel mailing list