Accepting request 1084371 from home:dirkmueller:acdc:as_python3_module

- Switch documentation to be within the main package.

OBS-URL: https://build.opensuse.org/request/show/1084371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=87
This commit is contained in:
Matej Cepl 2023-05-03 14:41:34 +00:00 committed by Git OBS Bridge
parent df3a1c7f2f
commit 16dee40cc4
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -91,6 +91,7 @@ gevent is inspired by eventlet but features more consistent API, simpler
implementation and better performance. Read why others use gevent and check
out the list of the open source projects based on gevent.
%if 0%{?suse_version} > 1500
%package -n python-gevent-doc
Summary: Documentation for %{name}
Group: Documentation/Other
@ -99,6 +100,7 @@ BuildArch: noarch
%description -n python-gevent-doc
Documentation and examples for %{name}.
%endif
%prep
%setup -q -n gevent-%{version}
@ -172,8 +174,10 @@ fi
%{python_sitearch}/gevent-%{version}*-info
%{python_sitearch}/gevent
%if 0%{?suse_version} > 1500
%files -n python-gevent-doc
%license LICENSE*
%endif
%doc examples/
%changelog