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