forked from pool/python-pylibacl
- 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:
committed by
Git OBS Bridge
parent
f714a07a72
commit
0c5cd689aa
@@ -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
|
||||||
|
|
||||||
|
@@ -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,20 +15,21 @@
|
|||||||
# 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
|
License: LGPL-2.1+
|
||||||
Url: http://pylibacl.k1024.org/
|
Group: Development/Libraries/Python
|
||||||
Group: Development/Libraries/Python
|
Url: http://pylibacl.k1024.org/
|
||||||
Source: pylibacl-%{version}.tar.bz2
|
Source: pylibacl-%{version}.tar.bz2
|
||||||
BuildRequires: libacl-devel
|
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: python-distribute
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
# Documentation requirements:
|
# Documentation requirements:
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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)")}
|
%{!?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
|
%package doc
|
||||||
Summary: Python POSIX.1e ACL module
|
Summary: Python POSIX.1e ACL module
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@@ -73,4 +74,3 @@ python setup.py test
|
|||||||
%doc build/sphinx/html
|
%doc build/sphinx/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user