From 0b98be8220adbe2d73d9c4c3e91c37118bc8afd67f7de87854c4485b7074b73e Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Mon, 27 Dec 2010 14:25:59 +0000 Subject: [PATCH] fix dep on SLE10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-ErrorString-Perl?expand=0&rev=2 --- perl-Parse-ErrorString-Perl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Parse-ErrorString-Perl.spec b/perl-Parse-ErrorString-Perl.spec index 213c150..211aafb 100644 --- a/perl-Parse-ErrorString-Perl.spec +++ b/perl-Parse-ErrorString-Perl.spec @@ -17,7 +17,7 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Differences) BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(Pod::POM) >= 0.27 BuildRequires: perl(File::Spec) BuildRequires: perl(File::Basename) @@ -39,6 +39,7 @@ Parse::ErrorString::Perl - Parse error messages from the perl interpreter. %prep %setup -q -n "Parse-ErrorString-Perl-%{version}" %__sed -i '/^auto_install/d' Makefile.PL +%__sed -i 's|6.31|6.30|g' Makefile.PL %build %__perl Makefile.PL PREFIX="%{_prefix}"