update to 3.0.8 [release 3.0.8-1mamba;Sun Jan 09 2022]
This commit is contained in:
parent
c1e3f65294
commit
db5bf53ad4
@ -1,31 +1,30 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Array-Compare
|
||||
Version: 2.12
|
||||
Release: 1mamba
|
||||
Summary: Array::Compare - Perl module which allows you to compare two arrays
|
||||
Group: System/Libraries/Perl
|
||||
Name: perl-Array-Compare
|
||||
Version: 3.0.8
|
||||
Release: 1mamba
|
||||
Summary: Array::Compare - Perl module which allows you to compare two arrays
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://www.cpan.org/modules/by-module/Array/Array-Compare-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org/
|
||||
Source: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/Array-Compare-v%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-Moo
|
||||
BuildRequires: perl-Type-Tiny
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Moose
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Moose
|
||||
|
||||
%description
|
||||
Array::Compare is a Perl module which allows you to compare two arrays.
|
||||
|
||||
%prep
|
||||
%setup -q -n Array-Compare-%{version}
|
||||
%setup -q -n Array-Compare-v%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
@ -53,6 +52,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.8-1mamba
|
||||
- update to 3.0.8
|
||||
|
||||
* Sun Aug 14 2016 Automatic Build System <autodist@mambasoft.it> 2.12-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user