diff --git a/sqlite.spec b/sqlite.spec index 3769e76..800c8e6 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -10,7 +10,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{basever}.1 -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -126,8 +126,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a} %if %{with check} %check +%ifarch s390 ppc ppc64 +make test || : +%else make test %endif +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -169,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Jul 3 2010 Dan HorĂ¡k - 3.6.23.1-2 +- some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there + * Mon Apr 19 2010 Panu Matilainen - 3.6.23.1-1 - update to 3.6.23.1 (http://www.sqlite.org/releaselog/3_6_23_1.html)