Accepting request 29237 from devel:languages:perl

Copy from devel:languages:perl/perl-List-MoreUtils based on submit request 29237 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-12 12:47:07 +00:00 committed by Git OBS Bridge
parent a6caf35846
commit 387f49a58c
2 changed files with 9 additions and 4 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:40:42 CEST 2009 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-List-MoreUtils (Version 0.22)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,9 +22,9 @@ Name: perl-List-MoreUtils
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Provide the stuff missing in List::Util
Version: 0.22
Release: 72
Release: 73
#
License: Artistic License .. ; GPL v2 only
License: Artistic License .. ; GPLv2
Group: Development/Libraries/Perl
#
Url: http://search.cpan.org/perldoc?List::MoreUtils
@ -47,7 +47,7 @@ Requires: perl = %{perl_version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test