update to 29.0.1547.62

This commit is contained in:
Tigro 2013-09-02 11:24:58 +04:00
parent 5eecbb8ee8
commit 934020950b
2 changed files with 19 additions and 14 deletions

View file

@ -11,3 +11,4 @@ sources:
chromium-28.0.1500.52.tar.xz: e3103861f2b4c306b0c3148dc170b07bf6115f14
chromium-28.0.1500.71.tar.xz: f6913645be10a0d45aa9b6776e1d545f0371ffe4
chromium-28.0.1500.95.tar.xz: 65b779f91fea6cc53dd69e443e3cf5a0542d1973
chromium-29.0.1547.62.tar.xz: e39a45beabc1b16053b2d49c9d35221e9ff35cc3

View file

@ -4,13 +4,13 @@
%define _src %{_topdir}/SOURCES
Name: chromium-browser-stable
Version: 28.0.1500.95
Version: 29.0.1547.62
Release: 1
Summary: A fast webkit-based web browser
Group: Networking/WWW
License: BSD, LGPL
Source0: http://download.rfremix.ru/storage/chromium/%{version}/chromium-%{version}.tar.xz
Source0: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-%{version}.tar.xz
Source1: chromium-wrapper
Source30: master_preferences
Source31: default_bookmarks.html
@ -151,6 +151,7 @@ build/gyp_chromium --depth=. \
-D linux_link_libspeechd=1 \
-D linux_link_kerberos=1 \
-D linux_link_libgps=1 \
-D disable_nacl=1 \
-Dgoogle_api_key='AIzaSyD1hTe85_a14kr1Ks8T3Ce75rvbR1_Dx7Q' \
-Dgoogle_default_client_id='4139804441.apps.googleusercontent.com' \
-Dgoogle_default_client_secret='KDTRKEZk2jwT_7CDpcmMA--P' \
@ -187,12 +188,12 @@ install -m 644 out/Release/chrome.pak %{buildroot}%{_crdir}/
install -m 644 out/Release/chrome_100_percent.pak %{buildroot}%{_crdir}/
install -m 644 out/Release/content_resources.pak %{buildroot}%{_crdir}/
install -m 755 out/Release/libffmpegsumo.so %{buildroot}%{_crdir}/
%ifnarch armv7l
install -m 755 out/Release/libppGoogleNaClPluginChrome.so %{buildroot}%{_crdir}/
install -m 755 out/Release/nacl_helper_bootstrap %{buildroot}%{_crdir}/
install -m 755 out/Release/nacl_helper %{buildroot}%{_crdir}/
install -m 644 out/Release/nacl_irt_*.nexe %{buildroot}%{_crdir}/
%endif
#%ifnarch armv7l
#install -m 755 out/Release/libppGoogleNaClPluginChrome.so %{buildroot}%{_crdir}/
#install -m 755 out/Release/nacl_helper_bootstrap %{buildroot}%{_crdir}/
#install -m 755 out/Release/nacl_helper %{buildroot}%{_crdir}/
#install -m 644 out/Release/nacl_irt_*.nexe %{buildroot}%{_crdir}/
#%endif
install -m 644 out/Release/locales/*.pak %{buildroot}%{_crdir}/locales/
#install -m 755 out/Release/xdg-mime %{buildroot}%{_crdir}/
#install -m 755 out/Release/xdg-settings %{buildroot}%{_crdir}/
@ -240,12 +241,12 @@ rm -rf %{buildroot}
%{_crdir}/chrome-sandbox
%{_crdir}/chrome.pak
%{_crdir}/libffmpegsumo.so
%ifnarch armv7l
%{_crdir}/libppGoogleNaClPluginChrome.so
%{_crdir}/nacl_helper_bootstrap
%{_crdir}/nacl_helper
%{_crdir}/nacl_irt_*.nexe
%endif
#%ifnarch armv7l
#%{_crdir}/libppGoogleNaClPluginChrome.so
#%{_crdir}/nacl_helper_bootstrap
#%{_crdir}/nacl_helper
#%{_crdir}/nacl_irt_*.nexe
#%endif
%{_crdir}/locales
%{_crdir}/resources.pak
%{_crdir}/resources
@ -267,6 +268,9 @@ rm -rf %{buildroot}
%changelog
* Mon Sep 2 2013 Arkady L. Shane <arkady.shane@rosalab.ru> 29.0.1547.62-1
- update to 29.0.1547.62
* Thu Jul 11 2013 Arkady L. Shane <arkady.shane@rosalab.ru> 28.0.1500.71-1
- update to 28.0.1500.71