https://bugzilla.rpmfusion.org/show_bug.cgi?id=2081
Richard <hobbes1069(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hobbes1069(a)gmail.com
--- Comment #1 from Richard <hobbes1069(a)gmail.com> 2011-12-09 16:25:21 CET ---
A couple of things:
1. Although it's obvious by looking in the spec, make sure you state why this
package isn't allowed in Fedora.
2. Make sure you read the comments in the spec file :)
%build
# Remove CFLAGS=... for noarch packages (unneeded)
CFLAGS="%{optflags}" %{__python} setup.py build
Since this is a noarch package you can remove the CFLAGS:
%build
%{__python} setup.py build
Richard
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.