Correction
This commit is contained in:
parent
6b4757f8d8
commit
a222bbd5a0
|
@ -4,13 +4,13 @@
|
||||||
%define svntag @svntag@
|
%define svntag @svntag@
|
||||||
|
|
||||||
%define with_binarytar %{?_with_binarytar:1}%{!?_with_binarytar:0}
|
%define with_binarytar %{?_with_binarytar:1}%{!?_with_binarytar:0}
|
||||||
%define python_sitedir %(eval "
|
%define python_sitedir %{_lib}/%('
|
||||||
import os.path
|
import os.path
|
||||||
import distutils.sysconfig
|
import distutils.sysconfig
|
||||||
|
|
||||||
pathes = distutils.sysconfig.get_python_lib().split('/')
|
pathes = distutils.sysconfig.get_python_lib().split("/")
|
||||||
print os.path.join ( pathes[-2], pathes[-1] )
|
print os.path.join ( pathes[-2], pathes[-1] )
|
||||||
")
|
')
|
||||||
|
|
||||||
%if 0%{?rhel} > 5 || 0%{?fedora} > 10
|
%if 0%{?rhel} > 5 || 0%{?fedora} > 10
|
||||||
%define qt4 qt
|
%define qt4 qt
|
||||||
|
|
Loading…
Reference in New Issue