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:
commit
34c08f4d76
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user