Accepting request 1089050 from home:dirkmueller:branches:KDE:Qt:PyQt

- for SLE15, package documentation in devel package

OBS-URL: https://build.opensuse.org/request/show/1089050
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=33
This commit is contained in:
Benjamin Greiner 2023-05-26 07:38:01 +00:00 committed by Git OBS Bridge
parent d1a6f49054
commit d09f1fccd1
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 25 15:59:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- for SLE15, package documentation in devel package
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 24 19:40:46 UTC 2023 - Ben Greiner <code@bnavigator.de> Mon Apr 24 19:40:46 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -76,6 +76,7 @@ to generate wxPython, the Python bindings for wxWidgets.
This package contains all the developer tools you need to create your This package contains all the developer tools you need to create your
own sip bindings. own sip bindings.
%if 0%{?suse_version} > 1500
%package -n python-sip6-doc %package -n python-sip6-doc
Summary: A Python bindings generator for C/C++ libraries -- common documentation Summary: A Python bindings generator for C/C++ libraries -- common documentation
Group: Development/Libraries/Python Group: Development/Libraries/Python
@ -88,6 +89,7 @@ Python bindings for the Qt toolkit, but can be used to create bindings
for any C or C++ library. for any C or C++ library.
This package contains the documentation and example files. This package contains the documentation and example files.
%endif
%prep %prep
%autosetup -p1 -n sip-%{version} %autosetup -p1 -n sip-%{version}
@ -123,8 +125,10 @@ This package contains the documentation and example files.
%{python_sitearch}/sipbuild %{python_sitearch}/sipbuild
%{python_sitearch}/sip-%{version}*-info %{python_sitearch}/sip-%{version}*-info
%if 0%{?suse_version} > 1500
%files -n python-sip6-doc %files -n python-sip6-doc
%license LICENSE* %license LICENSE*
%doc doc/ %doc doc/
%endif
%changelog %changelog