Christian Wittmer 2011-08-26 15:46:17 +00:00 committed by Git OBS Bridge
parent 37847f24c2
commit 96998ae4c3
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

View File

@ -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