diff --git a/python-venusian.spec b/python-venusian.spec index d4880b4..ff09e4f 100644 --- a/python-venusian.spec +++ b/python-venusian.spec @@ -7,7 +7,7 @@ Name: python-%{modname} Version: 1.0 -Release: 0.22.%{alphaver}%{?dist} +Release: 0.23.%{alphaver}%{?dist} Summary: A library for deferring decorator actions Group: Development/Libraries @@ -69,7 +69,7 @@ cp -a . %{py3dir} %endif %build -%{__python} setup.py build +%{__python2} setup.py build %if 0%{?with_python3} pushd %{py3dir} @@ -84,7 +84,7 @@ pushd %{py3dir} popd %endif -%{__python} setup.py install -O1 --skip-build --root %{buildroot} +%{__python2} setup.py install -O1 --skip-build --root %{buildroot} %check %if 0%{?with_python3} @@ -93,12 +93,12 @@ pushd %{py3dir} popd %endif -%{__python} setup.py nosetests +%{__python2} setup.py nosetests %files -n python2-venusian %doc README.txt LICENSE.txt -%{python_sitelib}/%{modname}/ -%{python_sitelib}/%{modname}-%{version}*.egg-info +%{python2_sitelib}/%{modname}/ +%{python2_sitelib}/%{modname}-%{version}*.egg-info %if 0%{?with_python3} %files -n python3-venusian @@ -109,6 +109,9 @@ popd %changelog +* Wed Jul 25 2018 Pierre-Yves Chibon - 1.0-0.23.a7 +- Use the py2 version of the macros + * Sat Jul 14 2018 Fedora Release Engineering - 1.0-0.22.a7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild