diff --git a/perl-Glib.spec b/perl-Glib.spec index 178517f39a2a28c0bdd047dd413dc116e709603e..630a98353b041693df8633970f5adf5ba5a36df8 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)