packages: nodejs/nodejs.spec - waf todo - drop empty -libs, drop pointless ...

glen glen at pld-linux.org
Mon Mar 15 00:46:56 CET 2010


Author: glen                         Date: Sun Mar 14 23:46:56 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- waf todo
- drop empty -libs, drop pointless macros (too much copy-paste?)
- gcc epoch, deps for %{pld_release} macro

---- Files affected:
packages/nodejs:
   nodejs.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/nodejs/nodejs.spec
diff -u packages/nodejs/nodejs.spec:1.1 packages/nodejs/nodejs.spec:1.2
--- packages/nodejs/nodejs.spec:1.1	Fri Mar 12 07:58:11 2010
+++ packages/nodejs/nodejs.spec	Mon Mar 15 00:46:50 2010
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO:
+# - use system waf
 
 # For the 1.2 branch, we use 0s here
 # For 1.3+, we use the three digit versions
@@ -7,8 +9,6 @@
 %define		sobuild 2
 %define		sover %{somajor}.%{sominor}.%{sobuild}
 
-%define		snap	20100309svn4070
-%define		rel		1
 Summary:	Asynchronous JavaScript Engine
 Name:		nodejs
 Version:	0.1.31
@@ -21,11 +21,12 @@
 Source1:	http://www.crockford.com/javascript/jsmin.py.txt
 # Source1-md5:	0521ddcf3e52457223c6e0d602486a89
 Patch0:		%{name}-system-libs.patch
-BuildRequires:	gcc >= 4.0
+BuildRequires:	gcc >= 5:4.0
 BuildRequires:	libeio-devel
 BuildRequires:	libev-devel >= 3.90
 BuildRequires:	libstdc++-devel
 BuildRequires:	python
+BuildRequires:	rpm >= 4.4.9-56
 BuildRequires:	udns-devel
 BuildRequires:	v8-devel
 ExclusiveArch:	%{ix86} %{x8664} arm
@@ -41,25 +42,12 @@
 callback, if the timeout expires, it executes the inner callback. Each
 connection is only a small heap allocation.
 
-%package libs
-Summary:	V8 JavaScript Engine shared library
-Group:		Libraries
-Conflicts:	v8 < 2.0.0
-
-%description libs
-V8 is Google's open source JavaScript engine. V8 is written in C++ and
-is used in Google Chrome, the open source browser from Google. V8
-implements ECMAScript as specified in ECMA-262, 3rd edition.
-
-This package contains the shared library.
-
 %package devel
-Summary:	Development headers and libraries for v8
+Summary:	Development headers for nodejs
 Group:		Development/Libraries
-Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
-Development headers and libraries for v8.
+Development headers for nodejs.
 
 %prep
 %setup -q -n node-v%{version}
@@ -101,9 +89,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	libs -p /sbin/ldconfig
-%postun	libs -p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog LICENSE
@@ -114,11 +99,9 @@
 %{_libdir}/node/libraries/*.js
 %{_mandir}/man1/node.1*
 
-%files libs
-%defattr(644,root,root,755)
-
 %files devel
 %defattr(644,root,root,755)
+%dir %{_includedir}/node
 %{_includedir}/node/config.h
 %{_includedir}/node/evcom.h
 %{_includedir}/node/node.h
@@ -133,7 +116,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/03/14 23:46:50  glen
+- waf todo
+- drop empty -libs, drop pointless macros (too much copy-paste?)
+- gcc epoch, deps for %{pld_release} macro
+
 Revision 1.1  2010/03/12 06:58:11  aredridel
 - added
 - use system libev, libeio, v8
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nodejs/nodejs.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list