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



--- Comment #8 from Ralf Corsepius <rc040...@freenet.de> ---
* MUSTFIX: Remove this
%{_libdir}/debug/*
These files are automatically packaged into *-debuginfo and not supposed to be
packaged into normal packages.

* MUSTFIX: Do not ship static libs
%{_libdir}/libgnudos-1.0.a
Shipping static libs is strongly discouraged in Fedora.
If you really want to ship static libs, these must be packaged into a *-static
package.

As the package seems to support disabling building static libs, consider to
append "--disable-static" to %configure.

* MUSTFIX: Do not ship libtool-archives (*.la):
%{_libdir}/libgnudos-1.0.la
You need to *.la's in %install.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to