14
0

Accepting request 146916 from home:TheBlackCat:branches:devel:languages:python

Fix building on SLES 11

OBS-URL: https://build.opensuse.org/request/show/146916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-liblarch?expand=0&rev=4
This commit is contained in:
Todd R
2013-01-03 17:09:30 +00:00
committed by Git OBS Bridge
parent 43a07b8a5f
commit 7ce847e5b8
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 3 17:07:45 UTC 2013 - toddrme2178@gmail.com
- Fix building on SLES 11
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 28 10:43:02 UTC 2012 - cfarrell@suse.com Tue Feb 28 10:43:02 UTC 2012 - cfarrell@suse.com

View File

@@ -27,8 +27,12 @@ Source: http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/%{_
BuildRequires: python BuildRequires: python
Requires: python-gobject2 Requires: python-gobject2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{py_requires}
%else
BuildArch: noarch BuildArch: noarch
%py_requires %endif
%description %description
Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs