Matej Cepl 2023-08-29 19:12:08 +00:00 committed by Git OBS Bridge
parent 71b354f454
commit ecac2e3cc5
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -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-serializinghtml%{psuffix}
Version: 1.1.9
@ -74,7 +73,10 @@ sphinxcontrib-serializinghtml is a sphinx extension which outputs
%files %{python_files}
%doc README.rst CHANGES
%license LICENSE
%{python_sitelib}/*
%dir %{python_sitelib}/sphinxcontrib
%{python_sitelib}/sphinxcontrib/serializinghtml
%{python_sitelib}/sphinxcontrib_serializinghtml-%{version}*-info
%{python_sitelib}/sphinxcontrib_serializinghtml-%{version}*-nspkg.pth
%endif
%changelog