Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
584a19eba9
!8 Package upgrade
From: @starlet-dx 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-06-16 03:44:33 +00:00
starlet-dx
2084f263cc Package upgrade 2022-06-15 15:25:41 +08:00
openeuler-ci-bot
5c7d7b386e !7 perl-Archive-Zip delete -S git from %autosetup, and delete BuildRequires git-core
From: @chenyanpanHW
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-20 10:05:46 +00:00
chenyanpanHW
d21ad56475
delete -S git from %autosetup, and delete BuildRequires git-core 2021-07-30 23:14:27 +08:00
openeuler-ci-bot
272e5db4c9 !3 yaml upload
Merge pull request !3 from 宋震宇/master
2020-05-28 09:41:44 +08:00
so_zh_yu
ff38a47abf add a BuildRequire 2020-05-28 09:11:59 +08:00
so_zh_yu
487cc69f29 yaml upload 2020-05-22 09:48:22 +08:00
so_zh_yu
2aa5962259 yaml repload 2020-05-08 16:47:14 +08:00
openeuler-ci-bot
33774ecd43 !2 去掉一个依赖项
Merge pull request !2 from hdxxjhuahuo/master
2020-01-14 00:02:29 +08:00
xuxijian
fca3fc0d02 modify spec 2020-01-13 10:48:14 -05:00
4 changed files with 21 additions and 4 deletions

Binary file not shown.

BIN
Archive-Zip-1.68.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)$
Name: perl-Archive-Zip
Version: 1.64
Release: 2
Version: 1.68
Release: 1
Summary: Perl library for accessing Zip archives
License: (GPL+ or Artistic) and BSD
URL: https://metacpan.org/release/Archive-Zip
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-%{version}.tar.gz
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(:VERSION) >= 5.6 perl(bytes) perl(Carp) perl(Compress::Raw::Zlib)
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(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
@ -39,7 +40,7 @@ Summary: Help documents for perl-Archive-Zip
The perl-Archive-Zip-help package conatins manual pages for perl-Archive-Zip.
%prep
%autosetup -n Archive-Zip-%{version} -p1 -S git
%autosetup -n Archive-Zip-%{version} -p1
for F in examples/*.pl; do
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
done
@ -64,5 +65,17 @@ make test
%{_mandir}/man3/Archive*.3*
%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
- Package init

4
perl-Archive-Zip.yaml Normal file
View File

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