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:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 12 23:31:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Run SPEC file through spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 08:18:19 UTC 2019 - pgajdos@suse.com
|
Tue Jun 4 08:18:19 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyuca
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
BuildArch: noarch
|
|
||||||
Name: python-pyuca
|
Name: python-pyuca
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of the Unicode Collation Algorithm
|
Summary: Python implementation of the Unicode Collation Algorithm
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://github.com/jtauber/pyuca
|
URL: https://github.com/jtauber/pyuca
|
||||||
Source0: https://pypi.python.org/packages/source/p/pyuca/pyuca-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pyuca/pyuca-%{version}.tar.gz
|
||||||
# https://github.com/jtauber/pyuca/issues/21
|
# https://github.com/jtauber/pyuca/issues/21
|
||||||
Source1: https://raw.githubusercontent.com/jtauber/pyuca/master/test.py
|
Source1: https://raw.githubusercontent.com/jtauber/pyuca/master/test.py
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user