Author: aredridel Date: Sat Feb 19 07:53:19 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.4.0
---- Files affected: packages/nodejs: nodejs.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/nodejs/nodejs.spec diff -u packages/nodejs/nodejs.spec:1.12 packages/nodejs/nodejs.spec:1.13 --- packages/nodejs/nodejs.spec:1.12 Wed Jul 28 02:21:33 2010 +++ packages/nodejs/nodejs.spec Sat Feb 19 08:53:13 2011 @@ -2,21 +2,22 @@ Summary: Asynchronous JavaScript Engine Name: nodejs -Version: 0.1.102 +Version: 0.4.0 Release: 0 License: BSD Group: Libraries URL: http://nodejs.org/ Source0: http://nodejs.org/dist/node-v%{version}.tar.gz -# Source0-md5: 93279f1e4595558dacb45a78259b7739 -BuildRequires: c-ares-devel >= 1.7.1-0.20100523.0 +# Source0-md5: 18f89256751f9b8e27dee8494f508171 +Patch0: %{name}-ev-multiplicity.patch +BuildRequires: c-ares-devel +BuildRequires: c-ares-devel >= 1.7.4 BuildRequires: gcc >= 5:4.0 BuildRequires: libeio-devel -BuildRequires: libev-devel >= 3.90 +BuildRequires: libev-devel >= 4.0.0 BuildRequires: libstdc++-devel BuildRequires: python BuildRequires: rpm >= 4.4.9-56 -BuildRequires: udns-devel BuildRequires: v8-devel >= 2.3.2 BuildRequires: waf ExclusiveArch: %{ix86} %{x8664} arm @@ -42,6 +43,7 @@ %prep %setup -q -n node-v%{version} +%patch0 -p1 %build # build library @@ -88,7 +90,6 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog LICENSE %attr(755,root,root) %{_bindir}/node -%attr(755,root,root) %{_bindir}/node-repl %dir %{_libdir}/node %dir %{_libdir}/node/libraries %{_libdir}/node/libraries/*.js @@ -99,6 +100,7 @@ %{_includedir}/node %attr(755,root,root) %{_bindir}/node-waf %{_libdir}/waf/wafadmin/Tools/node_addon.py +/usr/lib/pkgconfig/nodejs.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -106,6 +108,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2011/02/19 07:53:13 aredridel +- up to 0.4.0 + Revision 1.12 2010/07/28 00:21:33 aredridel - 0.1.102 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nodejs/nodejs.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
