14
0
forked from pool/python-pymarc
Tomáš Chvátal
2019-08-02 08:06:08 +00:00
committed by Git OBS Bridge
parent e96aa95b3f
commit 6b9b765305

View File

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