- move documentation into the main package for SLE15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=31
This commit is contained in:
Dirk Mueller 2023-04-26 21:31:48 +00:00 committed by Git OBS Bridge
parent 97da0454b4
commit 86a0c97b18
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