forked from pool/python-PyICU
- Clean up SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=28
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 25 19:30:35 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Clean up SPEC file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 25 07:21:50 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
Sun Jun 25 07:21:50 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
|
||||||
%global modname PyICU
|
%global modname PyICU
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 2.11
|
Version: 2.11
|
||||||
@@ -25,7 +24,7 @@ Summary: Python Extension Wrapping the ICU C++ API
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://gitlab.pyicu.org
|
URL: https://gitlab.pyicu.org
|
||||||
Source0: https://files.pythonhosted.org/packages/03/1b/800fce0236be0b8a99b3ccbb797786dd178028960b3fd65544e2d8bad5ac/PyICU-2.11.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/P/PyICU/PyICU-2.11.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -39,6 +38,7 @@ BuildRequires: pkgconfig(icu-uc)
|
|||||||
Provides: %{modname} = %{version}
|
Provides: %{modname} = %{version}
|
||||||
Provides: python-ICU = %{version}
|
Provides: python-ICU = %{version}
|
||||||
Obsoletes: python-ICU < 1.2
|
Obsoletes: python-ICU < 1.2
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -63,6 +63,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES CREDITS README.md
|
%doc CHANGES CREDITS README.md
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/icu
|
||||||
|
%{python_sitearch}/PyICU-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user