automatic update by autodist [release 0.62-1mamba;Tue May 27 2014]
This commit is contained in:
parent
2fa2144d70
commit
d629da5532
@ -1,8 +1,8 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Test-Base
|
||||
Version: 0.60
|
||||
Release: 2mamba
|
||||
Version: 0.62
|
||||
Release: 1mamba
|
||||
Summary: Test::Base - A Data Driven Testing Framework
|
||||
Group: System/Libraries/Perl
|
||||
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
|
||||
License: Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Spiffy
|
||||
BuildArch: noarch
|
||||
@ -29,7 +31,9 @@ Test::Base - A Data Driven Testing Framework.
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
%make
|
||||
%ifnarch arm
|
||||
%make test
|
||||
%endif
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -52,6 +56,12 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user