From 4d246b0cbd3c22c4a1b42de65ab50800741c2bc1 Mon Sep 17 00:00:00 2001 From: rabbit Date: Wed, 21 Aug 2024 07:56:21 +0000 Subject: [PATCH] =?UTF-8?q?!2=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7PR?= =?UTF-8?q?=E3=80=91:=20Added=20'Buildarch:=20noarch'to=20the=20help=20sub?= =?UTF-8?q?paackage=20Merge=20pull=20request=20!2=20from=20rabbit/openEule?= =?UTF-8?q?r-24.03-LTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-Ref-Util-XS.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec index 5a786ce..e10fe08 100644 --- a/perl-Ref-Util-XS.spec +++ b/perl-Ref-Util-XS.spec @@ -2,7 +2,7 @@ Name: perl-Ref-Util-XS Version: 0.117 -Release: 2 +Release: 3 Summary: XS implementation for Ref::Util License: MIT Group: Development/Libraries @@ -29,6 +29,7 @@ usual approach of examining the return value of ref. %package help Summary: XS implementation for Ref::Util Provides: perl-Ref-Util-XS-doc +Buildarch: noarch %description help Ref::Util::XS is the XS implementation of Ref::Util, which provides several @@ -89,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Wed Aug 21 2024 Zhipeng Chen - 0.117-3 +- Added 'Buildarch:noarch' to the help subpackage + * Fri Apr 28 2023 misaka00251 - 0.117-2 - Fix EXTERN.h: No such file or directory -- Gitee