summaryrefslogtreecommitdiff
path: root/libzypp-bindings.spec.cmake
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2009-11-24 13:40:09 +0100
committerMichael Andres <ma@suse.de>2009-11-24 13:40:09 +0100
commit60317182679a5146fdd7950b910e43b33d536d80 (patch)
tree1da4f00a64d56e9732fa3961858551a868fbc721 /libzypp-bindings.spec.cmake
parent29b0d3cdc33786984226b0d218567d62f6ec3557 (diff)
downloadlibzypp-bindings-60317182679a5146fdd7950b910e43b33d536d80.tar.gz
libzypp-bindings-60317182679a5146fdd7950b910e43b33d536d80.tar.bz2
libzypp-bindings-60317182679a5146fdd7950b910e43b33d536d80.zip
Fix to build on sle11-sp1
Diffstat (limited to 'libzypp-bindings.spec.cmake')
-rw-r--r--libzypp-bindings.spec.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake
index 23aa13e..85aedad 100644
--- a/libzypp-bindings.spec.cmake
+++ b/libzypp-bindings.spec.cmake
@@ -21,6 +21,11 @@ BuildRequires: cmake gcc-c++ python-devel ruby-devel swig
BuildRequires: libzypp-devel >= 5.8.0
Source: %{name}-%{version}.tar.bz2
+%if 0%{?suse_version} == 1110
+# not present on sle11-sp1:
+%define python_sitelib /usr/lib/python%{python_version}/site-packages
+%endif
+
%description
This package provides bindings for libzypp, the library for package management.