14
0
forked from pool/python-pyuca

- Run SPEC file through spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyuca?expand=0&rev=7
This commit is contained in:
2020-08-12 23:31:34 +00:00
committed by Git OBS Bridge
parent 16b3afab20
commit 2fad977c97
2 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyuca
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
BuildArch: noarch
Name: python-pyuca
Version: 1.2
Release: 0
Summary: Python implementation of the Unicode Collation Algorithm
License: MIT
Group: Development/Languages/Python
Url: http://github.com/jtauber/pyuca
Source0: https://pypi.python.org/packages/source/p/pyuca/pyuca-%{version}.tar.gz
URL: https://github.com/jtauber/pyuca
Source0: https://files.pythonhosted.org/packages/source/p/pyuca/pyuca-%{version}.tar.gz
# https://github.com/jtauber/pyuca/issues/21
Source1: https://raw.githubusercontent.com/jtauber/pyuca/master/test.py
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description