From b30e218de94019950949cf472fa6b92e2a2274aa Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Tue, 25 Feb 2020 14:49:53 +0800 Subject: [PATCH] revise help package --- perl-Scalar-List-Utils.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/perl-Scalar-List-Utils.spec b/perl-Scalar-List-Utils.spec index 54c36fc..17d6c7f 100644 --- a/perl-Scalar-List-Utils.spec +++ b/perl-Scalar-List-Utils.spec @@ -3,7 +3,7 @@ Name: perl-%{mod_name} Epoch: 3 Version: 1.52 -Release: 1 +Release: 2 Summary: Common Scalar and List utility subroutines License: GPL+ or Artistic URL: https://metacpan.org/release/Scalar-List-Utils @@ -27,13 +27,7 @@ expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful. -%package help -Summary: Help files for %{name} -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description help -This package contains user documentation for %{name}. +%package_help %prep %autosetup -n %{mod_name}-%{version} -p1 @@ -69,5 +63,8 @@ make test %{_mandir}/man*/* %changelog +* Tue Feb 25 2020 openEuler Buildteam - 3:1.52-2 +- Revise help package + * Mon Sep 16 2019 openEuler Buildteam - 3:1.52-1 - Package init