http://bugzilla.rpmfusion.org/show_bug.cgi?id=1975
--- Comment #6 from Lionel Félicité <deogracia(a)free.fr> 2011-10-09 14:12:20 ---
Thanks Leigh Scott.
(In reply to comment #3)
Just a few comments
1. it requires nautilus-extensions
2. what propose do these macros serve as there not called
%define python_compile_opt python -O -c "import compileall;
compileall.compile_dir('.')"
%define python_compile python -c "import compileall;
compileall.compile_dir('.')"
I forgot ti remove them. I should have revrite this spec file from sratch. I
just modified the one from mandriva.
https://fedoraproject.org/wiki/Packaging/Python#System_Architecture
It's noarch so opt flags aren't required, use this instead
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
3. %fupes is not correct, use fupes instead
--
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.