commit
c773080427
@ -3,7 +3,7 @@
|
|||||||
Name: perl-%{mod_name}
|
Name: perl-%{mod_name}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.15
|
Version: 3.15
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Persistence for Perl data structures
|
Summary: Persistence for Perl data structures
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Storable
|
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,
|
complex and circular it is, provided it contains only SCALAR, ARRAY,
|
||||||
HASH (possibly tied) and references (possibly blessed) to those items.
|
HASH (possibly tied) and references (possibly blessed) to those items.
|
||||||
|
|
||||||
%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
|
||||||
@ -71,5 +65,8 @@ make test
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.15-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user