Update to 4.3.4

This commit is contained in:
Matej Stuchlik 2015-03-25 14:35:47 +01:00
commit 318f360969
7 changed files with 71 additions and 44 deletions

6
macros.python3.4 Normal file
View file

@ -0,0 +1,6 @@
%__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])")
%python3_version_nodots %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3].replace('.',''))")
%py3dir %{_builddir}/python3-%{name}-%{version}-%{release}