Accepting request 80969 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/80969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=3
This commit is contained in:
Lars Vogdt 2011-09-05 15:56:36 +00:00 committed by Git OBS Bridge
commit 34c08f4d76
2 changed files with 9 additions and 0 deletions

View File

@ -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 Thu Jul 21 08:55:31 UTC 2011 - coolo@novell.com

View File

@ -48,6 +48,9 @@ more complicated code and API.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %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 %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor