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