update to 0.09 [release 0.09-1mamba;Sat Oct 21 2023]
This commit is contained in:
parent
557efe3f77
commit
aa06bf6e92
@ -1,22 +1,24 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Array-Diff
|
||||
Version: 0.05002
|
||||
Release: 2mamba
|
||||
Epoch: 1
|
||||
Version: 0.09
|
||||
Release: 1mamba
|
||||
Summary: Array::Diff - Diff 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-Diff-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org/
|
||||
Source: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Array-Diff-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Module-Build
|
||||
BuildRequires: perl-Class-Accessor
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-Algorithm-Diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: perl-Class-Accessor
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-Module-Build
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
Array::Diff - Diff two arrays.
|
||||
@ -57,6 +59,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.09-1mamba
|
||||
- update to 0.09
|
||||
|
||||
* Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 0.05002-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user