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



--- Comment #4 from Parag AN(पराग) <[email protected]> ---
Few more fixes needed

1) In above link spec I can still see COPYING packaged, remove it

2) change 
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
to
%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT

3)change
python2 setup.py build
to
%{__python2} setup.py build

All this is given on
http://fedoraproject.org/wiki/Packaging:Python#Example_spec_file

-- 
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]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to