diff --git a/perl-Storable.spec b/perl-Storable.spec index 12f9aa7..b22caa2 100644 --- a/perl-Storable.spec +++ b/perl-Storable.spec @@ -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 - 3.15-2 +- Modify subpakcage help + * Mon Sep 16 2019 openEuler Buildteam - 3.15-1 - Package init