!1 perl-Storable

Merge pull request !1 from syyhao/dev225
This commit is contained in:
openeuler-ci-bot 2020-02-27 09:30:53 +08:00 committed by Gitee
commit c773080427

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