Accepting request 29262 from devel:languages:perl

Copy from devel:languages:perl/perl-Text-Iconv based on submit request 29262 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Iconv?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-12 12:02:07 +00:00 committed by Git OBS Bridge
parent eb301b0861
commit 9394f6ac5c
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 Jul 28 09:46:52 CEST 2009 - coolo@novell.com

View File

@ -22,7 +22,7 @@ Name: perl-Text-Iconv
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perl interface to iconv() codeset conversion function
Version: 1.7
Release: 1
Release: 2
License: Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Iconv
@ -49,7 +49,7 @@ all supported codesets.
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test