Logoj0ke.net Open Build Service > Projects > server:monitoring > python-speedtest-cli > Changes
Sign Up | Log In

Changes of Revision 3

[-] Changed python-speedtest-cli.spec
x
 
1
@@ -57,15 +57,12 @@
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