From b06f29312892db7ee5cbe9b387c9ea7eae581c36 Mon Sep 17 00:00:00 2001 From: lihuanyu Date: Wed, 21 Aug 2024 09:25:37 +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 9807193..7137c50 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,6 +1,6 @@ Name: perl-Bit-Vector Version: 7.4 -Release: 15 +Release: 16 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,6 +54,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Aug 20 2024 Huanyu Li - 7.4-16 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jun 02 2021 zhaoyao - 7.4-15 - fixs faileds: /bin/sh: gcc: command not found. -- Gitee