|
@@ -8,14 +8,14 @@
|
|
%define with_system_icu 1
|
|
%define with_system_icu 1
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-%define svn_rev 67715
|
|
+%define svn_rev 68964
|
|
-%define v8_ver 2.5.9
|
|
+%define v8_ver 3.0.0
|
|
|
|
|
|
Name: chromium
|
|
Name: chromium
|
|
Summary: Google's opens source browser project
|
|
Summary: Google's opens source browser project
|
|
Summary(ja): Googleのオープンソースウェブブラウザ
|
|
Summary(ja): Googleのオープンソースウェブブラウザ
|
|
#'
|
|
#'
|
|
-Version: 9.0.598.0
|
|
+Version: 10.0.610.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
@@ -153,6 +153,7 @@ BuildRequires: libgnome-keyring-devel
|
|
BuildRequires: glew-devel
|
|
BuildRequires: glew-devel
|
|
##!!BuildRequires: Mesa-devel
|
|
##!!BuildRequires: Mesa-devel
|
|
BuildRequires: mesa-libGLU-devel
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
+BuildRequires: hunspell-devel
|
|
|
|
|
|
%{?with_system_icu:BuildRequires: libicu-devel >= 4.0}
|
|
%{?with_system_icu:BuildRequires: libicu-devel >= 4.0}
|
|
BuildRequires: libevent-devel
|
|
BuildRequires: libevent-devel
|
|
@@ -164,6 +165,7 @@ BuildRequires: speex-devel
|
|
Requires: v8 = %{v8_ver}
|
|
Requires: v8 = %{v8_ver}
|
|
BuildRequires: libXScrnSaver-devel
|
|
BuildRequires: libXScrnSaver-devel
|
|
BuildRequires: libXtst-devel
|
|
BuildRequires: libXtst-devel
|
|
|
|
+BuildRequires: libXdamage-devel
|
|
#BuildRequires: gle-devel
|
|
#BuildRequires: gle-devel
|
|
#BuildRequires: webkit-gtk-devel
|
|
#BuildRequires: webkit-gtk-devel
|
|
#BuildRequires: scons
|
|
#BuildRequires: scons
|
|
@@ -266,6 +268,7 @@ popd
|
|
%__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0
|
|
%__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+
|
|
## create make files
|
|
## create make files
|
|
|
|
|
|
PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g"`
|
|
PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g"`
|
|
@@ -449,6 +452,15 @@ popd
|
|
%{_libdir}/pkgconfig/chromium-browser.pc
|
|
%{_libdir}/pkgconfig/chromium-browser.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.610.0-1
|
|
|
|
+- updated to 10.0.610.0
|
|
|
|
+
|
|
|
|
+* Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.605.0-1
|
|
|
|
+- updated to 10.0.605.0
|
|
|
|
+- added BuildRequires:
|
|
|
|
+ - libXdamage-devel
|
|
|
|
+ - hunspell-devel
|
|
|
|
+
|
|
* Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
|
|
* Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
|
|
- updated to 9.0.598
|
|
- updated to 9.0.598
|
|
|
|
|