Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7348bf4d50
!11 [sync] PR-9: 【轻量级 PR】:perl-Storable.spec中指定的源码包Source0无效,需修正
From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-11-26 06:06:10 +00:00
zhoushuiqing
5b9a894579 perl-Storable.spec中指定的源码包Source0无效,需修正
(cherry picked from commit 69938ed044c5a38dc76579531091fd2e1b2b6de5)
2022-11-26 11:40:28 +08:00
openeuler-ci-bot
bd92865d94
!6 [sync] PR-5: [合规提升]spec文件的License声明有歧义
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-08-05 06:29:42 +00:00
chenyx2012
cd43aef766 License compliance rectification
(cherry picked from commit 7ed164f11f663d21bdb42b83a845a04f22f4c937)
2022-08-05 14:09:04 +08:00
openeuler-ci-bot
15ef9744b5 !4 [sync] PR-3: upgrade version to 3.25
Merge pull request !4 from openeuler-sync-bot/sync-pr3-master-to-openEuler-22.03-LTS-Next
2021-12-28 12:23:32 +00:00
Anonymous_Z
abdbf70d44 upgrade version to 3.25
(cherry picked from commit 8696002d5801228cfdafda7810813cd68d60c81b)
2021-12-24 18:55:04 +08:00
openeuler-ci-bot
c2a4ac5494 !2 add yaml file in package
Merge pull request !2 from maqiang/master
2020-06-24 15:44:30 +08:00
maqiang999
9f641a3279 add yaml file in package 2020-06-12 19:50:15 +08:00
openeuler-ci-bot
c773080427 !1 perl-Storable
Merge pull request !1 from syyhao/dev225
2020-02-27 09:30:53 +08:00
openeuler-basic
5dc68dbc1a modify subpackage of help 2020-02-25 15:50:12 +08:00
4 changed files with 22 additions and 11 deletions

Binary file not shown.

BIN
Storable-3.25.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
Name: perl-%{mod_name}
Epoch: 1
Version: 3.15
Release: 1
Version: 3.25
Release: 3
Summary: Persistence for Perl data structures
License: GPL+ or Artistic
License: GPL+ or Artistic-1.0-Perl
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: 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,
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,17 @@ 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

5
perl-Storable.yaml Normal file
View File

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