This commit is contained in:
parent
96c6b30203
commit
853413c495
@ -57,7 +57,7 @@ CFLAGS="%{optflags}" %{__python2} setup.py build
|
||||
|
||||
%if 0%{?with_python3}
|
||||
pushd %{py3dir}
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
%py3_build
|
||||
popd
|
||||
%endif # with_python3
|
||||
|
||||
@ -66,7 +66,7 @@ popd
|
||||
|
||||
%if 0%{?with_python3}
|
||||
pushd %{py3dir}
|
||||
%{__python3} setup.py install --root="%{buildroot}" --prefix="%{_prefix}"
|
||||
%py3_install
|
||||
popd
|
||||
%endif # with_python3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user