Author: glen Date: Thu Jan 26 15:28:30 2012 GMT Module: packages Tag: HEAD ---- Log message: - disable npm, packaged separately
---- Files affected: packages/nodejs: nodejs.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: packages/nodejs/nodejs.spec diff -u packages/nodejs/nodejs.spec:1.28 packages/nodejs/nodejs.spec:1.29 --- packages/nodejs/nodejs.spec:1.28 Thu Jan 26 16:11:58 2012 +++ packages/nodejs/nodejs.spec Thu Jan 26 16:28:25 2012 @@ -2,7 +2,7 @@ Summary: Asynchronous JavaScript Engine Name: nodejs Version: 0.6.8 -Release: 2 +Release: 3 License: BSD and MIT and ASL 2.0 and GPLv3 Group: Development/Languages URL: http://www.nodejs.org/ @@ -97,6 +97,7 @@ --shared-cares \ --shared-v8 \ --shared-zlib \ + --without-npm \ --libdir=%{_libdir} \ --prefix=%{_prefix} @@ -152,11 +153,6 @@ rm -rf html/api/api cd - -# remove NPM; it's buggy in 0.6.3 -# but really we package npm from separate spec -rm -rf $RPM_BUILD_ROOT%{_libdir}/node_modules -rm $RPM_BUILD_ROOT%{_bindir}/npm - %clean rm -rf $RPM_BUILD_ROOT @@ -199,6 +195,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2012/01/26 15:28:25 glen +- disable npm, packaged separately + Revision 1.28 2012/01/26 15:11:58 glen - add node_modules to library search paths - gcc and g++ deps for waf package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nodejs/nodejs.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
