- Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=40
This commit is contained in:
parent
69f3c010b1
commit
6d9f0658f3
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user