Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: mypaint - A simple and easy paint program https://bugzilla.redhat.com/show_bug.cgi?id=428559 ------- Additional Comments From panemade@xxxxxxxxx 2008-01-20 23:50 EST ------- you missed to change sitelib to sitearch. Use following patch and increase release and submit new SRPM for final review. --- mypaint.spec 2008-01-21 10:13:45.000000000 +0530 +++ mypaint-new.spec 2008-01-21 09:28:08.000000000 +0530 @@ -1,5 +1,5 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + Name: mypaint Version: 0.5.0 Release: 5%{?dist} @@ -57,8 +57,8 @@ %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}* %{_datadir}/applications/fedora-%{name}.desktop -%dir %{python_sitelib}/%{name}/ -%{python_sitelib}/%{name}/mydrawwidget.so +%dir %{python_sitearch}/%{name}/ +%{python_sitearch}/%{name}/mydrawwidget.so %changelog -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review