8
0

Accepting request 327567 from home:hsk17:branches:devel:languages:perl

make it build with perl-5.22

OBS-URL: https://build.opensuse.org/request/show/327567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-String?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2015-08-27 14:22:13 +00:00
committed by Git OBS Bridge
parent 9e91ad99de
commit e9194387b4
3 changed files with 18 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ License: Artistic-1.0
Group: Development/Libraries/Perl
Url: http://cpan.org/modules/by-module/Unicode/
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-%version.tar.gz
Patch0: perl522.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
@@ -46,6 +47,7 @@ Authors:
%prep
%setup -n Unicode-String-%{version}
%patch0 -p2
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"