Compare commits
10 Commits
7378aaa778
...
7348bf4d50
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7348bf4d50 | ||
|
|
5b9a894579 | ||
|
|
bd92865d94 | ||
|
|
cd43aef766 | ||
|
|
15ef9744b5 | ||
|
|
abdbf70d44 | ||
|
|
c2a4ac5494 | ||
|
|
9f641a3279 | ||
|
|
c773080427 | ||
|
|
5dc68dbc1a |
Binary file not shown.
BIN
Storable-3.25.tar.gz
Normal file
BIN
Storable-3.25.tar.gz
Normal file
Binary file not shown.
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
Name: perl-%{mod_name}
|
Name: perl-%{mod_name}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.15
|
Version: 3.25
|
||||||
Release: 1
|
Release: 3
|
||||||
Summary: Persistence for Perl data structures
|
Summary: Persistence for Perl data structures
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic-1.0-Perl
|
||||||
URL: https://metacpan.org/release/Storable
|
URL: https://metacpan.org/release/Storable
|
||||||
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{mod_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/%{mod_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: bash, gcc, make, perl-devel, perl-generators, perl-interpreter
|
BuildRequires: bash, gcc, make, perl-devel, perl-generators, perl-interpreter
|
||||||
BuildRequires: perl(Config), perl(Cwd), perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(Config), perl(Cwd), perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
@ -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,17 @@ make test
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.15-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
5
perl-Storable.yaml
Normal file
5
perl-Storable.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: metacpan
|
||||||
|
src_repo: Storable
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user