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