From 4810daa1d9a9ceb01dd0e1e389637bb75752630e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Nov 20 2016 19:45:56 +0000 Subject: Exclude big endian architectures as mapnik does not support them --- diff --git a/nodejs-mapnik-vector-tile.spec b/nodejs-mapnik-vector-tile.spec index aea257c..a5ab72e 100644 --- a/nodejs-mapnik-vector-tile.spec +++ b/nodejs-mapnik-vector-tile.spec @@ -3,7 +3,7 @@ Name: nodejs-mapnik-vector-tile Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mapnik API for working with vector tiles License: BSD @@ -16,6 +16,11 @@ Patch0: nodejs-mapnik-vector-tile-dependencies.patch BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch +# Exclude big endian architectures as mapnik does not support them +# https://github.com/mapnik/mapnik/issues/2313 +# https://bugzilla.redhat.com/show_bug.cgi?id=1395208 +ExcludeArch: ppc64 s390x + # Bundled version is forked, and includes patches that only work # when it is compiled as part of another project with defines that # change types to match those in the surrounding project @@ -74,6 +79,9 @@ make %{?_smp_mflags} test %changelog +* Sun Nov 20 2016 Tom Hughes - 1.2.2-2 +- Exclude big endian architectures as mapnik does not support them + * Sat Sep 10 2016 Tom Hughes - 1.2.2-1 - Update to 1.2.2 upstream release