Should be using python3 macros.

This commit is contained in:
William Cohen 2018-07-24 11:41:08 -04:00
parent 686670e617
commit 393b4b06e6

View File

@ -3,7 +3,7 @@
%define python_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))") %define python_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")
%define python_prefix %(python3 -c "import sys; print (sys.prefix)") %define python_prefix %(python3 -c "import sys; print (sys.prefix)")
%{?filter_setup: %{?filter_setup:
%filter_provides_in %{python2_sitearch}/perfmon/.*\.so$ %filter_provides_in %{python3_sitearch}/perfmon/.*\.so$
%filter_setup %filter_setup
} }
%endif %endif
@ -114,7 +114,7 @@ make \
%if %{with python} %if %{with python}
%files -n python3-libpfm %files -n python3-libpfm
%{python2_sitearch}/* %{python3_sitearch}/*
%endif %endif
%changelog %changelog