From 77d6c057032e861348ef1ae1b5103eb78057335a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E9=B9=8F?= Date: Mon, 19 Aug 2024 22:24:50 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- perl-Glib.spec | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index 178517f..2489849 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 @@ -24,16 +24,9 @@ you can find on using GLib may still apply to using the libraries from perl. This module also provides facilities for creating wrappers for other GObject-based libraries. The "SEE ALSO" section contains pointers to all sorts of good information. -%package help -Summary : Perl wrappers for the GLib utility and Object libraries -Provides: perl-Glib-doc -%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 -you can find on using GLib may still apply to using the libraries from -perl. This module also provides facilities for creating wrappers for other -GObject-based libraries. The "SEE ALSO" section contains pointers to all -sorts of good information. + +%package_help + %prep %setup -q -n Glib-%{version} @@ -85,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Mon Aug 19 2024 Zhipeng Chen 1.3294-2 +- Replaced declaration of help subpackage with the 'package_help' macro + * 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