]> 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 0178c871a25019e99d67a161fa787a24c4e7b47b..78b995856d69ea72466b157bd2f0b718e3bc45f8 100644 (file)
@@ -1,27 +1,22 @@
 # NOTE
 # - to look for new version, use update-source.sh script
-#
-%if "%{pld_release}" == "th"
-die: "Blocked Th build because th doesn't provide old libraries required by this app."
-%endif
-#
-%define                svnrev  48679
+
+%define                svnrev  64615
 %define                rel             1
 Summary:       Google Chrome
 Name:          google-chrome
-Version:       5.0.375.70
+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}-stable-%{version}-%{svnrev}.i386.rpm
-# Source0-md5: b1a7760a774e89a47ad41eb8dfa26106
+# Source0-md5: 97c1267255f6ec6f320c1f830d9c5907
 Source1:       http://dl.google.com/linux/rpm/stable/x86_64/%{name}-stable-%{version}-%{svnrev}.x86_64.rpm
-# Source1-md5: b5ba8a31235cb3c20286bc116052de0f
+# Source1-md5: 4457802e6e7111ce25cbd1c599854ad7
 Source2:       %{name}.sh
 Source4:       find-lang.sh
 Patch0:                chrome-desktop.patch
 URL:           http://chrome.google.com/
-BuildRequires: libjpeg6-devel
 BuildRequires: rpm-utils
 BuildRequires: rpmbuild(macros) >= 1.453
 BuildRequires: sed >= 4.0
@@ -149,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
@@ -157,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.05769 seconds and 4 git commands to generate.