]> git.pld-linux.org Git - packages/google-chrome.git/blobdiff - google-chrome.spec
- 7.0.517.44
[packages/google-chrome.git] / google-chrome.spec
index c71a3f954d04274e14845f60f164090f45adb9f5..78b995856d69ea72466b157bd2f0b718e3bc45f8 100644 (file)
@@ -1,17 +1,18 @@
 # NOTE
 # - to look for new version, use update-source.sh script
-%define                svnrev  46659
+
+%define                svnrev  64615
 %define                rel             1
 Summary:       Google Chrome
 Name:          google-chrome
-Version:       5.0.375.38
+Version:       7.0.517.44
 Release:       %{svnrev}.%{rel}
 License:       Multiple, see http://chrome.google.com/
 Group:         Applications/Networking
-Source0:       http://dl.google.com/linux/rpm/stable/i386/%{name}-beta-%{version}-%{svnrev}.i386.rpm
-# Source0-md5: 2b6fa81dde3702f7b28f4aecec89b8df
-Source1:       http://dl.google.com/linux/rpm/stable/x86_64/%{name}-beta-%{version}-%{svnrev}.x86_64.rpm
-# Source1-md5: 579f153d2d46350b4d648a12c0bf476c
+Source0:       http://dl.google.com/linux/rpm/stable/i386/%{name}-stable-%{version}-%{svnrev}.i386.rpm
+# Source0-md5: 97c1267255f6ec6f320c1f830d9c5907
+Source1:       http://dl.google.com/linux/rpm/stable/x86_64/%{name}-stable-%{version}-%{svnrev}.x86_64.rpm
+# Source1-md5: 4457802e6e7111ce25cbd1c599854ad7
 Source2:       %{name}.sh
 Source4:       find-lang.sh
 Patch0:                chrome-desktop.patch
@@ -143,6 +144,7 @@ fi
 %{_desktopdir}/*.desktop
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/chrome.pak
+%{_libdir}/%{name}/resources.pak
 %dir %{_libdir}/%{name}/locales
 %dir %{_libdir}/%{name}/plugins
 %{_libdir}/%{name}/resources
@@ -151,6 +153,14 @@ fi
 # These unique permissions are intentional and necessary for the sandboxing
 %attr(4555,root,root) %{_libdir}/%{name}/chrome-sandbox
 
+%attr(755,root,root) %{_libdir}/%{name}/libpdf.so
+
+%ifarch %{ix86}
+# flash player
+%{_libdir}/%{name}/plugin.vch
+%attr(755,root,root) %{_libdir}/%{name}/libgcflashplayer.so
+%endif
+
 # ffmpeg libs
 %attr(755,root,root) %{_libdir}/%{name}/libffmpegsumo.so
 
This page took 0.041522 seconds and 4 git commands to generate.