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
This commit is contained in:
Andreas Jaeger 2014-03-13 15:21:44 +00:00 committed by Git OBS Bridge
parent 0d75ee1c5c
commit 4350f65d30
2 changed files with 7 additions and 14 deletions

View File

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

View File

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