Accepting request 1084403 from devel:languages:python

Forwarded request #1084356 from dirkmueller

- Switch documentation to be within the main package.

OBS-URL: https://build.opensuse.org/request/show/1084403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2023-05-04 15:09:03 +00:00 committed by Git OBS Bridge
commit 2243392910
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 23 23:06:11 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Switch documentation to be within the main package.
-------------------------------------------------------------------
Fri Apr 21 12:22:51 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -40,6 +40,7 @@ built-in HTTP server, and adapters for many third party WSGI/HTTP
servers and template engines. This is all in a single file and with
no dependencies other than the Python Standard Library.
%if 0%{?suse_version} > 1500
%package -n %{name}-doc
Summary: Documentation for %{name}
Provides: %{python_module bottle-doc = %{version}}
@ -52,6 +53,7 @@ servers and template engines. This is all in a single file and with
no dependencies other than the Python Standard Library.
This subpackage contains the PDF documentation for %{name}.
%endif
%prep
%setup -q -n bottle-%{version}
@ -83,7 +85,9 @@ cp %{SOURCE1} .
%pycache_only %{python_sitelib}/__pycache__
%{python_sitelib}/bottle-%{version}-py%{python_version}.egg-info
%if 0%{?suse_version} > 1500
%files -n %{name}-doc
%endif
%doc bottle-docs.pdf
%changelog