add %python3_version to the rpm macros (rhbz#719082)

This commit is contained in:
David Malcolm 2011-08-18 14:17:41 -04:00
commit 65e90f617b
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,5 @@
%__python3 /usr/bin/python3
%python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
%python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
%python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")
%py3dir %{_builddir}/python3-%{name}-%{version}-%{release}