14
0

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=9
This commit is contained in:
2019-10-14 14:15:50 +00:00
committed by Git OBS Bridge
parent 5a818b0356
commit 8f501096ab
2 changed files with 17 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:15:19 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 16:07:28 UTC 2015 - ecsos@opensuse.org Sun Oct 18 16:07:28 UTC 2015 - ecsos@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pylibacl # spec file for package python-pylibacl
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%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)")}
%endif
Name: python-pylibacl Name: python-pylibacl
Version: 0.5.3 Version: 0.5.3
Release: 0 Release: 0
Summary: Python POSIX.1e ACL module Summary: Python POSIX.1e ACL module
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: Development/Libraries/Python URL: https://pylibacl.k1024.org/
Url: http://pylibacl.k1024.org/
Source: https://github.com/iustin/pylibacl/releases/download/pylibacl-v%{version}/pylibacl-%{version}.tar.gz Source: https://github.com/iustin/pylibacl/releases/download/pylibacl-v%{version}/pylibacl-%{version}.tar.gz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: python-devel
BuildRequires: python-setuptools
# Documentation requirements: # Documentation requirements:
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-setuptools
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%description %description
This Python 2.4+ extension module allows you to manipulate the POSIX.1e Access This Python 2.4+ extension module allows you to manipulate the POSIX.1e Access
@@ -42,7 +40,6 @@ 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
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description doc %description doc
@@ -59,18 +56,17 @@ python setup.py build_sphinx
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes -s %{buildroot}/%{_prefix} %fdupes %{buildroot}/%{_prefix}
%check %check
python setup.py test python setup.py test
%files %files
%defattr(-,root,root) %license COPYING
%doc COPYING NEWS README %doc NEWS README
%{python_sitearch}/* %{python_sitearch}/*
%files doc %files doc
%defattr(-,root,root)
%doc build/sphinx/html %doc build/sphinx/html
%changelog %changelog