]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- depend on xdg-utils snapshot
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 Nov 2010 11:21:24 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    google-chrome.spec -> 1.29

google-chrome.spec

index 78b995856d69ea72466b157bd2f0b718e3bc45f8..05ad2851c47ccb7f79fe97bc992125fb6e5c8dbd 100644 (file)
@@ -23,7 +23,7 @@ BuildRequires:        sed >= 4.0
 Requires:      browser-plugins >= 2.0
 Requires:      nspr
 Requires:      nss
-Requires:      xdg-utils
+Requires:      xdg-utils >= 1.0.2-4
 Provides:      wwwbrowser
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -83,6 +83,10 @@ chmod a+x chrome/lib*.so*
 # included in gnome-control-center-2.28.1-3
 rm default-app-block default-apps/google-chrome.xml
 
+# xdg-utils snapshot required
+rm chrome/xdg-settings
+rm chrome/xdg-mime
+
 %ifarch %{x8664}
 # go figure, 32bit one doesn't have it compressed
 gzip -d *.1.gz
@@ -172,6 +176,3 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/libnssutil3.so.1d
 %attr(755,root,root) %{_libdir}/%{name}/libsmime3.so.1d
 %attr(755,root,root) %{_libdir}/%{name}/libssl3.so.1d
-
-# bundle this copy until xdg-utils will have this itself
-%attr(755,root,root) %{_libdir}/%{name}/xdg-settings
This page took 0.068983 seconds and 4 git commands to generate.