From 94a95389c301760aa6d5efec7e159b8da8a1c6b744350c5731a30102bf1eabbf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 May 2018 12:14:06 +0000 Subject: [PATCH] Accepting request 610304 from home:jengelh:branches:devel:languages:python - Ensure neutrality and relevance of descriptions. OBS-URL: https://build.opensuse.org/request/show/610304 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libarchive?expand=0&rev=2 --- python-libarchive.changes | 5 +++++ python-libarchive.spec | 14 +++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/python-libarchive.changes b/python-libarchive.changes index 20a6174..01dda10 100644 --- a/python-libarchive.changes +++ b/python-libarchive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 18 12:11:23 UTC 2018 - jengelh@inai.de + +- Ensure neutrality and relevance of descriptions. + ------------------------------------------------------------------- Wed May 16 15:51:03 UTC 2018 - toddrme2178@gmail.com diff --git a/python-libarchive.spec b/python-libarchive.spec index 94e3e8d..08c20a2 100644 --- a/python-libarchive.spec +++ b/python-libarchive.spec @@ -13,16 +13,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-libarchive Version: 0.4.4 Release: 0 -License: GPL-2.0 Summary: Python adapter for universal, libarchive-based archive access -Url: https://github.com/dsoprea/PyEasyArchive +License: GPL-2.0-only Group: Development/Languages/Python +Url: https://github.com/dsoprea/PyEasyArchive Source: https://files.pythonhosted.org/packages/source/l/libarchive/libarchive-%{version}.tar.gz Source10: https://raw.githubusercontent.com/dsoprea/PyEasyArchive/%{version}/LICENSE BuildRequires: %{python_module devel} @@ -39,13 +40,8 @@ BuildArch: noarch %python_subpackages %description -A ctypes-based adapter to libarchive. The source-code is written to be clear -and intuitive. - -Even 7-Zip is supported for both reading and writing. - -I could definitely use some help, if any is available. Completeness will -require a bit more work (see *libarchive*'s archive.h and archive_entry.h). +A ctypes-based adapter to libarchive. +7-Zip is supported for both reading and writing. %prep %setup -q -n libarchive-%{version}