|
|
@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: nodejs-underscore
|
|
|
|
Name: nodejs-underscore
|
|
|
|
Version: 1.6.0
|
|
|
|
Version: 1.6.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: JavaScript's functional programming helper library
|
|
|
|
Summary: JavaScript's functional programming helper library
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -36,7 +36,7 @@ BuildRequires: web-assets-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: nodejs-packaging
|
|
|
|
BuildRequires: nodejs-packaging
|
|
|
|
BuildRequires: npm(uglify-js)
|
|
|
|
BuildRequires: uglify-js
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?enable_tests}
|
|
|
|
%if 0%{?enable_tests}
|
|
|
|
BuildRequires: npm(phantomjs)
|
|
|
|
BuildRequires: npm(phantomjs)
|
|
|
@ -102,6 +102,9 @@ cp -pr underscore.js underscore-min.js underscore-min.map \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 08 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.6.0-3
|
|
|
|
|
|
|
|
- depend explicitly on latest version of uglifyjs
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 26 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.6.0-2
|
|
|
|
* Sat Apr 26 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.6.0-2
|
|
|
|
- add jsdir logic for EL6
|
|
|
|
- add jsdir logic for EL6
|
|
|
|
|
|
|
|
|
|
|
|