Compare commits
10 Commits
119d6adac9
...
584a19eba9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
584a19eba9 | ||
|
|
2084f263cc | ||
|
|
5c7d7b386e | ||
|
|
d21ad56475 | ||
|
|
272e5db4c9 | ||
|
|
ff38a47abf | ||
|
|
487cc69f29 | ||
|
|
2aa5962259 | ||
|
|
33774ecd43 | ||
|
|
fca3fc0d02 |
Binary file not shown.
BIN
Archive-Zip-1.68.tar.gz
Normal file
BIN
Archive-Zip-1.68.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)$
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)$
|
||||||
|
|
||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Version: 1.64
|
Version: 1.68
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Perl library for accessing Zip archives
|
Summary: Perl library for accessing Zip archives
|
||||||
License: (GPL+ or Artistic) and BSD
|
License: (GPL+ or Artistic) and BSD
|
||||||
URL: https://metacpan.org/release/Archive-Zip
|
URL: https://metacpan.org/release/Archive-Zip
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: git-core make perl-interpreter perl-generators perl(:VERSION) >= 5.4
|
BuildRequires: make perl-interpreter perl-generators perl(:VERSION) >= 5.4
|
||||||
BuildRequires: perl(Config) perl(ExtUtils::MakeMaker) >= 6.76 perl(strict)
|
BuildRequires: perl(Config) perl(ExtUtils::MakeMaker) >= 6.76 perl(strict)
|
||||||
BuildRequires: perl(:VERSION) >= 5.6 perl(bytes) perl(Carp) perl(Compress::Raw::Zlib)
|
BuildRequires: perl(:VERSION) >= 5.6 perl(bytes) perl(Carp) perl(Compress::Raw::Zlib)
|
||||||
BuildRequires: perl(constant) perl(Cwd) perl(Data::Dumper) perl(Encode) perl(Exporter)
|
BuildRequires: perl(constant) perl(Cwd) perl(Data::Dumper) perl(Encode) perl(Exporter)
|
||||||
@ -17,6 +17,7 @@ BuildRequires: perl(File::Spec) >= 0.80 perl(File::Temp) perl(FileHandle) perl(
|
|||||||
BuildRequires: perl(IO::File) perl(IO::Seekable) perl(Time::Local) perl(vars) perl(lib)
|
BuildRequires: perl(IO::File) perl(IO::Seekable) perl(Time::Local) perl(vars) perl(lib)
|
||||||
BuildRequires: perl(File::Spec::Unix) perl(Test::More) >= 0.88
|
BuildRequires: perl(File::Spec::Unix) perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(utf8) perl(warnings) unzip zip
|
BuildRequires: perl(utf8) perl(warnings) unzip zip
|
||||||
|
BuildRequires: perl(Test::MockModule)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Exporter) perl(File::Spec) >= 0.80
|
Requires: perl(Exporter) perl(File::Spec) >= 0.80
|
||||||
|
|
||||||
@ -39,7 +40,7 @@ Summary: Help documents for perl-Archive-Zip
|
|||||||
The perl-Archive-Zip-help package conatins manual pages for perl-Archive-Zip.
|
The perl-Archive-Zip-help package conatins manual pages for perl-Archive-Zip.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Archive-Zip-%{version} -p1 -S git
|
%autosetup -n Archive-Zip-%{version} -p1
|
||||||
for F in examples/*.pl; do
|
for F in examples/*.pl; do
|
||||||
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
||||||
done
|
done
|
||||||
@ -64,5 +65,17 @@ make test
|
|||||||
%{_mandir}/man3/Archive*.3*
|
%{_mandir}/man3/Archive*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.68-1
|
||||||
|
- Upgrade to version 1.68
|
||||||
|
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.64-5
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git-core
|
||||||
|
|
||||||
|
* Thu May 28 2020 songzhengyu<songzhengyu@huawei.com> - 1.64-4
|
||||||
|
- add a buildRequire
|
||||||
|
|
||||||
|
* Mon Jan 13 2020 xuxijian<xuxijian@hauwei.com> - 1.64-3
|
||||||
|
- delete a buildRequire
|
||||||
|
|
||||||
* Tue Nov 26 2019 liujing<liujing144@huawei.com> - 1.64-2
|
* Tue Nov 26 2019 liujing<liujing144@huawei.com> - 1.64-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
perl-Archive-Zip.yaml
Normal file
4
perl-Archive-Zip.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: metacpan
|
||||||
|
src_repo: Archive-Zip
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user