|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: uglify-js
|
|
|
|
|
Version: 2.6.1
|
|
|
|
|
Version: 2.7.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: JavaScript parser, mangler/compressor and beautifier toolkit
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -101,9 +101,10 @@ ln -sf ../lib/node_modules/uglify-js@2/bin/uglifyjs %{buildroot}%{_bindir}/uglif
|
|
|
|
|
ln -sf uglify-js@2 %{buildroot}%{nodejs_sitelib}/uglify-js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?enable_tests}
|
|
|
|
|
%check
|
|
|
|
|
%nodejs_symlink_deps --check
|
|
|
|
|
%{__nodejs} -e 'require("./")'
|
|
|
|
|
%if 0%{?enable_tests}
|
|
|
|
|
%__nodejs test/run-tests.js
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -139,6 +140,12 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 28 2016 Jared Smith <jsmith@fedoraproject.org> - 2.7.0-1
|
|
|
|
|
- Update to upstream 2.7.0 release
|
|
|
|
|
|
|
|
|
|
* Sat Jul 09 2016 Jared Smith <jsmith@fedoraproject.org> - 2.6.4-1
|
|
|
|
|
- Update to upstream 2.6.4 release
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2016 Tom Hughes <tom@compton.nu> - 2.6.1-1
|
|
|
|
|
- Update to 2.6.1 upstream release
|
|
|
|
|
|
|
|
|
|