revise help package

This commit is contained in:
openeuler-basic 2020-02-25 14:49:53 +08:00
parent a548548a92
commit b30e218de9

View File

@ -3,7 +3,7 @@
Name: perl-%{mod_name} Name: perl-%{mod_name}
Epoch: 3 Epoch: 3
Version: 1.52 Version: 1.52
Release: 1 Release: 2
Summary: Common Scalar and List utility subroutines Summary: Common Scalar and List utility subroutines
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Scalar-List-Utils 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 really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful. small such that being individual extensions would be wasteful.
%package help %package_help
Summary: Help files for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description help
This package contains user documentation for %{name}.
%prep %prep
%autosetup -n %{mod_name}-%{version} -p1 %autosetup -n %{mod_name}-%{version} -p1
@ -69,5 +63,8 @@ make test
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 3:1.52-2
- Revise help package
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 3:1.52-1 * Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 3:1.52-1
- Package init - Package init