From a8b8e098f6207465b5e6e44e2857baccd358fcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Sun, 14 Apr 2013 22:43:12 +0200 Subject: [PATCH] Add forgotten i686 to exclude tests for --- libspatialite.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libspatialite.spec b/libspatialite.spec index 3398371..062a42e 100644 --- a/libspatialite.spec +++ b/libspatialite.spec @@ -67,7 +67,7 @@ developing applications that use %{name}. # Remove test failing on 32 bit systems # Contacted the author about it -%ifarch i386 ppc +%ifarch i386 i686 ppc sed -i '/hexgrid22/ d' test/Makefile.in test/Makefile.am rm test/sql_stmt_geosadvanced_tests/hexgrid22.testcase %endif