commit
272e5db4c9
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-Archive-Zip
|
||||
Version: 1.64
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Perl library for accessing Zip archives
|
||||
License: (GPL+ or Artistic) and BSD
|
||||
URL: https://metacpan.org/release/Archive-Zip
|
||||
@ -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(File::Spec::Unix) perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(utf8) perl(warnings) unzip zip
|
||||
BuildRequires: perl(Test::MockModule)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Exporter) perl(File::Spec) >= 0.80
|
||||
|
||||
@ -64,6 +65,9 @@ make test
|
||||
%{_mandir}/man3/Archive*.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
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