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 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. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -15,18 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python-pylibacl Name: python-pylibacl
Version: 0.5.1 Version: 0.5.1
Release: 0 Release: 0
License: LGPL-2.1+
Summary: Python POSIX.1e ACL module Summary: Python POSIX.1e ACL module
Url: http://pylibacl.k1024.org/ License: LGPL-2.1+
Group: Development/Libraries/Python Group: Development/Libraries/Python
Url: http://pylibacl.k1024.org/
Source: pylibacl-%{version}.tar.bz2 Source: pylibacl-%{version}.tar.bz2
BuildRequires: fdupes
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-setuptools
BuildRequires: fdupes
# Documentation requirements: # Documentation requirements:
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -73,4 +74,3 @@ python setup.py test
%doc build/sphinx/html %doc build/sphinx/html
%changelog %changelog