From cbffd93a078c8245cea261aa84b54f42ef045a2f Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Tue, 16 Apr 2013 16:03:09 -0700 Subject: [PATCH] call nodejs_symlink_deps --- uglify-js.spec | 8 +++++--- 1 file 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 - 2.2.4-3 +- call nodejs_symlink_deps + * Wed Feb 13 2013 T.C. Hollingsworth - 2.2.4-2 - install tools dir - enable tests