[nodejs/f18] add the tarball stripping script

T.C. Hollingsworth patches at fedoraproject.org
Wed May 29 03:24:39 UTC 2013


commit 07d9fe983d958945296ea612d64746bfd635013d
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue May 28 20:23:27 2013 -0700

    add the tarball stripping script

 nodejs-tarball.sh |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/nodejs-tarball.sh b/nodejs-tarball.sh
new file mode 100755
index 0000000..e8d3cdf
--- /dev/null
+++ b/nodejs-tarball.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+version=$(rpm -q --specfile --qf='%{version}\n' nodejs.spec | head -n1)
+#wget http://nodejs.org/dist/v${version}/node-v${version}.tar.gz
+tar -zxf node-v${version}.tar.gz
+rm -rf node-v${version}/deps/openssl
+tar -zcf node-v${version}-stripped.tar.gz node-v${version}


More information about the scm-commits mailing list