From 714e68db289f77d696aba7d3a8cbe6e3474d4f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 13:49:38 +0800 Subject: [PATCH 1/3] Added Buildarch:noarch to the help subpackage --- gnulib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnulib.spec b/gnulib.spec index e74a4cd..8160f78 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -2,8 +2,8 @@ %global githead %(printf %%.7s %commit) %global gitdate 20230709 Name: gnulib -Version: 0 -Release: 48.%{gitdate}git +Version: 1 +Release: 49.%{gitdate}git Summary: The GNU Portability Library License: Public Domain and BSD-3-Clause and GPL-2.0-or-later and GPL-3.0-only and GPL-3.0-or-later and LGPL-2.0-only and LGPL-2.1-or-later and LGPL-3.0-or-later URL: https://www.gnu.org/software/gnulib @@ -22,7 +22,6 @@ and other functionality in your programs. %package devel Summary: Provides devel files for gnulib -BuildArch: noarch Provides: gnulib Requires: gettext-devel bison coreutils gperf libtool make texinfo diffutils patch @@ -31,6 +30,7 @@ This package contains development files for gnulib. %package help Summary: Provides documentation for gnulib modules +BuildArch: noarch License: GFDL-1.1-or-later and GPL-2.0-or-later Requires(post): info Requires(preun): info @@ -126,6 +126,9 @@ fi %license doc/COPYINGv2 %changelog +* Tue Aug 20 2024 Min Zhang - 0-49.20230709git +- Add Buildarch: noarch' to the help subpackage + * Thu Jul 18 2024 yaoxin - 0-48.20230709git - License compliance rectification -- Gitee From 70e8091f944b572a54d5de9e4ab49237dce87c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= <12824960+zhang-min-lw@user.noreply.gitee.com> Date: Wed, 21 Aug 2024 14:01:40 +0000 Subject: [PATCH 2/3] update gnulib.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张敏 <12824960+zhang-min-lw@user.noreply.gitee.com> --- gnulib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnulib.spec b/gnulib.spec index 8160f78..43a6544 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -2,7 +2,7 @@ %global githead %(printf %%.7s %commit) %global gitdate 20230709 Name: gnulib -Version: 1 +Version: 0 Release: 49.%{gitdate}git Summary: The GNU Portability Library License: Public Domain and BSD-3-Clause and GPL-2.0-or-later and GPL-3.0-only and GPL-3.0-or-later and LGPL-2.0-only and LGPL-2.1-or-later and LGPL-3.0-or-later -- Gitee From 957b8622b28a483579bc1f4f95e96c0124534a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= <12824960+zhang-min-lw@user.noreply.gitee.com> Date: Wed, 21 Aug 2024 14:02:04 +0000 Subject: [PATCH 3/3] update gnulib.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张敏 <12824960+zhang-min-lw@user.noreply.gitee.com> --- gnulib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnulib.spec b/gnulib.spec index 43a6544..f4f3887 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -30,7 +30,7 @@ This package contains development files for gnulib. %package help Summary: Provides documentation for gnulib modules -BuildArch: noarch +Buildarch: noarch License: GFDL-1.1-or-later and GPL-2.0-or-later Requires(post): info Requires(preun): info -- Gitee