SUNWgnome-applets.spec
changeset 9483 40d849f3b1b5
parent 9397 b16e349d18c5
child 9501 db231c22ce3e
--- a/SUNWgnome-applets.spec	Wed Mar 07 16:11:58 2007 +0000
+++ b/SUNWgnome-applets.spec	Wed Mar 07 16:36:35 2007 +0000
@@ -223,6 +223,12 @@
 
 rm -r $RPM_BUILD_ROOT%{_prefix}/var
 
+# Never install English locales because should support full functions
+# on English locales as same as Solaris. See SUNWzz-gnome-l10n.spec.
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/en_GB
+rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/en_GB
+rm -r $RPM_BUILD_ROOT%{_datadir}/omf/*/*-en_GB.omf
+
 %if %build_l10n
 %else
 # REMOVE l10n FILES
@@ -668,6 +674,8 @@
 # %{_datadir}/omf/gnome-netstatus/*-[a-z][a-z]_*.omf
 
 %changelog
+* Wed Mar 07 2007 - [email protected]
+- Delete en_GB locale files in %install as it breaks SUNWzz-gnome-l10n build. 
 * Mon Feb 19 2007 - [email protected]
 - Add now applet back to %files.
 * Sun Feb 18 2007 - [email protected]