Miro Hrončok 2019-02-13 00:52:22 +01:00
parent 96c6b30203
commit 853413c495

View File

@ -57,7 +57,7 @@ CFLAGS="%{optflags}" %{__python2} setup.py build
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
CFLAGS="%{optflags}" %{__python3} setup.py build %py3_build
popd popd
%endif # with_python3 %endif # with_python3
@ -66,7 +66,7 @@ popd
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
%{__python3} setup.py install --root="%{buildroot}" --prefix="%{_prefix}" %py3_install
popd popd
%endif # with_python3 %endif # with_python3