Changes of Revision 2
[-] | Changed | python-pthreading.spec |
1
2 %build 3 4 %install 5 -%{__python} setup.py install --root $RPM_BUILD_ROOT --install-lib %{python_sitelib} --prefix %{_prefix} 6 +##%{__python} setup.py install --root $RPM_BUILD_ROOT --install-lib %{python_sitelib} --prefix %{_prefix} 7 +%{__python} setup.py install -O1 --root %{buildroot} --prefix %{_prefix} 8 9 %check 10 %{__python} setup.py test 11 |