From a984c0dfae09f501bb87a39f81e303ce7723a29e Mon Sep 17 00:00:00 2001 From: rabbit Date: Tue, 20 Aug 2024 08:25:49 +0000 Subject: [PATCH] =?UTF-8?q?!1=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=20*=20Added=20'Buildarch:noarch'=20to=20the=20help=20s?= =?UTF-8?q?ubpackage?= 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..2d01d3a 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 +* Mon Aug 19 2024 Zhipeng Chen 0.117-3 +- Add Buildarch: noarch' to the help subpackage + * Fri Apr 28 2023 misaka00251 - 0.117-2 - Fix EXTERN.h: No such file or directory -- Gitee