From aa51bc1ad476c72f3a8b8dc806fdb1eccf077b9c18ba0b91c108a842f1a35810 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 25 Jun 2023 19:30:42 +0000 Subject: [PATCH] - Clean up SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=28 --- python-PyICU.changes | 5 +++++ python-PyICU.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-PyICU.changes b/python-PyICU.changes index 5f50c2d..bbb4667 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 25 19:30:35 UTC 2023 - Matej Cepl + +- Clean up SPEC file. + ------------------------------------------------------------------- Sun Jun 25 07:21:50 UTC 2023 - Andreas Schneider diff --git a/python-PyICU.spec b/python-PyICU.spec index 5352d09..3246ea5 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -16,7 +16,6 @@ # -%{?sle15_python_module_pythons} %global modname PyICU Name: python-%{modname} Version: 2.11 @@ -25,7 +24,7 @@ Summary: Python Extension Wrapping the ICU C++ API License: MIT Group: Development/Libraries/Python 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 pytest} BuildRequires: %{python_module setuptools} @@ -39,6 +38,7 @@ BuildRequires: pkgconfig(icu-uc) Provides: %{modname} = %{version} Provides: python-ICU = %{version} Obsoletes: python-ICU < 1.2 +%{?sle15_python_module_pythons} %python_subpackages %description @@ -63,6 +63,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %files %{python_files} %license LICENSE %doc CHANGES CREDITS README.md -%{python_sitearch}/* +%{python_sitearch}/icu +%{python_sitearch}/PyICU-%{version}*-info %changelog