automatic version update by autodist [release 1.68-1mamba;Sat Mar 11 2023]
This commit is contained in:
parent
7c62bf4d55
commit
458782ab8a
@ -1,20 +1,24 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Version: 1.65
|
Version: 1.68
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Create, manipulate, read, and write Zip archive files.
|
Summary: Create, manipulate, read, and write Zip archive files.
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{version}.tar.gz
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRequires: zip, unzip
|
BuildRequires: zip
|
||||||
|
BuildRequires: unzip
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files.
|
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
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
%make test
|
#% make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -48,6 +52,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 1.65-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user