diff --git a/python-sphinxcontrib-qthelp.changes b/python-sphinxcontrib-qthelp.changes index bdd4f67..ecabda7 100644 --- a/python-sphinxcontrib-qthelp.changes +++ b/python-sphinxcontrib-qthelp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 29 19:07:11 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Mon Aug 28 11:42:00 UTC 2023 - Markéta Machová diff --git a/python-sphinxcontrib-qthelp.spec b/python-sphinxcontrib-qthelp.spec index 532c365..4d8b2f5 100644 --- a/python-sphinxcontrib-qthelp.spec +++ b/python-sphinxcontrib-qthelp.spec @@ -25,7 +25,6 @@ %define psuffix %{nil} %bcond_with test %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-sphinxcontrib-qthelp%{psuffix} Version: 1.0.6 @@ -34,7 +33,7 @@ Summary: Sphinx extension which outputs QtHelp License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/sphinx-doc/sphinxcontrib-qthelp -Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib_qthelp-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_qthelp/sphinxcontrib_qthelp-%{version}.tar.gz BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} @@ -74,7 +73,9 @@ sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document. %files %{python_files} %doc README.rst CHANGES %license LICENSE -%{python_sitelib}/* +%dir %{python_sitelib}/sphinxcontrib +%{python_sitelib}/sphinxcontrib/qthelp +%{python_sitelib}/sphinxcontrib_qthelp-%{version}*-info %endif %changelog