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

Orion Poplawski orion at fedoraproject.org
Sat Dec 14 18:41:31 UTC 2013


commit 32e16cd82fa17f6ec7739a5907f5cd41ec0c320d
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 64bb8b5..823f39d 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -215,6 +215,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
 
@@ -258,6 +260,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