[evolution] And disable msgmerge again

Milan Crha mcrha at fedoraproject.org
Fri Nov 5 17:29:57 UTC 2010


commit c0695c1a0026d93d28b6cd1d6826ab5ed3e50c30
Author: Milan Crha <mcrha at redhat.com>
Date:   Fri Nov 5 18:29:36 2010 +0100

    And disable msgmerge again

 evolution.spec |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/evolution.spec b/evolution.spec
index 931df5a..152be2c 100644
--- a/evolution.spec
+++ b/evolution.spec
@@ -250,15 +250,15 @@ make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -fno-strict-aliasi
 # Strip unneeded translations from .mo files.
 # This reduces the RPM size by several megabytes.
 #disabled since 2.31.91 because of a msgmerge floating point exception (see RH bug 628073)
-cd po
-grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
-mv POTFILES.keep POTFILES.in
-intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
-for p in *.po; do
-	msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
-	msgfmt -o `basename $p .po`.gmo $p.out
-done
-cd -
+#cd po
+#grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
+#mv POTFILES.keep POTFILES.in
+#intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
+#for p in *.po; do
+#	msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
+#	msgfmt -o `basename $p .po`.gmo $p.out
+#done
+#cd -
 
 # Replace identical images in the help by links.
 # This reduces the RPM size by several megabytes.


More information about the scm-commits mailing list