Accepting request 29295 from devel:languages:perl

Copy from devel:languages:perl/perl-DBI based on submit request 29295 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=15
This commit is contained in:
OBS User autobuild 2010-01-12 10:45:02 +00:00 committed by Git OBS Bridge
parent 5512152022
commit 07950d1351
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
-------------------------------------------------------------------
Tue Oct 13 14:21:52 UTC 2009 - chris@computersalat.de

View File

@ -22,7 +22,7 @@ Name: perl-DBI
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: The Perl Database Interface
Version: 1.609
Release: 2
Release: 3
AutoReqProv: on
License: GPLv2+
Group: Development/Libraries/Perl
@ -59,7 +59,7 @@ The Perl Database Interface by Tim Bunce.
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test