[nodejs-ronn/el6] rename executable so as not to conflict with rubygem-ronn

T.C. Hollingsworth patches at fedoraproject.org
Wed Jun 5 02:06:56 UTC 2013


commit 8b97d61085ea4e763edf70f61d8d7fb8e70da0f7
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Jun 4 19:01:59 2013 -0700

    rename executable so as not to conflict with rubygem-ronn

 nodejs-ronn.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-ronn.spec b/nodejs-ronn.spec
index f6bb49f..9f60999 100644
--- a/nodejs-ronn.spec
+++ b/nodejs-ronn.spec
@@ -1,6 +1,6 @@
 Name:       nodejs-ronn
 Version:    0.4.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Markdown to roff/html converter
 License:    MIT
 Group:      System Environment/Libraries
@@ -29,7 +29,7 @@ mkdir -p %{buildroot}%{nodejs_sitelib}/ronn
 cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/ronn
 
 mkdir -p %{buildroot}%{_bindir}
-ln -s ../lib/node_modules/ronn/bin/ronn.js %{buildroot}%{_bindir}/ronn
+ln -s ../lib/node_modules/ronn/bin/ronn.js %{buildroot}%{_bindir}/ronn-nodejs
 
 %nodejs_symlink_deps
 
@@ -43,6 +43,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE CHANGES TODO
 
 %changelog
+* Wed Jun 05 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.0-2
+- rename executable so as not to conflict with rubygem-ronn
+
 * Tue Apr 16 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.0-1
 - new upstream release 0.4.0
 - markdown now unbundled upstream


More information about the scm-commits mailing list