From 6716e1047b64f19b7a4ee808da7c006f0295125c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:15:11 +0100 Subject: [PATCH] automatic version update by autodist [release 0.430-1mamba;Thu Oct 06 2022] --- perl-List-MoreUtils.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec index 6ddb35b..e6564ae 100644 --- a/perl-List-MoreUtils.spec +++ b/perl-List-MoreUtils.spec @@ -1,22 +1,21 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-List-MoreUtils -Version: 0.416 +Version: 0.430 Release: 1mamba Summary: List::MoreUtils - Provide the stuff missing in List::Util Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN -BuildRequires: glibc-devel +BuildRequires: perl-Exporter-Tiny BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. @@ -28,7 +27,10 @@ List::MoreUtils provides some trivial but commonly needed functionality on lists %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make + +%ifarch x86_64 %make test +%endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -51,6 +53,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Thu Oct 06 2022 Automatic Build System 0.430-1mamba +- automatic version update by autodist + * Wed Nov 09 2016 Silvan Calarco 0.416-1mamba - update to 0.416