diff --git a/python-sphinx_rtd_theme.changes b/python-sphinx_rtd_theme.changes index 62603c4..ad36299 100644 --- a/python-sphinx_rtd_theme.changes +++ b/python-sphinx_rtd_theme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 29 21:32:58 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Mon Aug 28 12:00:48 UTC 2023 - Markéta Machová diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 9977b94..91dc939 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -85,7 +84,8 @@ sed -i "/'build_py'/d" setup.py %files %{python_files} %license LICENSE OFL-License.txt Apache-License-2.0.txt %doc README.rst -%{python_sitelib}/sphinx_rtd_theme* +%{python_sitelib}/sphinx_rtd_theme +%{python_sitelib}/sphinx_rtd_theme-%{version}*-info %endif %changelog