14
0

- 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
This commit is contained in:
Sascha Peilicke
2013-10-24 11:11:59 +00:00
committed by Git OBS Bridge
parent f714a07a72
commit 0c5cd689aa
2 changed files with 19 additions and 14 deletions

View File

@@ -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

View File

@@ -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