automatic version update by autodist [release 0.430-1mamba;Thu Oct 06 2022]
This commit is contained in:
parent
37216099a4
commit
6716e1047b
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 0.430-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.416-1mamba
|
||||
- update to 0.416
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user