From 88f29c20ecd208ede863a96aaec6ea756ae61ef1 Mon Sep 17 00:00:00 2001 From: const Date: Tue, 25 Oct 2022 10:54:23 +0000 Subject: [PATCH] use macros package_help Signed-off-by: const (cherry picked from commit 39960e1718504a6cfca2d69f464d1a2caaa7c1ea) --- perl-Pod-Parser.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec index 89f9e04..6ef8a85 100644 --- a/perl-Pod-Parser.spec +++ b/perl-Pod-Parser.spec @@ -1,6 +1,6 @@ Name: perl-Pod-Parser Version: 1.63 -Release: 398 +Release: 399 Summary: Basic perl modules for handling Plain Old Documentation (POD) License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-Parser/ @@ -14,13 +14,7 @@ This software distribution contains the packages for using Perl5 POD (Plain Old Documentation). See the "perlpod" and "perlsyn" manual pages from your Perl5 distribution for more information about POD. -%package help -Summary: Man pages and other related documents for cronie - -BuildArch: noarch - -%description help -Man pages and other related documents for cronie. +%package_help %prep %autosetup -n Pod-Parser-%{version} @@ -47,6 +41,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Oct 25 2022 jiangchuangang - 1.63-399 +- use macros package_help + * Thu Jul 22 2021 Jiuyue Ma - 1.63-398 - fix conflict package file '%{perl_vendorlib}/Pod'