File project.diff of Package python-sip6
--- python-sip6.changes.orig
+++ python-sip6.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Apr 23 23:24:56 UTC 2023 - Matej Cepl <mcepl@suse.com>
+
+- Switch documentation to be within the main package.
+
+-------------------------------------------------------------------
Fri Apr 21 12:34:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
--- python-sip6.spec.orig
+++ python-sip6.spec
@@ -76,6 +76,7 @@ to generate wxPython, the Python binding
This package contains all the developer tools you need to create your
own sip bindings.
+%if 0%{?suse_version} > 1500
%package -n python-sip6-doc
Summary: A Python bindings generator for C/C++ libraries -- common documentation
Group: Development/Libraries/Python
@@ -88,6 +89,7 @@ Python bindings for the Qt toolkit, but
for any C or C++ library.
This package contains the documentation and example files.
+%endif
%prep
%autosetup -p1 -n sip-%{version}
@@ -123,8 +125,10 @@ This package contains the documentation
%{python_sitearch}/sipbuild
%{python_sitearch}/sip-%{version}*-info
+%if 0%{?suse_version} > 1500
%files -n python-sip6-doc
%license LICENSE*
+%endif
%doc doc/
%changelog