[nodejs-mapnik] Don't strip the compiled extension module

Tom Hughes tomh at fedoraproject.org
Mon Aug 26 21:50:33 UTC 2013


commit 4434a312e33ff6fba5f354a300f5584d8e242b31
Author: Tom Hughes <tom at compton.nu>
Date:   Mon Aug 26 22:49:16 2013 +0100

    Don't strip the compiled extension module

 nodejs-mapnik.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-mapnik.spec b/nodejs-mapnik.spec
index d182f11..4517598 100644
--- a/nodejs-mapnik.spec
+++ b/nodejs-mapnik.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-mapnik
 Version:        1.1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bindings to Mapnik tile rendering library for Node.js
 
 License:        BSD
@@ -47,6 +47,7 @@ BuildRequires:  npm(sphericalmercator)
 %patch2 -p1
 %patch3 -p1
 rm -rf node_modules
+echo '{}' > common.gypi
 %nodejs_symlink_deps --check
 
 
@@ -81,6 +82,9 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec -t 5000
 
 
 %changelog
+* Mon Aug 26 2013 Tom Hughes <tom at compton.nu> - 1.1.3-2
+- Don't strip the compiled extension module
+
 * Fri Aug 16 2013 Tom Hughes <tom at compton.nu> - 1.1.3-1
 - Update to 1.1.3 upstream release
 


More information about the scm-commits mailing list