From 9c8e51225c07aa0b62d59b034bb176e4416c973247a04573a95cbb7ec09a8944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Jun 2019 11:58:06 +0000 Subject: [PATCH] Accepting request 708286 from home:pgajdos - require setup-tools - call spec-cleaner - note there are no upstream testsuite OBS-URL: https://build.opensuse.org/request/show/708286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acefile?expand=0&rev=4 --- python-acefile.changes | 7 +++++++ python-acefile.spec | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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