[gnome-games] grr, msgmerge still busted

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 31 16:57:23 UTC 2010


commit 7f74ba33b31743af93a807c7b720aad5833d2057
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 31 12:56:19 2010 -0400

    grr, msgmerge still busted

 gnome-games.spec |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/gnome-games.spec b/gnome-games.spec
index 108cc62..7edbe45 100644
--- a/gnome-games.spec
+++ b/gnome-games.spec
@@ -138,22 +138,7 @@ autoreconf -i -f
            %{omitgames}
 make
 
-# strip unneeded translations from .mo files
-# ideally intltool (ha!) would do that for us
-# http://bugzilla.gnome.org/show_bug.cgi?id=474987
-cd po
-grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
-mv POTFILES.keep POTFILES.in
-intltool-update --pot
-for p in *.po; do
-  msgmerge $p %{gettext_package}.pot > $p.out
-  msgfmt -o `basename $p .po`.gmo $p.out
-done
-
-
 %install
-rm -rf $RPM_BUILD_ROOT
-
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL


More information about the scm-commits mailing list