Changes of Revision 3
[-] | Changed | python-speedtest-cli.spec |
x 1
2 3 4 %build 5 -%py2_build 6 -%if %{with python3} 7 -%py3_build 8 -%endif # with python3 9 +%py_build 10 11 12 %install 13 %{__mkdir} -p %{buildroot}%{_mandir}/man1 14 -%py2_install 15 +%py_install 16 for f in $(%{_bindir}/find %{buildroot}%{_bindir} -type f -name '*') 17 do 18 /bin/ln -f ${f} ${f}-%{python2_version} 19 |