http://bugzilla.rpmfusion.org/show_bug.cgi?id=269
--- Comment #6 from Andrea Musuruane <musuruan(a)gmail.com> 2009-01-10 19:02:17 ---
I have some questions.
%{__python} setup.py install --skip-build --root %{buildroot} --install-lib
%{_datadir}/games/%{name}
Shouldn't install-lib be %{python_sitelib} as defined in the Python Packaging
Guidelines?
http://fedoraproject.org/wiki/Packaging/Python
# Install the files omitted by the setuptools script
cp -a data *.py %{buildroot}/%{_datadir}/games/%{name}
Why *.py files are installed under %{_datadir}? Isn't this be forbidden?
--
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.