diff --git a/perl-Capture-Tiny.changes b/perl-Capture-Tiny.changes index 71f4520..6d2cc06 100644 --- a/perl-Capture-Tiny.changes +++ b/perl-Capture-Tiny.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 26 15:45:14 UTC 2011 - chris@computersalat.de + +- fix build for SLE_10 + * %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL + ------------------------------------------------------------------- Thu Jul 21 08:55:31 UTC 2011 - coolo@novell.com diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index 2096494..ae3dd3d 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -48,6 +48,9 @@ more complicated code and API. %prep %setup -q -n %{cpan_name}-%{version} +%if 0%{?sles_version} == 10 || 0%{?rhel_version} || 0%{?centos_version} + %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL +%endif %build %{__perl} Makefile.PL INSTALLDIRS=vendor