14
0

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2013-10-24 11:08:00 +00:00
committed by Git OBS Bridge
parent 258a0881d4
commit 6c67f7e35b
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 11:07:59 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 29 13:52:56 UTC 2013 - speilicke@suse.com Mon Apr 29 13:52:56 UTC 2013 - speilicke@suse.com

View File

@@ -13,18 +13,19 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-Logbook Name: python-Logbook
Version: 0.4.1 Version: 0.4.1
Release: 0 Release: 0
License: BSD-3-Clause
Summary: A logging replacement for Python Summary: A logging replacement for Python
Url: http://logbook.pocoo.org/ License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://logbook.pocoo.org/
Source: http://pypi.python.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz Source: http://pypi.python.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}