Define python_sitearch if undefined.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=4
This commit is contained in:
Lars Müller 2012-05-30 16:40:03 +00:00 committed by Git OBS Bridge
parent cf346bbfe4
commit 0a1ad3d609
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Wed May 30 16:08:28 UTC 2012 - lmuelle@suse.com
Wed May 30 16:39:26 UTC 2012 - lmuelle@suse.com
- Define missing python macros on pre-6 CentOS and RHEL systems.
- Define python_sitearch if undefined.
-------------------------------------------------------------------
Wed May 30 15:36:34 UTC 2012 - lmuelle@suse.com

View File

@ -17,7 +17,7 @@
# norootforbuild
%if 0%{?centos_version} && 0%{?centos_version} < 600 || 0%{rhel_version} && 0%{rhel_version} < 600
%if "%{python_sitearch}" == ""
# CentOS and RHEL pre-6 don't know python_sitearch
%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(1))")
%endif