[nodejs-ws] Updated to latest release

tdawson tdawson at fedoraproject.org
Fri Jan 23 22:30:56 UTC 2015


commit 7c6b13ff8771f739c030cdd4bf83b38c04a8e86d
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jan 23 16:31:24 2015 -0600

    Updated to latest release

 .gitignore     |    1 +
 nodejs-ws.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed7fd2f..fbb3efd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ws-0.4.25.tgz
 /ws-0.4.31.tgz
 /ws-0.4.32.tgz
+/ws-0.7.0.tgz
diff --git a/nodejs-ws.spec b/nodejs-ws.spec
index 26a113b..df063c1 100644
--- a/nodejs-ws.spec
+++ b/nodejs-ws.spec
@@ -7,7 +7,7 @@
 
 Summary:       Web socket client, server and console for nodejs
 Name:          nodejs-%{npm_name}
-Version:       0.4.32
+Version:       0.7.0
 Release:       1%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
@@ -46,11 +46,11 @@ node-gyp rebuild
 
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
-cp -pr bin build/Release/*.node index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
+cp -pr build/Release/*.node index.js lib package.json wscat %{buildroot}%{nodejs_sitelib}/%{npm_name}
 
 # Setup Binaries
 mkdir %{buildroot}%{_bindir}
-ln -s %{nodejs_sitelib}/%{npm_name}/bin/wscat %{buildroot}%{_bindir}/wscat
+ln -s %{nodejs_sitelib}/%{npm_name}/wscat/bin/wscat %{buildroot}%{_bindir}/wscat
 
 # Fix permissions
 chmod 755 %{buildroot}%{nodejs_sitelib}/%{npm_name}/bufferutil.node
@@ -62,11 +62,14 @@ make test
 %endif
 
 %files
-%doc History.md README.md
+%doc README.md
 %{nodejs_sitelib}/%{npm_name}
 %{_bindir}/wscat
 
 %changelog
+* Thu Jan 22 2015 Troy Dawson <tdawson at redhat.com> - 0.7.0-1
+- Updated to latest release
+
 * Fri Oct 24 2014 Troy Dawson <tdawson at redhat.com> - 0.4.32-1
 - Updated to latest release
 
diff --git a/sources b/sources
index a155b10..7867801 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7da37660c923f09097a6da06698f96af  ws-0.4.32.tgz
+25f31dfb28714dc31c1c946952663054  ws-0.7.0.tgz


More information about the scm-commits mailing list