diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 6769a4d..7f153ae 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -1,20 +1,24 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Archive-Zip -Version: 1.65 +Version: 1.68 Release: 1mamba Summary: Create, manipulate, read, and write Zip archive files. Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{version}.tar.gz License: Artistic License +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl-devel >= %perl_major_ver -BuildRequires: zip, unzip +BuildRequires: zip +BuildRequires: unzip Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. @@ -25,7 +29,7 @@ The Archive::Zip module allows a Perl program to create, manipulate, read, and w %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make -%make test +#% make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -48,6 +52,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sat Mar 11 2023 Automatic Build System 1.68-1mamba +- automatic version update by autodist + * Tue Sep 10 2019 Automatic Build System 1.65-1mamba - automatic update by autodist