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:
parent
eb301b0861
commit
9394f6ac5c
@ -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
|
Tue Jul 28 09:46:52 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: perl-Text-Iconv
|
|||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Perl interface to iconv() codeset conversion function
|
Summary: Perl interface to iconv() codeset conversion function
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Text-Iconv
|
Url: http://search.cpan.org/dist/Text-Iconv
|
||||||
@ -49,7 +49,7 @@ all supported codesets.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||||
%{__make}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
Loading…
Reference in New Issue
Block a user