Accepting request 29435 from devel:languages:perl

Copy from devel:languages:perl/perl-Class-Inspector based on submit request 29435 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Inspector?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-01-13 15:19:23 +00:00 committed by Git OBS Bridge
parent bf45557111
commit de37e45a6e
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
-------------------------------------------------------------------
Thu Dec 10 22:43:38 UTC 2009 - chris@computersalat.de

View File

@ -22,7 +22,7 @@ Name: perl-Class-Inspector
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Get Information About a Loaded Class
Version: 1.24
Release: 1
Release: 2
License: Artistic ; GPLv2+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/~adamk/Class-Inspector
@ -55,7 +55,7 @@ Authors:
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test