diff --git a/python-acefile.changes b/python-acefile.changes index a126304..687fe22 100644 --- a/python-acefile.changes +++ b/python-acefile.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 7 11:38:05 UTC 2019 - pgajdos@suse.com + +- require setup-tools +- call spec-cleaner +- note there are no upstream testsuite + ------------------------------------------------------------------- Wed Apr 10 08:04:43 UTC 2019 - Jan Engelhardt diff --git a/python-acefile.spec b/python-acefile.spec index 8a6361d..42d81c7 100644 --- a/python-acefile.spec +++ b/python-acefile.spec @@ -24,13 +24,13 @@ Release: 0 Summary: ACE 1.0 and 2.0 archive reader/extractor in pure Python License: BSD-2-Clause Group: Development/Languages/Python -Url: https://www.roe.ch/acefile +URL: https://www.roe.ch/acefile Source: https://files.pythonhosted.org/packages/source/a/acefile/acefile-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros - +Requires: python-setuptools %python_subpackages %description @@ -54,4 +54,7 @@ export CFLAGS="%{optflags}" %python3_only %{_bindir}/acefile-unace %{python_sitearch}/* +%check +# no testsuite found + %changelog