[thunderbird-lightning] Exclude cs locale for now - doesn't build

Orion Poplawski orion at fedoraproject.org
Fri Dec 13 23:29:16 UTC 2013


commit 2f81c9ecf481ac7097f3a05c9e09a404896eaae1
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Dec 13 16:29:22 2013 -0700

    Exclude cs locale for now - doesn't build

 thunderbird-lightning.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 3d3ee7d..ab1dc6e 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -187,6 +187,8 @@ cd objdir-tb/calendar/lightning
 make AB_CD=all L10N_XPI_NAME=lightning-all repack-stage-all
 grep -v 'osx' ../../../calendar/locales/shipped-locales | while read lang x
 do
+   # Skip cs for now
+   [ $lang = cs ] && continue
    make AB_CD=all L10N_XPI_NAME=lightning-all libs-$lang
 done
 
@@ -230,6 +232,7 @@ find $RPM_BUILD_ROOT -name \*.so | xargs chmod 0755
 * Wed Dec 11 2013 Orion Poplawski <orion at cora.nwra.com> - 2.6.4-1
 - Update to 2.6.4
 - Drop caldav patch
+- Exclude cs locale for now - doesn't build
 
 * Wed Nov 27 2013 Jan Horak <jhorak at redhat.com> - 2.6.2-5
 - Enable arm arch


More information about the scm-commits mailing list