From 589c021fecaecbf9a6695c8260f0cd937afa5649 Mon Sep 17 00:00:00 2001 From: lihuanyu Date: Wed, 21 Aug 2024 10:29:10 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- perl-Bit-Vector.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 60d7a39..8ab7674 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,6 +1,6 @@ Name: perl-Bit-Vector Version: 7.4 -Release: 14 +Release: 15 Summary: An efficient C library which allows you to handle bit vectors License: (GPLv2+ or Artistic) and LGPLv2+ URL: https://metacpan.org/release/Bit-Vector @@ -25,11 +25,7 @@ using bit vectors as their underlying data type.Provides overloaded arithmetic and relational operators for maximum comfort. -%package help -Summary: Help document for the perl-Bit-Vector package - -%description help -Help document for the perl-Bit-Vector package. +%package_help %prep %setup -q -n Bit-Vector-%{version} @@ -58,5 +54,8 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Aug 21 2024 Huanyu Li - 7.4-15 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Nov 22 2019 wutao - 7.4-14 - Package init -- Gitee