Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2939927f26 |
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: nodejs-underscore
|
Name: nodejs-underscore
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
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
|
||||||
|
|
@ -19,7 +19,7 @@ BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
BuildRequires: web-assets-devel
|
BuildRequires: web-assets-devel
|
||||||
BuildRequires: npm(uglify-js)
|
BuildRequires: uglify-js
|
||||||
|
|
||||||
%if 0%{?enable_tests}
|
%if 0%{?enable_tests}
|
||||||
BuildRequires: npm(phantomjs)
|
BuildRequires: npm(phantomjs)
|
||||||
|
|
@ -81,6 +81,9 @@ cp -pr underscore.js underscore-min.js underscore-min.map \
|
||||||
%{_jsdir}/underscore
|
%{_jsdir}/underscore
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 08 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.5.1-3
|
||||||
|
- depend explicitly on latest version of uglifyjs
|
||||||
|
|
||||||
* Sun Jan 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.5.1-2
|
* Sun Jan 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.5.1-2
|
||||||
- ship a browser version
|
- ship a browser version
|
||||||
- add missing BuildRequires on uglify-js
|
- add missing BuildRequires on uglify-js
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue