]> git.pld-linux.org Git - packages/chromium-browser-bin.git/blobdiff - chromium-browser-bin.spec
- Up to 12.0.714.0 r79369
[packages/chromium-browser-bin.git] / chromium-browser-bin.spec
index 813a2857a5c93edb3d3029164844ae005e2e8415..a8813c8a2ac865968560b0b6504d129a86b1329f 100644 (file)
@@ -1,23 +1,24 @@
-# TODO
-# - find a way to check for version without having actually to run the browser
-#   with a $DISPLAY via about box
-%define                svnrev  37619
+# NOTES:
+# - to look for new tarball, use update-source.sh script
+%define                svnrev  79369
 %define                rel             1
 Summary:       A WebKit powered web browser
 Name:          chromium-browser-bin
-Version:       5.0.310.0
-Release:       0.%{svnrev}.%{rel}
+Version:       12.0.714.0
+Release:       %{svnrev}.%{rel}
 License:       BSD, LGPL v2+ (ffmpeg)
 Group:         X11/Applications/Networking
 # sh get_sources.sh
 Source0:       chromium-browser32-r%{svnrev}.zip
-# Source0-md5: df8831afb8fd09b13545745beee2a911
+# NoSource0-md5:       246cc36f4463d626594564d54d5f2d61
 Source1:       chromium-browser64-r%{svnrev}.zip
-# Source1-md5: 57f64b892a61b39819ed38adbdf94247
+# NoSource1-md5:       a4e1230d56a75770e1dd6569a0d0dac5
+NoSource:      0
+NoSource:      1
 Source2:       chromium-browser.sh
 Source3:       chromium-browser.desktop
 Source4:       find-lang.sh
-Source5:       get_sources.sh
+Source5:       update-source.sh
 BuildRequires: rpmbuild(macros) >= 1.453
 BuildRequires: unzip
 Requires:      browser-plugins >= 2.0
@@ -26,6 +27,8 @@ Requires:     nspr
 Requires:      nss
 Requires:      xdg-utils
 Provides:      wwwbrowser
+Conflicts:     chromium-browser
+Obsoletes:     %{name}-bookmark_manager
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -138,6 +141,7 @@ fi
 %{_pixmapsdir}/chromium-browser.png
 %{_desktopdir}/*.desktop
 %dir %{_libdir}/%{name}
+%{_libdir}/%{name}/resources.pak
 %{_libdir}/%{name}/chrome.pak
 %dir %{_libdir}/%{name}/locales
 %{_libdir}/%{name}/locales/en-US.pak
@@ -149,6 +153,9 @@ fi
 # These unique permissions are intentional and necessary for the sandboxing
 %attr(4555,root,root) %{_libdir}/%{name}/chrome_sandbox
 
+# Native Client plugin, to use launch with --enable-nacl
+%attr(755,root,root) %{_libdir}/%{name}/libppGoogleNaClPluginChrome.so
+
 # ffmpeg libs
 %attr(755,root,root) %{_libdir}/%{name}/libffmpegsumo.so
 
This page took 0.080084 seconds and 4 git commands to generate.