SHA256
1
0
forked from pool/python-smmap

Accepting request 204655 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/204655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smmap?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2013-10-25 09:32:40 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 11:14:45 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 14 13:40:44 UTC 2012 - saschpe@suse.de Wed Mar 14 13:40:44 UTC 2012 - saschpe@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-smmap # spec file for package python-smmap
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -11,7 +11,7 @@
# case the license is the MIT License). An "Open Source License" is a # case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# 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/
# #
@@ -26,7 +26,7 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/s/smmap/smmap-%{version}.tar.gz Source: http://pypi.python.org/packages/source/s/smmap/smmap-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-setuptools
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else %else