forked from pool/python-blinker
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:
commit
03896d6a0b
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user