From ac67e5de63269582e43f62be9e435a1d32323136de27adf1e346de3d5804aa0e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Apr 2023 21:19:03 +0000 Subject: [PATCH 1/2] - Switch documentation to be within the main package for SLE15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=21 --- python-Whoosh.changes | 5 +++++ python-Whoosh.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-Whoosh.changes b/python-Whoosh.changes index 373ad45..769c30e 100644 --- a/python-Whoosh.changes +++ b/python-Whoosh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 23 22:40:43 UTC 2023 - Matej Cepl + +- Switch documentation to be within the main package for SLE15 + ------------------------------------------------------------------- Mon Jun 21 07:55:58 UTC 2021 - Matej Cepl diff --git a/python-Whoosh.spec b/python-Whoosh.spec index f622f0b..40c9a38 100644 --- a/python-Whoosh.spec +++ b/python-Whoosh.spec @@ -1,7 +1,7 @@ # # spec file for package python-Whoosh # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -86,8 +86,10 @@ export LANG=en_US.UTF8 %doc README.txt %{python_sitelib}/* +%if 0%{?suse_version} > 1500 %files -n python-Whoosh-doc %license LICENSE.txt +%endif %doc docs/build/html %changelog From ff833bc2758a9213686031179827002cc692fe8f56b3c6e3bcd4ceb6514e9f9a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Apr 2023 21:21:24 +0000 Subject: [PATCH 2/2] - Move documentation into the main package for SLE15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=22 --- python-Whoosh.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-Whoosh.changes b/python-Whoosh.changes index 769c30e..0d24ad0 100644 --- a/python-Whoosh.changes +++ b/python-Whoosh.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Sun Apr 23 22:40:43 UTC 2023 - Matej Cepl -- Switch documentation to be within the main package for SLE15 +- Move documentation into the main package for SLE15 ------------------------------------------------------------------- Mon Jun 21 07:55:58 UTC 2021 - Matej Cepl