From 6b9b765305bab9ab42d675a5502f3c6a92af0aea22e323200999d03f67dc25c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Aug 2019 08:06:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymarc?expand=0&rev=2 --- python-pymarc.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python-pymarc.spec b/python-pymarc.spec index b0aca6d..690f2e5 100644 --- a/python-pymarc.spec +++ b/python-pymarc.spec @@ -12,28 +12,28 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pymarc Version: 3.1.13 Release: 0 -License: BSD-2-Clause Summary: Read, write and modify MARC bibliographic data -Url: http://github.com/edsu/pymarc +License: BSD-2-Clause Group: Development/Languages/Python +URL: https://github.com/edsu/pymarc Source: https://files.pythonhosted.org/packages/source/p/pymarc/pymarc-%{version}.tar.gz Source1: https://raw.githubusercontent.com/edsu/pymarc/master/LICENSE -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-six >= 1.9.0 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module six >= 1.9.0} # /SECTION -BuildRequires: fdupes -Requires: python-six >= 1.9.0 -BuildArch: noarch - %python_subpackages %description