[uglify-js/el6] call nodejs_symlink_deps

T.C. Hollingsworth patches at fedoraproject.org
Tue Apr 16 23:04:56 UTC 2013


commit cbffd93a078c8245cea261aa84b54f42ef045a2f
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Apr 16 16:03:09 2013 -0700

    call nodejs_symlink_deps

 uglify-js.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/uglify-js.spec b/uglify-js.spec
index 18bbb7a..79c391a 100644
--- a/uglify-js.spec
+++ b/uglify-js.spec
@@ -5,7 +5,7 @@
 
 Name:           uglify-js
 Version:        2.2.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        JavaScript parser, mangler/compressor and beautifier toolkit
 BuildArch:      noarch
 
@@ -60,8 +60,7 @@ ln -sf %{_datadir}/%{name} %{buildroot}%{nodejs_sitelib}/%{name}/lib
 mkdir -p %{buildroot}%{_bindir}
 ln -sf ../lib/node_modules/uglify-js/bin/uglifyjs %{buildroot}%{_bindir}/uglifyjs
 
-#nodejs-symlink-deps is not called because this package does not have any
-#dependencies and can be used outside of node
+%nodejs_symlink_deps
 
 %if 0%{?enable_tests}
 %check
@@ -85,6 +84,9 @@ rm -rf %buildroot
 %doc README.md
 
 %changelog
+* Tue Apr 16 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.2.4-3
+- call nodejs_symlink_deps
+
 * Wed Feb 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.2.4-2
 - install tools dir
 - enable tests


More information about the scm-commits mailing list