diff --git a/python-igraph.spec b/python-igraph.spec index 4352e0c..b6925ef 100644 --- a/python-igraph.spec +++ b/python-igraph.spec @@ -27,17 +27,17 @@ around. %setup -q %build -%{__python} setup.py build +%{__python2} setup.py build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING -%{python_archlib}/igraph -%{python_archlib}/python_igraph-%{version}-py*.egg-info +%{python2_sitearch}/igraph +%{python2_seitearch}/python_igraph-%{version}-py*.egg-info %{_bindir}/igraph #%check @@ -48,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT - Update to 0.6.5 - Clean the spec a little - Comment out the tests for the moment +- Update macro to python2 * Sun Aug 04 2013 Fedora Release Engineering - 0.5.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild