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:
parent
bf45557111
commit
de37e45a6e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user