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

--- Comment #35 from Michael Schwendt <[email protected]> ---
> the %{_isa} macro which the guide does not also appear to recommend.

Sure it does.
https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package

> Requires:       cairo
> Requires:       pango
> Requires:       gtk2
> Requires:       gtkmm24
> Requires:       libffi
> Requires:       libjpeg-turbo

https://fedoraproject.org/wiki/Packaging:Guidelines#Explicit_Requires


> %{_libdir}/racket/buildinfo

https://fedoraproject.org/wiki/Packaging:UnownedDirectories


> %{_datadir}

Certainly you do not want to include /usr/share, but only:

  %{_datadir}/*


> %files static
> %{_libdir}/*.la

| Libtool archives, foo.la files, should not be included.
|
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries

Btw, libtool archive files are unrelated to static libraries, so putting them
into a -static package would be wrong anyway.

-- 
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=YADNxKismo&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to