Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=497947





--- Comment #12 from Ant Bryan <[email protected]>  2009-05-07 01:04:17 
EDT ---
(In reply to comment #11)
> The .la is a libtool archive, not a static library. Just remove it.
> See
> http://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries 
>  

Ah, I had (almost) read that but missed the part about .la files. (I'd skipped
down to the bold title).

I have already done this as suggested in comment #3:

- .la files need to be removed, add
 find . -name *.la -exec rm {} \;
to the end of the install phase


I looked at another .spec file & this appears to work:

find $RPM_BUILD_ROOT -name *.la -exec rm {} \;

Now /usr/lib/libmetalink.a is no longer packaged, I take it that's fine?

Spec URL: http://pastebin.ca/1415019
SRPM URL:
http://www.metalinker.org/mirrors/libmetalink/libmetalink-0.0.3-3.fc10.src.rpm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to