Matej Cepl 2023-08-29 21:33:06 +00:00 committed by Git OBS Bridge
parent 69f3c010b1
commit 6d9f0658f3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 29 21:32:58 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up the SPEC file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 28 12:00:48 UTC 2023 - Markéta Machová <mmachova@suse.com> Mon Aug 28 12:00:48 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@ -16,7 +16,6 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test" %if "%{flavor}" == "test"
%define psuffix -test %define psuffix -test
@ -85,7 +84,8 @@ sed -i "/'build_py'/d" setup.py
%files %{python_files} %files %{python_files}
%license LICENSE OFL-License.txt Apache-License-2.0.txt %license LICENSE OFL-License.txt Apache-License-2.0.txt
%doc README.rst %doc README.rst
%{python_sitelib}/sphinx_rtd_theme* %{python_sitelib}/sphinx_rtd_theme
%{python_sitelib}/sphinx_rtd_theme-%{version}*-info
%endif %endif
%changelog %changelog