[Bug 442714] Review Request: sat-solver - Satisfyability Solver library which can be used to compute inter-package dependencies.

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 21 04:30:20 UTC 2008


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=442714





--- Comment #37 from Debarshi Ray <debarshi.ray at gmail.com>  2008-10-21 00:30:19 EDT ---
According to the Naming Guidelines, package names of Python modules should be
prefixed with "python-" or "py". See:
https://fedoraproject.org/wiki/Packaging/NamingGuidelines#Addon_Packages_.28python_modules.29

In this case you can use:
%package -n     python-%{name}
...
%description -n python-%{name}
...
%files -n python-%{name}

Similarly for the Perl sub-package consult:
https://fedoraproject.org/wiki/Packaging/NamingGuidelines#Addon_Packages_.28perl_modules.29

-- 
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.




More information about the Fedora-package-review mailing list