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

--- Comment #4 from Simone Caronni <negativ...@gmail.com> ---
If you are building only for Fedora and not EPEL 6, in the install section,
instead of:

%install
make install DESTDIR=%{buildroot}
find %{buildroot} -name '*.*a' -exec rm -f {} ';'

Please use:

%install
%make_install
find %{buildroot} -name '*.*a' -delete

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ze52TbgvQe&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to