automatic update by autodist [release 2.11-1mamba;Wed Nov 05 2014]

This commit is contained in:
Automatic Build System 2024-01-06 08:34:22 +01:00
parent 10d1b28fc7
commit a6f063cfc4

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Array-Compare
Version: 2.02
Version: 2.11
Release: 1mamba
Summary: Array::Compare - Perl module which allows you to compare two arrays
Group: System/Libraries/Perl
@ -12,6 +12,11 @@ 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
## 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
@ -48,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Wed Nov 05 2014 Automatic Build System <autodist@mambasoft.it> 2.11-1mamba
- automatic update by autodist
* Tue Nov 13 2012 Automatic Build System <autodist@mambasoft.it> 2.02-1mamba
- automatic version update by autodist