[nodejs-mapnik-vector-tile] Restrict tests to x86_64 for now

Tom Hughes tomh at fedoraproject.org
Wed Jul 17 11:14:19 UTC 2013


commit 0ab3bebdc476ba935710d74f09de5646fd09a26d
Author: Tom Hughes <tom at compton.nu>
Date:   Wed Jul 17 12:13:50 2013 +0100

    Restrict tests to x86_64 for now
    
    https://github.com/mapbox/mapnik-vector-tile/issues/15

 nodejs-mapnik-vector-tile-test.patch |   26 --------------------------
 nodejs-mapnik-vector-tile.spec       |    5 +++--
 2 files changed, 3 insertions(+), 28 deletions(-)
---
diff --git a/nodejs-mapnik-vector-tile.spec b/nodejs-mapnik-vector-tile.spec
index 1bd68ef..b19d4ae 100644
--- a/nodejs-mapnik-vector-tile.spec
+++ b/nodejs-mapnik-vector-tile.spec
@@ -8,8 +8,6 @@ Summary:        Mapnik API for working with vector tiles
 License:        BSD
 URL:            https://github.com/mapbox/mapnik-vector-tile
 Source0:        http://registry.npmjs.org/mapnik-vector-tile/-/mapnik-vector-tile-%{version}.tgz
-# Reported upstream - https://github.com/mapbox/mapnik-vector-tile/issues/15
-Patch0:         nodejs-mapnik-vector-tile-test.patch
 BuildArch:      noarch
 ExclusiveArch:  %{nodejs_arches} noarch
 
@@ -47,8 +45,10 @@ make %{?_smp_mflags}
 
 %if 0%{?enable_tests}
 %check
+%ifarch x86_64
 make %{?_smp_mflags} test
 %endif
+%endif
 
 
 %install
@@ -65,6 +65,7 @@ cp -pr package.json src %{buildroot}/%{nodejs_sitearch}/mapnik-vector-tile
 %changelog
 * Wed Jul 17 2013 Tom Hughes <tom at compton.nu> - 0.2.2-1
 - Update to 0.2.2 upstream release
+- Restrict tests to x86_64 for now
 
 * Mon Jul 15 2013 Tom Hughes <tom at compton.nu> - 0.1.0-1
 - Updated to 0.1.0 upstream release


More information about the scm-commits mailing list