From ba7e07e6dc2c181e2c089ce3e347775d1ee632dc Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Mon, 19 Aug 2024 17:11:27 +0800 Subject: [PATCH 1/4] Added Buildarch:noarch to the help subpackage --- python-dulwich.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index a90ef87..c1b21c3 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich Version: 0.20.46 -Release: 1 +Release: 2 Summary: Python Git Library License: Apachev2 or GPLv2+ or GPLv2 URL: https://www.dulwich.io/ @@ -21,11 +21,8 @@ BuildRequires: gcc Python Git Library. -%package help -Summary: Development documents and examples for dulwich +%package_help Provides: python3-dulwich-doc -%description help -Python Git Library. %prep @@ -69,6 +66,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 0.20.46-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Apr 18 2024 Dongxing Wang - 0.20.46-1 - Upgrade with version 0.20.46 to support OpenStack-Antelope Apply insteadOf to rsync-style location strings. -- Gitee From e8f8f742b9085046c13abe8bf392a05d2a541ab1 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 14:14:56 +0800 Subject: [PATCH 2/4] Add Buildarch: noarch to the help subpackage --- python-dulwich.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index c1b21c3..c94e77a 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -21,9 +21,15 @@ BuildRequires: gcc Python Git Library. -%package_help +%package help +Summary: Development documents and examples for dulwich +Buildarch: noarch Provides: python3-dulwich-doc +%description help +This is the Dulwich project. +It aims to provide an interface to git repos (both local and remote) that +doesn't call out to git directly but instead uses pure Python. %prep %autosetup -n dulwich-%{version} @@ -67,7 +73,7 @@ mv %{buildroot}/doclist.lst . %changelog * Mon Aug 19 2024 chengsongyuxuan - 0.20.46-2 -- Replaced declaration of help subpackage with the 'package_help' macro. +- Add 'Buildarch: noarch' to the help subpackage. * Thu Apr 18 2024 Dongxing Wang - 0.20.46-1 - Upgrade with version 0.20.46 to support OpenStack-Antelope -- Gitee From 2f1ad5fdd0b36cb08005ec9cb3c65476495cbaf3 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Wed, 21 Aug 2024 09:28:53 +0800 Subject: [PATCH 3/4] Added Buildarch:noarch to the help subpackage --- python-dulwich.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index c94e77a..7371a81 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -27,9 +27,7 @@ Buildarch: noarch Provides: python3-dulwich-doc %description help -This is the Dulwich project. -It aims to provide an interface to git repos (both local and remote) that -doesn't call out to git directly but instead uses pure Python. +Python Git Library. %prep %autosetup -n dulwich-%{version} -- Gitee From 1492efdf9c4e6ef8a0bc7ff29293c337a4450dd4 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Wed, 21 Aug 2024 11:25:29 +0800 Subject: [PATCH 4/4] Added Buildarch:noarch to the help subpackage --- python-dulwich.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index 7371a81..8f71302 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -24,10 +24,17 @@ Python Git Library. %package help Summary: Development documents and examples for dulwich Buildarch: noarch -Provides: python3-dulwich-doc - +Provides: python2-dulwich-doc %description help -Python Git Library. + + Python implementation of the Git file formats and protocols, + without the need to have git installed. + + All functionality is available in pure Python. Optional + C extensions can be built for improved performance. + + The project is named after the part of London that Mr. and Mrs. Git live in + in the particular Monty Python sketch. %prep %autosetup -n dulwich-%{version} -- Gitee