Accepting request 637400 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/637400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2018-10-01 06:14:33 +00:00 committed by Git OBS Bridge
commit 234158d931
4 changed files with 22 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f12023b0e27c9504b7cf698426c726f4421707ef77c863ace98efc7692afe933
size 191957

3
Archive-Zip-1.64.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de5f84f2148038363d557b1fa33f58edc208111f789f7299fe3d8f6e11b4d17d
size 192005

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 24 08:40:02 UTC 2018 - pmonrealgonzalez@suse.com
- updated to 1.64
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.64 Wed 12 Sep 2018
- Fix for year 2030
- Cleaned with spec-cleaner
-------------------------------------------------------------------
Thu Aug 23 05:04:06 UTC 2018 - coolo@suse.com

View File

@ -16,24 +16,23 @@
#
Name: perl-Archive-Zip
Version: 1.63
Release: 0
%define cpan_name Archive-Zip
Name: perl-Archive-Zip
Version: 1.64
Release: 0
Summary: Provide an interface to ZIP archive files
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Archive-Zip/
Url: https://metacpan.org/pod/Archive::Zip
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
BuildRequires: perl(Test::MockModule)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Compress::Raw::Zlib) >= 2.017
BuildArch: noarch
%{perl_requires}
%description
@ -62,11 +61,11 @@ as if they were files.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make %{?_smp_mflags} test
%install
%perl_make_install