diff --git a/perl-Archive-Zip.changes b/perl-Archive-Zip.changes index 9aa91e2..191db9e 100644 --- a/perl-Archive-Zip.changes +++ b/perl-Archive-Zip.changes @@ -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 + ------------------------------------------------------------------- Sun Sep 23 05:07:41 UTC 2018 - Stephan Kulow diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 76e3882..d48e1ee 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -16,24 +16,23 @@ # +%define cpan_name Archive-Zip Name: perl-Archive-Zip Version: 1.64 Release: 0 -%define cpan_name Archive-Zip 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