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}