Remove searchplugins for langpacks for now until they can be loaded through chrome (bmo#601899)
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 11 Nov 2010 12:55:13 +0100
changeset 196 32e34c82a3df
parent 195 50b5cb1f2b86
child 197 582eab35a712
Remove searchplugins for langpacks for now until they can be loaded through chrome (bmo#601899)
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.spec	Thu Nov 11 12:54:25 2010 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Thu Nov 11 12:55:13 2010 +0100
@@ -169,7 +169,7 @@
 export MOZ_BUILD_DATE=%{releasedate}
 export MOZILLA_OFFICIAL=1
 export BUILD_OFFICIAL=1
-export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"  
+export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS"
 export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
 SDKDIR=$(pkg-config --variable=sdkdir libxul)
@@ -238,6 +238,8 @@
 	      $RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@firefox.mozilla.org
 	# remove prefs and profile defaults from langpack
 	rm -rf $RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@firefox.mozilla.org/defaults
+	# remove langpack searchplugins for now (bmo#601899)
+	rm -rf $RPM_BUILD_ROOT%{progdir}/extensions/langpack-$locale@firefox.mozilla.org/searchplugins
 	# check against the fixed common list and sort into the right filelist
 	_matched=0
 	for _match in ar ca cs da de en-GB es-AR es-CL es-ES fi fr hu it ja ko nb-NO nl pl pt-BR pt-PT ru sv-SE zh-CN zh-TW; do