[Bug 1975] "Review request: arista - An easy to use multimedia transcoder for the GNOME Desktop

RPM Fusion Bugzilla noreply at rpmfusion.org
Sun Oct 9 12:46:16 CEST 2011


http://bugzilla.rpmfusion.org/show_bug.cgi?id=1975





--- Comment #3 from leigh scott <leigh123linux at fedoraproject.org>  2011-10-09 12:46:15 ---
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('.')"


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.


More information about the rpmfusion-developers mailing list