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

Iwicki Artur <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Iwicki Artur <[email protected]> ---
>Group: Development/Languages
The "Group:" tag is not used in Fedora.
https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections

>%package devel
>Requires: racket
This should be an arch-specific, versioned dependency. Otherwise racket-devel
can be installed alongside any version of racket. Use "racket%{?_isa} =
%{version}-%{release}".
https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package

>%package doc
>Requires: racket
Documentation packages should not depend on the main package.
https://fedoraproject.org/wiki/Packaging:Guidelines#Documentation

>%files
>%{_libdir}/lib*-*.so
>[...]
>%files devel
>%{_libdir}/*.so
Won't this cause the *.so files to be included in both the main package and the
-devel subpackage? Duplication should be avoided when possible.
https://fedoraproject.org/wiki/Packaging:Guidelines#Duplicate_Files

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to