modify subpackage of help

This commit is contained in:
openeuler-basic 2020-02-25 15:50:12 +08:00
parent 7378aaa778
commit 5dc68dbc1a

View File

@ -3,7 +3,7 @@
Name: perl-%{mod_name}
Epoch: 1
Version: 3.15
Release: 1
Release: 2
Summary: Persistence for Perl data structures
License: GPL+ or Artistic
URL: https://metacpan.org/release/Storable
@ -29,13 +29,7 @@ You may recursively store to disk any data structure, no matter how
complex and circular it is, provided it contains only SCALAR, ARRAY,
HASH (possibly tied) and references (possibly blessed) to those items.
%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
@ -71,5 +65,8 @@ make test
%{_mandir}/man*/*
%changelog
* Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.15-2
- Modify subpakcage help
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.15-1
- Package init