From 2608a0617022761aa74e5d27e40001a040e5f1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 14:03:07 +0800 Subject: [PATCH 1/3] Added Buildarch:noarch to the help subpackage --- gnulib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnulib.spec b/gnulib.spec index 9af5799..1c74f63 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,6 +1,6 @@ Name: gnulib Version: 1 -Release: 28.20180720git +Release: 29.20180720git Summary: The GNU Portability Library License: Public Domain and BSD and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2 and LGPLv2+ and LGPLv3+ URL: https://www.gnu.org/software/gnulib @@ -25,6 +25,7 @@ This package contains development files for gnulib. %package help Summary: Provides documentation for gnulib modules License: GFDL and GPLv2+ +Buildarch: noarch Requires(post): info Requires(preun): info Requires: gnulib-devel = %{version}-%{release} @@ -119,6 +120,9 @@ fi %license doc/COPYINGv2 %changelog +* Wed Aug 21 2024 Min Zhang - 0-29.20180720git +- 'Added 'Buildarch:noarch' to the help subpackage + * Mon Mar 28 2022 Sunhaiyong - 0-28.20180720git - Add loongarch support. Copy config.sub and config.guess file on when the arch is LoongArch. -- Gitee From 91f4c22746e93d6eb5eda8328aea442e34981043 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 13:59:27 +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 1c74f63..b27c0db 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -15,7 +15,7 @@ and other functionality in your programs. %package devel Summary: Provides devel files for gnulib -BuildArch: noarch +Buildarch: noarch Provides: gnulib Requires: gettext-devel bison coreutils gperf libtool make texinfo diffutils patch -- Gitee From db455f398b45c4e14b0160ecad9abac2ca1fb5ac 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:07:46 +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 b27c0db..7c986f9 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -120,7 +120,7 @@ fi %license doc/COPYINGv2 %changelog -* Wed Aug 21 2024 Min Zhang - 0-29.20180720git +* Wed Aug 21 2024 Min Zhang - 1-29.20180720git - 'Added 'Buildarch:noarch' to the help subpackage * Mon Mar 28 2022 Sunhaiyong - 0-28.20180720git -- Gitee