Merge pull request #3643 from iliv/devel

Proper packaging support for RHEL/CentOS 5
pull/4420/head
Michael DeHaan 2013-08-06 13:23:18 -07:00
commit 531e193865
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
%if 0%{?rhel} == 5
%define __python /usr/bin/python26
%endif
%if 0%{?rhel} && 0%{?rhel} <= 5 %if 0%{?rhel} && 0%{?rhel} <= 5
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot