From 0c5cd689aae3f17f735b9baf85437f19698256a75a1b73dd1523d5b4375bb19a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:11:59 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=4 --- python-pylibacl.changes | 5 +++++ python-pylibacl.spec | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/python-pylibacl.changes b/python-pylibacl.changes index f1e952f..4b5d2e2 100644 --- a/python-pylibacl.changes +++ b/python-pylibacl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:11:58 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Wed Mar 20 08:57:52 UTC 2013 - speilicke@suse.com diff --git a/python-pylibacl.spec b/python-pylibacl.spec index 8aa0995..5196f27 100644 --- a/python-pylibacl.spec +++ b/python-pylibacl.spec @@ -1,5 +1,5 @@ # -# spec file for package +# spec file for package python-pylibacl # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,20 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-pylibacl -Version: 0.5.1 -Release: 0 -License: LGPL-2.1+ -Summary: Python POSIX.1e ACL module -Url: http://pylibacl.k1024.org/ -Group: Development/Libraries/Python -Source: pylibacl-%{version}.tar.bz2 -BuildRequires: libacl-devel -BuildRequires: python-devel -BuildRequires: python-distribute +Version: 0.5.1 +Release: 0 +Summary: Python POSIX.1e ACL module +License: LGPL-2.1+ +Group: Development/Libraries/Python +Url: http://pylibacl.k1024.org/ +Source: pylibacl-%{version}.tar.bz2 BuildRequires: fdupes +BuildRequires: libacl-devel +BuildRequires: python-devel +BuildRequires: python-setuptools # Documentation requirements: -BuildRequires: python-Sphinx +BuildRequires: python-Sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-build %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)")} @@ -41,7 +42,7 @@ top of the systems's acl C library - see acl(5). %package doc Summary: Python POSIX.1e ACL module -Group: Development/Libraries/Python +Group: Development/Libraries/Python Requires: %{name} = %{version} %description doc @@ -73,4 +74,3 @@ python setup.py test %doc build/sphinx/html %changelog -