14
0
forked from pool/python-six

Accepting request 358457 from home:olh:branches:devel:languages:python

- Restore buildarch for SLE_11 to fix build

OBS-URL: https://build.opensuse.org/request/show/358457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=44
This commit is contained in:
2016-02-09 09:48:53 +00:00
committed by Git OBS Bridge
parent 6dcd5708d8
commit 3f2604065e
3 changed files with 10 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-six-doc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 9 07:45:20 UTC 2016 - olaf@aepfle.de
- Restore buildarch for SLE_11 to fix build
-------------------------------------------------------------------
Tue Jan 19 09:07:19 UTC 2016 - toddrme2178@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-six
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-six
Version: 1.10.0
Release: 0
@@ -30,7 +31,9 @@ BuildRequires: python-argparse
Requires: python-argparse
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%description
Six is a Python 2 and 3 compatibility library. It provides utility