Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
de74ed475d
!9 【轻量级 PR】:perl-Storable.spec中指定的源码包Source0无效,需修正
From: @ZhouShuiQing 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-11-26 03:40:17 +00:00
zhoushuiqing
69938ed044
perl-Storable.spec中指定的源码包Source0无效,需修正 2022-11-26 03:28:46 +00:00
openeuler-ci-bot
740639a0e8
!5 [合规提升]spec文件的License声明有歧义
From: @YixiongChen 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-08-05 06:08:04 +00:00
chenyx2012
7ed164f11f
License compliance rectification 2022-06-28 03:09:13 +00:00
openeuler-ci-bot
06f33908e1 !3 upgrade version to 3.25
From: @run-is-pig
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-11-18 12:32:03 +00:00
Anonymous_Z
8696002d58 upgrade version to 3.25 2021-11-18 17:10:41 +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: "."