[thunderbird-lightning] Skip sv-SE locale for now

Orion Poplawski orion at fedoraproject.org
Tue Apr 24 20:44:27 UTC 2012


commit 7678981b3dfe12b0fff3dd47f8eeb89dbe895534
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Apr 24 14:44:24 2012 -0600

    Skip sv-SE locale for now

 thunderbird-lightning.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 65e79e4..6f3da3e 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -164,6 +164,8 @@ cd objdir-tb/calendar/lightning
 make AB_CD=all L10N_XPI_NAME=lightning-all repack-clobber-all
 grep -v 'osx' ../../../calendar/locales/shipped-locales | while read lang x
 do
+   # Skip sv-SE for now
+   [ $lang = sv-SE ] && continue
    make AB_CD=all L10N_XPI_NAME=lightning-all libs-$lang
 done
 
@@ -204,6 +206,7 @@ find $RPM_BUILD_ROOT -name \*.so | xargs chmod 0755
 %changelog
 * Tue Apr 24 2012 Jan Horak <jhorak at redhat.com> - 1.4-1
 - Update to 1.4
+- Skip sv-SE locale for now
 
 * Fri Mar 16 2012 Martin Stransky <stransky at redhat.com> - 1.3-3
 - Thunderbird dependency fix


More information about the scm-commits mailing list