Compare commits
12 Commits
27fcc10c4d
...
fcf8348b3f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcf8348b3f | ||
|
|
566790b2d1 | ||
|
|
deacf05237 | ||
|
|
110e094799 | ||
|
|
ffdc0d0829 | ||
|
|
b993cc5672 | ||
|
|
90c40460a0 | ||
|
|
844f7cb258 | ||
|
|
76a6febf95 | ||
|
|
15782a8598 | ||
|
|
2d1a880ec8 | ||
|
|
3a93d40836 |
BIN
CPAN-2.27.tar.gz
BIN
CPAN-2.27.tar.gz
Binary file not shown.
BIN
CPAN-2.36.tar.gz
Normal file
BIN
CPAN-2.36.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
||||
Name: perl-CPAN
|
||||
Version: 2.27
|
||||
Release: 2
|
||||
Version: 2.36
|
||||
Release: 1
|
||||
Summary: Query, download and build perl modules from CPAN sites
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/CPAN
|
||||
Source0: https://cpan.metacpan.org/authors/id/A/AN/ANDK/CPAN-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
BuildRequires: coreutils findutils perl(Test::Pod) perl(Test::Pod::Coverage) >= 0.18
|
||||
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More) perl(YAML) perl(Module::Build)
|
||||
@ -19,7 +20,7 @@ Requires: perl(POSIX) perl(Term::ReadLine) perl(Time::Local) perl(URI) per
|
||||
Requires: perl(User::pwent) perl(Archive::Zip) perl(Compress::Bzip2)
|
||||
Requires: perl(CPAN::Meta) >= 2.110350 perl(Compress::Zlib) perl(Digest::MD5)
|
||||
Requires: perl(Digest::SHA) perl(Dumpvalue) perl(ExtUtils::CBuilder)
|
||||
Requires: perl(local::lib) perl(Module::Build) perl(Text::Glob)
|
||||
Requires: perl(Module::Build) perl(Text::Glob)
|
||||
Recommends: perl(Term::ReadKey)
|
||||
Suggests: perl(Text::Levenshtein::Damerau::XS) perl(YAML::Syck)
|
||||
|
||||
@ -41,7 +42,7 @@ Bundles simplify handling of sets of related modules.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%setup -q -n CPAN-%{version}
|
||||
%autosetup -n CPAN-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
||||
@ -64,6 +65,18 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2023 leeffo <liweiganga@uniontech.com> - 2.36-1
|
||||
- upgrade to version 2.36
|
||||
|
||||
* Tue Jul 4 2023 yanglongkang <yanglongkang@h-partners.com> - 2.29-2
|
||||
- fix CVE-2023-31484
|
||||
|
||||
* Thu Feb 10 2022 tianwei <tianwei12@h-partners.com> - 2.29-1
|
||||
- upgrade to 2.29
|
||||
|
||||
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.27-3
|
||||
- revise requires
|
||||
|
||||
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.27-2
|
||||
- revise __requires_exclude
|
||||
|
||||
|
||||
4
perl-CPAN.yaml
Normal file
4
perl-CPAN.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: metacpan
|
||||
src_repo: CPAN
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user