2011-08-18 19:25:42 +00:00
|
|
|
%__python2 /usr/bin/python2
|
|
|
|
%python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
|
|
|
|
%python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
|
|
|
|
%python2_version %(%{__python2} -c "import sys; sys.stdout.write(sys.version[:3])")
|
2014-11-13 14:04:28 +00:00
|
|
|
%python2_version_nodots %(%{__python2} -c "import sys; sys.stdout.write(sys.version[:3].replace('.',''))")
|