automatic update by autodist [release 0.62-1mamba;Tue May 27 2014]

This commit is contained in:
Automatic Build System 2024-01-06 09:40:54 +01:00
parent 2fa2144d70
commit d629da5532

View File

@ -1,8 +1,8 @@
%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-Test-Base Name: perl-Test-Base
Version: 0.60 Version: 0.62
Release: 2mamba Release: 1mamba
Summary: Test::Base - A Data Driven Testing Framework Summary: Test::Base - A Data Driven Testing Framework
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -12,6 +12,8 @@ URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Test/Test-Base-%{version}.tar.gz Source: http://www.cpan.org/modules/by-module/Test/Test-Base-%{version}.tar.gz
License: Artistic License: Artistic
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-Spiffy BuildRequires: perl-Spiffy
BuildArch: noarch BuildArch: noarch
@ -29,7 +31,9 @@ Test::Base - A Data Driven Testing Framework.
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make %make
%ifnarch arm
%make test %make test
%endif
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -52,6 +56,12 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue May 27 2014 Automatic Build System <autodist@mambasoft.it> 0.62-1mamba
- automatic update by autodist
* Sun Feb 09 2014 Automatic Build System <autodist@mambasoft.it> 0.61-1mamba
- automatic update by autodist
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.60-2mamba * Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.60-2mamba
- perl 5.16 mass rebuild - perl 5.16 mass rebuild