Here are intltool patches to build .mo files.

Index: gnome-netstatus.spec
===================================================================
--- gnome-netstatus.spec    (revision 9918)
+++ gnome-netstatus.spec    (working copy)
@@ -44,7 +44,7 @@
 %patch4 -p1

 #FIXME: see below
-rm -f po/ne.po
+echo > po/ne.po

 %build
 %ifos linux
@@ -61,6 +61,7 @@
 gnome-doc-common
 gnome-doc-prepare
 libtoolize --force
+intltoolize -f -c --automake
 aclocal $ACLOCAL_FLAGS
 autoheader
 automake -a -c -f
@@ -110,6 +111,9 @@
 %{_datadir}/omf/gnome-netstatus/*.omf

 %changelog
+* Wed Dec 06 2006 - takao.fujiwara at sun.com
+- Added intltoolize to read ALL_LINGUAS. Fixes 6499663
+
 * Thu Nov 16 2006 - damien.carbery at sun.com
 - Add patch 04-icon-symlink to make l10n image symlinks relative rather than
   absolute. Fixes WOS integration issue which prohibits absolute symlinks.
Index: gnome-keyring.spec
===================================================================
--- gnome-keyring.spec  (revision 9918)
+++ gnome-keyring.spec  (working copy)
@@ -78,7 +78,7 @@
 fi

 libtoolize --force
-glib-gettextize -f -c
+intltoolize -f -c --automake
 aclocal $ACLOCAL_FLAGS -I .
 autoconf
 autoheader
@@ -120,6 +120,9 @@
 %{_libdir}/lib*.so

 %changelog
+* Wed Dec 06 2006 - takao.fujiwara at sun.com
+- Add intltoolize to read LIGUAS file. Fixes 6498950
+
 * Mon Sep 04 2006 - damien.carbery at sun.com
 - Bump to 0.6.0.



Reply via email to