From 7e1c3bc9f7341f64c5c8a6cb479131835d277ad62293214b514524e2f8cda019 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:09:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ebcdic?expand=0&rev=2 --- python-ebcdic.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python-ebcdic.spec b/python-ebcdic.spec index 3992fb3..000085e 100644 --- a/python-ebcdic.spec +++ b/python-ebcdic.spec @@ -12,24 +12,24 @@ # 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-ebcdic Version: 1.0.2 Release: 0 -License: BSD-2-Clause Summary: Additional EBCDIC codecs for Python -Url: https://pypi.python.org/pypi/ebcdic +License: BSD-2-Clause Group: Development/Languages/Python +URL: https://pypi.python.org/pypi/ebcdic Source: https://files.pythonhosted.org/packages/source/e/ebcdic/ebcdic-%{version}.zip -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} -BuildRequires: unzip BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: unzip BuildArch: noarch - %python_subpackages %description