|
@@ -4,25 +4,31 @@
|
|
|
# For 1.3+, we use the three digit versions
|
|
|
%global somajor 2
|
|
|
%global sominor 4
|
|
|
-%global sobuild 8
|
|
|
+%global sobuild 9
|
|
|
%global sover %{somajor}.%{sominor}.%{sobuild}
|
|
|
|
|
|
+%define svnrevision 5631
|
|
|
+
|
|
|
Name: v8
|
|
|
-Version: %{somajor}.%{sominor}.%{sobuild}
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Version: %{sover}
|
|
|
+Release: 1%{?svnrevision:.svn%svnrevision}%{?_dist_release}
|
|
|
Summary: JavaScript Engine
|
|
|
Summary(ja): JavaScript エンジン
|
|
|
Group: System Environment/Libraries
|
|
|
License: BSD
|
|
|
URL: http://code.google.com/p/v8
|
|
|
# U=http://v8.googlecode.com/svn/trunk/
|
|
|
-# R=$(svn log $U |awk '/^r[0-9]* / {r=$1} /2\.4\.4/ {print r; exit}')
|
|
|
+# R=$(svn log $U |awk '/^r[0-9]* / {r=$1} /2\.4\.8/ {print r; exit}')
|
|
|
# svn export -$R $U v8-2.4.8
|
|
|
# tar cjf v8-2.4.8.tar.bz2 v8-2.4.8
|
|
|
-Source0: %{name}-%{version}.tar.bz2
|
|
|
+Source0: %{name}-%{version}%{?svnrevision:.svn%svnrevision}.tar.bz2
|
|
|
+Source10: v8-snapshot.sh
|
|
|
+
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
ExclusiveArch: %{ix86} x86_64 arm
|
|
|
-BuildRequires: scons, readline-devel
|
|
|
+
|
|
|
+BuildRequires: scons
|
|
|
+BuildRequires: readline-devel
|
|
|
|
|
|
%description
|
|
|
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used
|
|
@@ -137,6 +143,9 @@ cd %{buildroot}%{_libdir}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 2.4.9-1.svn5631
|
|
|
+- source 2.4.9 rev.5631
|
|
|
+
|
|
|
* Sun Oct 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 2.4.8-1
|
|
|
- initial build
|
|
|
|