CR 6559323 [vermillion] gtkam not translated in french and german
sourceforge 1599622
Upstreamed? no

This problem is that gtkam/m4m/po.m4 prevents our build from using 
GMSGFMT=msgfmt.
I'ld like to integrate the fix because this problem can be fixed by gtkam.spec 
file only.


--- gtkam.spec.orig     2007-06-01 21:38:43.567763000 +0900
+++ gtkam.spec  2007-06-01 21:45:22.852870000 +0900
@@ -83,7 +83,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --pr
                 --includedir=%{_includedir} \
             --mandir=%{_mandir}                \
             --with-libintl-prefix=/usr
-make -j $CPUS INTLLIBS=
+make -j $CPUS INTLLIBS= GMSGFMT=msgfmt

 cd gexif-*
   glib-gettextize -f
@@ -93,14 +93,14 @@ cd gexif-*
   automake -a -c -f
   autoconf
   CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure --prefix=%{_prefix}
-  make INTLLIBS=
+  make INTLLIBS= GMSGFMT=msgfmt
 cd ..

 %install
 mkdir -p $RPM_BUILD_ROOT%{_prefix}
-make DESTDIR=$RPM_BUILD_ROOT install-strip
+make DESTDIR=$RPM_BUILD_ROOT GMSGFMT=msgfmt install-strip
 cd gexif-*
-       make prefix=$RPM_BUILD_ROOT%{_prefix} install-strip
+       make prefix=$RPM_BUILD_ROOT%{_prefix} GMSGFMT=msgfmt install-strip
 cd ..


@@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT;
 %{_mandir}/man1/*

 %changelog
+* Fri Jun 01 2007 - takao.fujiwara at sun.com
+- Add GMSFMT=msgfmt for the workaround of bug 6559323/sourforge #1599622.
+
 * Wed Apr 04 2007 - glynn.foster at sun.com
 - Temporary addition of icon tarball to replace corrupt icons.



Reply via email to