Matej Cepl 2023-08-29 19:04:02 +00:00 committed by Git OBS Bridge
parent 219d6ce149
commit 41b7a69980
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 29 19:03:33 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up the SPEC file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 28 11:28:56 UTC 2023 - Markéta Machová <mmachova@suse.com> Mon Aug 28 11:28:56 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@ -25,7 +25,6 @@
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
%endif %endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-sphinxcontrib-applehelp%{psuffix} Name: python-sphinxcontrib-applehelp%{psuffix}
Version: 1.0.7 Version: 1.0.7
@ -34,7 +33,7 @@ Summary: Sphinx extension which outputs Apple help books
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib_applehelp-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_applehelp/sphinxcontrib_applehelp-%{version}.tar.gz
BuildRequires: %{python_module flit-core} BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
@ -74,7 +73,9 @@ sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
%files %{python_files} %files %{python_files}
%doc README.rst CHANGES %doc README.rst CHANGES
%license LICENSE %license LICENSE
%{python_sitelib}/* %dir %{python_sitelib}/sphinxcontrib
%{python_sitelib}/sphinxcontrib/applehelp
%{python_sitelib}/sphinxcontrib_applehelp-%{version}*-info
%endif %endif
%changelog %changelog