15
0

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
This commit is contained in:
Tomáš Chvátal
2019-06-07 11:58:06 +00:00
committed by Git OBS Bridge
parent 395602802a
commit 9c8e51225c
2 changed files with 12 additions and 2 deletions

View File

@@ -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 <jengelh@inai.de>

View File

@@ -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