http://bugzilla.rpmfusion.org/show_bug.cgi?id=1975
--- Comment #10 from leigh scott <leigh123linux(a)fedoraproject.org> 2011-10-22
22:08:51 ---
The macros are obsolete since F12 and can be removed unless you intend to build
for EL5
https://fedoraproject.org/wiki/Packaging/Python#Macros
Also it's no arch so remove the flags
%build
# Remove CFLAGS=... for noarch packages (unneeded)
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
to
%build
%{__python} setup.py build
You can also remove this from both files sections
%defattr(-,root,root,-)
https://fedoraproject.org/wiki/Packaging:Guidelines#File_Permissions
--
Configure bugmail:
http://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.