Accepting request 28955 from devel:languages:perl

Copy from devel:languages:perl/perl-Test-NoWarnings based on submit request 28955 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-NoWarnings?expand=0&rev=4
This commit is contained in:
OBS User autobuild 2010-01-11 16:03:05 +00:00 committed by Git OBS Bridge
parent a3488c73ae
commit ea043e3f81
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Sat Jul 25 19:44:36 CEST 2009 - chris@computersalat.de

View File

@ -22,7 +22,7 @@ Name: perl-Test-NoWarnings
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Make sure you didn't emit any warnings while testing
Version: 0.084
Release: 2
Release: 3
License: Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/perldoc?Test::NoWarnings
@ -55,7 +55,7 @@ Requires: perl(Test::Tester) >= 0.103
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test