[nodejs-window-size] Move license file.

Ralph Bean ralph at fedoraproject.org
Mon Mar 9 21:00:13 UTC 2015


commit 2ae23b4a9d13d8373244be497b022a5dc29497dc
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Mar 9 17:00:02 2015 -0400

    Move license file.

 nodejs-window-size.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-window-size.spec b/nodejs-window-size.spec
index f105cef..967f303 100644
--- a/nodejs-window-size.spec
+++ b/nodejs-window-size.spec
@@ -5,7 +5,7 @@
 
 Name:               nodejs-window-size
 Version:            0.1.0
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            Get the height and width of the terminal in a node.js environment
 
 Group:              Development/Libraries
@@ -44,9 +44,13 @@ cp -pr package.json index.js \
 %nodejs_symlink_deps
 
 %files
-%doc LICENSE-MIT README.md
+%license LICENSE-MIT
+%doc README.md
 %{nodejs_sitelib}/window-size/
 
 %changelog
+* Mon Mar 09 2015 Ralph Bean <rbean at redhat.com> - 0.1.0-2
+- Move LICENSE out into the %%license macro.
+
 * Fri Feb 20 2015 Ralph Bean <rbean at redhat.com> - 0.1.0-1
 - Initial packaging for Fedora.


More information about the scm-commits mailing list