Fix python2 macros

f38
Miro Hrončok 7 years ago
parent 3e0fd9d7a9
commit 1a8c524b12

@ -146,10 +146,10 @@ popd
%license lgpl.txt %license lgpl.txt
%{_bindir}/nosetests %{_bindir}/nosetests
%{_bindir}/nosetests-2 %{_bindir}/nosetests-2
%{_bindir}/nosetests-%{python_version} %{_bindir}/nosetests-%{python2_version}
%{_mandir}/man1/nosetests.1* %{_mandir}/man1/nosetests.1*
%{_mandir}/man1/nosetests-2.1* %{_mandir}/man1/nosetests-2.1*
%{_mandir}/man1/nosetests-%{python_version}.1* %{_mandir}/man1/nosetests-%{python2_version}.1*
%{python2_sitelib}/nose-*.egg-info/ %{python2_sitelib}/nose-*.egg-info/
%{python2_sitelib}/nose/ %{python2_sitelib}/nose/

Loading…
Cancel
Save