Accepting request 1083131 from devel:languages:python

- move documentation into the main package for SLE15

OBS-URL: https://build.opensuse.org/request/show/1083131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2023-04-28 14:22:24 +00:00 committed by Git OBS Bridge
commit 03896d6a0b
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 23 23:03:43 UTC 2023 - Matej Cepl <mcepl@suse.com>
- move documentation into the main package for SLE15
-------------------------------------------------------------------
Fri Apr 21 12:22:48 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -42,6 +42,7 @@ interested parties to subscribe to events, or "signals".
Signal receivers can subscribe to specific senders or receive signals
sent by any sender.
%if 0%{?suse_version} > 1500
%package -n python-blinker-doc
Summary: Documentation for %{name}
Group: Documentation/HTML
@ -55,6 +56,7 @@ Signal receivers can subscribe to specific senders or receive signals
sent by any sender.
This sub-package contains the HTML documentation.
%endif
%prep
%setup -q -n blinker-%{version}
@ -82,7 +84,9 @@ popd
%{python_sitelib}/blinker-%{version}-py%{python_version}.egg-info
%{python_sitelib}/blinker
%if 0%{?suse_version} > 1500
%files -n python-blinker-doc
%endif
%doc docs/_build/html
%changelog