From f35193821f5a300189cddc06d8f2f48e453ba844 Mon Sep 17 00:00:00 2001 From: const Date: Tue, 25 Oct 2022 10:56:21 +0000 Subject: [PATCH] use macros package_help Signed-off-by: const (cherry picked from commit b0eee6255779de3856e15da82df229b887c5cc58) --- perl-threads-shared.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/perl-threads-shared.spec b/perl-threads-shared.spec index bbfef1d..8a7c8c6 100644 --- a/perl-threads-shared.spec +++ b/perl-threads-shared.spec @@ -1,7 +1,7 @@ %global base_version 1.59 Name: perl-threads-shared Version: 1.62 -Release: 1 +Release: 2 Summary: Perl extension for sharing data structures between threads License: GPL+ or Artistic URL: https://metacpan.org/release/threads-shared @@ -27,13 +27,7 @@ Win32). It is used together with the threads module. This module supports the sharing of the following data types only: scalars and scalar refs, arrays and array refs, and hashes and hash refs. -%package help -Summary: Doc files for %{name} -Buildarch: noarch -requires: man - -%description help -The %{name}-help package contains doc files for %{name}. +%package_help %prep %autosetup -n threads-shared-%{base_version} -p1 @@ -59,6 +53,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Oct 25 2022 jiangchuangang - 1.62-2 +- use macros package_help + * Fri Dec 31 2021 yuanxin - 1.62-1 - update version to 1.62