diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index 6852ea5ff68c7ea504d0c7b8c001c4b44f2c3cba..91dbe2ff2b5c3c2098e4f0c2df42ebf9ac7505b5 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ Name: perl-YAML-LibYAML Epoch: 1 Version: 0.89 -Release: 1 +Release: 2 Summary: Perl YAML Serialization using XS and libyaml License: GPL+ or Artistic URL: https://metacpan.org/release/YAML-LibYAML @@ -27,11 +27,7 @@ This module exports the functions Dump, Load, DumpFile and LoadFile. These functions are intended to work exactly like YAML.pm's corresponding functions. Only Load and Dump are exported by default. -%package help -Summary: Help package for perl-YAML-LibYAML - -%description help -This package contains man files for perl-YAML-LibYAML. +%package_help %prep %autosetup -n YAML-LibYAML-%{version} -p1 @@ -57,6 +53,9 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm {} \; %{_mandir}/man3/YAML::* %changelog +* Mon Aug 19 2024 Xuebing Li - 1:0.89-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Jul 16 2024 gss - 1:0.89-1 - Update to version 0.89 - Recognise core booleans on Perl 5.36+ at dump time (PR#114 PEVANS++)