From aa55c59a1a04937b34a96d87fb0e1cd2a5c1bf80 Mon Sep 17 00:00:00 2001 From: rabbit Date: Tue, 20 Aug 2024 08:20:15 +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-Glib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index 178517f..630a983 100755 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Glib Version: 1.3294 -Release: 1 +Release: 2 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1 Group: Development/Libraries @@ -27,6 +27,7 @@ sorts of good information. %package help Summary : Perl wrappers for the GLib utility and Object libraries Provides: perl-Glib-doc +Buildarch: noarch %description help This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials @@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Mon Aug 19 2024 Zhipeng Chen 1.3294-2 +- Add 'Buildarch: noarch' to the help subpackage + * Tue Jul 16 2024 dfh 1.3294-1 - Add G_OPTION_FLAG_NONE to the GOptionFlag GEnum (GNOME/perl-glib!8) - Add a CI pipeline for perl-Glib (GNOME/perl-glib!9) -- Gitee