[nautilus] remove segfaulting msgmerge calls

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 24 18:29:20 UTC 2010


commit 5024fd363857e041ec1987bf1f587569dbbf5df9
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 24 14:27:42 2010 -0400

    remove segfaulting msgmerge calls

 nautilus.spec |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/nautilus.spec b/nautilus.spec
index 29f405c..2792c0b 100644
--- a/nautilus.spec
+++ b/nautilus.spec
@@ -152,16 +152,6 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
 export tagname=CC
 LANG=en_US make %{?_smp_mflags}
 
-# strip unneeded translations from .mo files
-cd po
-grep -v ".*[.]desktop[.]in.*\|.*[.]server[.]in$" POTFILES.in > POTFILES.keep
-mv POTFILES.keep POTFILES.in
-intltool-update --pot
-for p in *.po; do
-  msgmerge $p nautilus.pot > $p.out
-  msgfmt -o `basename $p .po`.gmo $p.out
-done
-
 %install
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 export tagname=CC


More information about the scm-commits mailing list