From 399ded65c6f1d3deb010b4cc2b9a291920a4825a Mon Sep 17 00:00:00 2001 From: lixuebing Date: Wed, 21 Aug 2024 10:13:12 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- perl-YAML-LibYAML.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index 65d2b8a..1585cfc 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ Name: perl-YAML-LibYAML Epoch: 1 Version: 0.83 -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 +* Tue Aug 20 2024 Xuebing Li - 1:0.83-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Jun 14 2022 SimpleUpdate Robot - 1:0.83-1 - Upgrade to version 0.83 -- Gitee