From 4350f65d30c4d23f941305798fbee70253b28094d456535d8be685a573dd8b08 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 13 Mar 2014 15:21:44 +0000 Subject: [PATCH] Accepting request 206827 from home:rudi_m:branches:Base:System - enable tests for all archs - --enable-jit for sparc OBS-URL: https://build.opensuse.org/request/show/206827 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=52 --- pcre.changes | 6 ++++++ pcre.spec | 15 +-------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/pcre.changes b/pcre.changes index 430bf03..5919062 100644 --- a/pcre.changes +++ b/pcre.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 13 19:06:09 UTC 2013 - sweet_f_a@gmx.de + +- enable tests for all archs +- --enable-jit for sparc + ------------------------------------------------------------------- Thu Jun 13 16:20:10 UTC 2013 - jengelh@inai.de diff --git a/pcre.spec b/pcre.spec index d18338d..f3eef7b 100644 --- a/pcre.spec +++ b/pcre.spec @@ -154,7 +154,7 @@ as Perl 5. # Available JIT archs see sljit/sljitConfig.h autoreconf -fiv %configure \ -%ifarch %ix86 x86_64 %arm ppc ppc64 mips +%ifarch %ix86 x86_64 %arm ppc ppc64 mips sparc --enable-jit \ %endif --enable-static \ @@ -173,22 +173,9 @@ mv %{buildroot}/usr/share/doc/pcre %{buildroot}/%{_defaultdocdir}/pcre-doc #empty dependecy_libs %{__rm} -f %{buildroot}%{_libdir}/*.la -#ove pcre and pcreposix library into /lib -#%{__mkdir_p} %{buildroot}/%{_lib} -#for l in libpcre libpcreposix; do -# ldest=$(readlink %{buildroot}/%{_libdir}/$l.so) -# mv %{buildroot}%{_libdir}/$l.so.* %{buildroot}/%{_lib} -# #update the symlinks for linking. -# %{__ln_s} -vf /%{_lib}/$ldest %{buildroot}%{_libdir}/$l.so -#done - %check export LANG=POSIX -%ifarch %arm -make test || echo make test failed -%else make test -%endif %post -n libpcre1 -p /sbin/ldconfig