automatic version update by autodist [release 1.68-1mamba;Sat Mar 11 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:34:13 +01:00
parent 7c62bf4d55
commit 458782ab8a

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.68-1mamba
- automatic version update by autodist
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 1.65-1mamba
- automatic update by autodist