Don't hardcode Python versions

This commit is contained in:
Miro Hrončok 2019-03-21 16:01:01 +01:00
parent d5b3f0c719
commit fc09c6c323
1 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ popd &> /dev/null
#%%{_mandir}/man*/*
%{_bindir}/f2py
%{_bindir}/f2py2
%{_bindir}/f2py2.7
%{_bindir}/f2py%{python2_version}
%{_bindir}/f2py.numpy
%{python2_sitearch}/%{name}/f2py
@ -306,7 +306,7 @@ popd &> /dev/null
%files -n python3-numpy-f2py
%{_bindir}/f2py3
%{_bindir}/f2py3.7
%{_bindir}/f2py%{python3_version}
%{python3_sitearch}/%{name}/f2py
%files -n python3-numpy-doc