forked from pool/python-liblarch
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:
@@ -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
|
||||
|
||||
|
||||
@@ -27,8 +27,12 @@ Source: http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/%{_
|
||||
BuildRequires: python
|
||||
Requires: python-gobject2
|
||||
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
|
||||
%py_requires
|
||||
%endif
|
||||
|
||||
%description
|
||||
Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs
|
||||
|
||||
Reference in New Issue
Block a user