2007-03-07 Damien Carbery <[email protected]>
authordcarbery
Wed, 07 Mar 2007 16:36:35 +0000
changeset 9483 40d849f3b1b5
parent 9482 42477af621ee
child 9484 67f6ebfe6fee
2007-03-07 Damien Carbery <[email protected]> * SUNWgnome-applets.spec: Delete en_GB locale files in %install as it breaks SUNWzz-gnome-l10n build. Takao has been emailed to review this change.
ChangeLog
SUNWgnome-applets.spec
--- a/ChangeLog	Wed Mar 07 16:11:58 2007 +0000
+++ b/ChangeLog	Wed Mar 07 16:36:35 2007 +0000
@@ -1,3 +1,8 @@
+2007-03-07  Damien Carbery <[email protected]>
+
+	* SUNWgnome-applets.spec: Delete en_GB locale files in %install as it
+	  breaks SUNWzz-gnome-l10n build.
+
 2007-03-07  Alvaro Lopez Ortega  <[email protected]>
 
 	* ext-sources/svc-dbus (FMRI): Added a call to dbus-uuidgen.
--- 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]