Compare commits

..

No commits in common. "7348bf4d50629d38fb59592a106766d89f7f70a7" and "7378aaa778c50a8b20deea71463e9f75a8f88371" have entirely different histories.

4 changed files with 11 additions and 22 deletions

BIN
Storable-3.15.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,12 +2,12 @@
Name: perl-%{mod_name}
Epoch: 1
Version: 3.25
Release: 3
Version: 3.15
Release: 1
Summary: Persistence for Perl data structures
License: GPL+ or Artistic-1.0-Perl
License: GPL+ or Artistic
URL: https://metacpan.org/release/Storable
Source0: https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/%{mod_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{mod_name}-%{version}.tar.gz
BuildRequires: bash, gcc, make, perl-devel, perl-generators, perl-interpreter
BuildRequires: perl(Config), perl(Cwd), perl(ExtUtils::MakeMaker) >= 6.76
@ -29,7 +29,13 @@ 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
%package help
Summary: Help files for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description help
This package contains user documentation for %{name}.
%prep
%autosetup -n %{mod_name}-%{version} -p1
@ -65,17 +71,5 @@ make test
%{_mandir}/man*/*
%changelog
* Sat Nov 26 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 3.25-3
- Update the Source0 URL.
* Tue Jun 28 2022 Chenyx <chenyixiong3@huawei.com> - 3.25-2
- License compliance rectification
* Thu Nov 18 2021 liudabo <liudabo1@huawei.com> - 3.25-1
- upgrade version to 3.25
* 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

View File

@ -1,5 +0,0 @@
version_control: metacpan
src_repo: Storable
tag_prefix: "^v"
seperator: "."