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)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-List-MoreUtils
|
Name: perl-List-MoreUtils
|
||||||
Version: 0.416
|
Version: 0.430
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: List::MoreUtils - Provide the stuff missing in List::Util
|
Summary: List::MoreUtils - Provide the stuff missing in List::Util
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: perl-Exporter-Tiny
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.
|
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
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
%ifarch x86_64
|
||||||
%make test
|
%make test
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -51,6 +53,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.416-1mamba
|
||||||
- update to 0.416
|
- update to 0.416
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user