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

Tom Hughes tomh at fedoraproject.org
Mon Aug 26 21:55:02 UTC 2013


commit 5949447505c97b01fa1d0c02ff71f135c1a538b9
Author: Tom Hughes <tom at compton.nu>
Date:   Mon Aug 26 22:54:30 2013 +0100

    Don't strip the compiled extension module

 nodejs-srs.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-srs.spec b/nodejs-srs.spec
index 30dbd82..bc6ab49 100644
--- a/nodejs-srs.spec
+++ b/nodejs-srs.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-srs
 Version:        0.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Spatial reference library for Node.js
 
 License:        BSD
@@ -40,6 +40,7 @@ Bindings to libosr for handling spatial references in Node.js.
 %setup -q -n package-fedora
 %patch0 -p1 -b .tests
 cp -pr %{SOURCE2} lib/settings.js
+echo '{}' > common.gypi
 rm -rf deps node_modules lib/srs_data
 
 
@@ -67,6 +68,9 @@ NODE_PATH=lib %{nodejs_sitearch}/mocha/bin/mocha -R spec
 
 
 %changelog
+* Mon Aug 26 2013 Tom Hughes <tom at compton.nu> - 0.3.2-2
+- Don't strip the compiled extension module
+
 * Tue Aug 20 2013 Tom Hughes <tom at compton.nu> - 0.3.2-1
 - Update to 0.3.2 upstream release
 


More information about the scm-commits mailing list