Compare commits
10 Commits
e52099de8c
...
0180f559bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0180f559bb | ||
|
|
dab465700f | ||
|
|
736dde07c4 | ||
|
|
884bcb3e72 | ||
|
|
e389a46b15 | ||
|
|
060f660f80 | ||
|
|
bf9506ca16 | ||
|
|
7e73cd4eb1 | ||
|
|
816917824d | ||
|
|
289bedd130 |
Binary file not shown.
BIN
Module-Load-0.36.tar.gz
Normal file
BIN
Module-Load-0.36.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,13 @@
|
|||||||
|
%define mod_name Module-Load
|
||||||
|
|
||||||
Name: perl-Module-Load
|
Name: perl-Module-Load
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.32
|
Version: 0.36
|
||||||
Release: 418
|
Release: 2
|
||||||
Summary: Runtime require of both modules and files
|
Summary: Runtime require of both modules and files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Module-Load
|
URL: https://metacpan.org/release/%{mod_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{mod_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-generators perl perl-interpreter perl(ExtUtils::MakeMaker) perl(strict) perl(File::Spec)
|
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
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Module-Load-%{version} -p1
|
%autosetup -n %{mod_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
|
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
|
||||||
@ -48,6 +50,15 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.32-418
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
4
perl-Module-Load.yaml
Normal file
4
perl-Module-Load.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: metacpan
|
||||||
|
src_repo: Module-Load
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user