Author: glen                         Date: Sat Mar  5 08:58:31 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- remove orphaned patch
- fix gcc deps
- cleanups

---- Files affected:
packages/v8:
   v8.spec (1.18 -> 1.19) , v8-d8-fwrite-return.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/v8/v8.spec
diff -u packages/v8/v8.spec:1.18 packages/v8/v8.spec:1.19
--- packages/v8/v8.spec:1.18    Sat Feb 19 08:49:55 2011
+++ packages/v8/v8.spec Sat Mar  5 09:58:26 2011
@@ -1,17 +1,14 @@
 # $Revision$, $Date$
-
-# For the 1.2 branch, we use 0s here
-# For 1.3+, we use the three digit versions
 %define                somajor 3
 %define                sominor 1
 %define                sobuild 5
-%define                sover %{somajor}.%{sominor}.%{sobuild}
+%define                sover   %{somajor}.%{sominor}.%{sobuild}
 
 %define                snap    20110218svn6858
 %define                rel             1
 Summary:       JavaScript Engine
 Name:          v8
-Version:       3.1.5.0
+Version:       %{somajor}.%{sominor}.%{sobuild}.0
 Release:       0.%{snap}.%{rel}
 License:       BSD
 Group:         Libraries
@@ -20,12 +17,10 @@
 # svn export http://v8.googlecode.com/svn/trunk/ v8
 Source0:       %{name}-%{snap}.tar.bz2
 # Source0-md5: 8ebfa445587a4a649c704d8a20d14ab4
-#Patch0:               %{name}-d8-fwrite-return.patch
 Patch1:                %{name}-2.0.0-d8-allocation.patch
 Patch2:                %{name}-cstdio.patch
 Patch3:                %{name}-strndup.patch
-BuildRequires: gcc >= 4.0
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 5:4.0
 BuildRequires: readline-devel
 BuildRequires: scons
 ExclusiveArch: %{ix86} %{x8664} arm
@@ -60,7 +55,6 @@
 
 %prep
 %setup -q -n %{name}
-#%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -68,7 +62,7 @@
 
 # create simple makefile
 cat <<'EOF'> Makefile
-V8_OBJS = obj/release/d8-debug.os obj/release/d8-posix.os 
obj/release/d8-readline.os obj/release/d8.os obj/release/d8-js.os 
obj/release/extensions/externalize-string-extension.os 
obj/release/extensions/gc-extension.os 
+V8_OBJS = obj/release/d8-debug.os obj/release/d8-posix.os 
obj/release/d8-readline.os obj/release/d8.os obj/release/d8-js.os 
obj/release/extensions/externalize-string-extension.os 
obj/release/extensions/gc-extension.os
 V8_LIBS = -lpthread -lreadline -lpthread -L. -lv8
 
 v8:
@@ -158,6 +152,7 @@
 %attr(755,root,root) %{_bindir}/v8
 
 %files libs
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libv8.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libv8.so.0
 
@@ -172,6 +167,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2011/03/05 08:58:26  glen
+- remove orphaned patch
+- fix gcc deps
+- cleanups
+
 Revision 1.18  2011/02/19 07:49:55  aredridel
 - up to 3.1.5.0
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/v8/v8.spec?r1=1.18&r2=1.19&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to