Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
0180f559bb
!9 changelog中添加epoch
From: @hongjinghao 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-11-01 06:56:04 +00:00
hongjinghao
dab465700f changelog add epoch 2022-11-01 14:21:00 +08:00
openeuler-ci-bot
736dde07c4
!6 【轻量级 PR】:添加%{mod_name}宏
From: @hongjinghao 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-10-31 11:32:14 +00:00
hongjinghao
884bcb3e72
添加%{mod_name}宏
添加%{mod_name}宏

Signed-off-by: hongjinghao <hongjinghao@huawei.com>
2022-10-31 09:23:49 +00:00
openeuler-ci-bot
e389a46b15 !5 upgrade version to 0.36
From: @run-is-pig
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-02-03 12:38:02 +08:00
jinzhimin369
060f660f80 upgrade version to 0.36 2021-01-26 15:52:58 +08:00
openeuler-ci-bot
bf9506ca16 !3 update to 0.34
Merge pull request !3 from 桐小哥/master
2020-07-31 20:54:31 +08:00
sxt1001
7e73cd4eb1 update to 0.34 2020-07-29 16:02:09 +08:00
openeuler-ci-bot
816917824d !1 add yaml file to package
Merge pull request !1 from zhanzhimin/master
2020-06-23 19:42:21 +08:00
zzm_567
289bedd130 add yaml file 2020-06-13 14:26:00 +08:00
4 changed files with 20 additions and 5 deletions

Binary file not shown.

BIN
Module-Load-0.36.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,13 @@
%define mod_name Module-Load
Name: perl-Module-Load
Epoch: 1
Version: 0.32
Release: 418
Version: 0.36
Release: 2
Summary: Runtime require of both modules and files
License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-Load
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{mod_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators perl perl-interpreter perl(ExtUtils::MakeMaker) perl(strict) perl(File::Spec)
@ -25,7 +27,7 @@ Module::Load eliminates the need for this overhead and will just DWYM.
%package_help
%prep
%autosetup -n Module-Load-%{version} -p1
%autosetup -n %{mod_name}-%{version} -p1
%build
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
@ -48,6 +50,15 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Oct 31 2022 hongjinghao <hongjinghao@huawei.com> - 1:0.36-2
- use %{mod_name} marco
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 0.36-1
- upgrade version to 0.36
* Wed Jul 29 2020 shixuantong <shixuantong@huawei.com> - 0.34-1
- update to 0.34-1
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.32-418
- Package init

4
perl-Module-Load.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: metacpan
src_repo: Module-Load
tag_prefix: ^v
seperator: "."