From b86ccb7bc8423d80002cadcb5da3969761b8a972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 13:57:16 +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 91102b7..81e853f 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,6 +1,6 @@ Name: gnulib Version: 0 -Release: 30.20180720git +Release: 31.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} @@ -115,6 +116,9 @@ fi %license doc/COPYINGv2 %changelog +* Tue Aug 20 2024 Min Zhang - 0-30.20180720git +- 'Added 'Buildarch:noarch' to the help subpackage + * Wed Nov 30 2022 caodongxia - 0-30.20180720git - Add the compilation dependency java-1.8.0-openjdk-devel -- Gitee From d65d4de2fdcc1c00e2468a8bc2919f9d70286071 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:00:48 +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 81e853f..a16ff96 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 14ff87f1db2f026859f2c5b24161cc193ee7ec98 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:03:39 +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 a16ff96..13eb0de 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -116,7 +116,7 @@ fi %license doc/COPYINGv2 %changelog -* Tue Aug 20 2024 Min Zhang - 0-30.20180720git +* Tue Aug 20 2024 Min Zhang - 0-31.20180720git - 'Added 'Buildarch:noarch' to the help subpackage * Wed Nov 30 2022 caodongxia - 0-30.20180720git -- Gitee