[moodle] 2.0.2 langpack d/l script.

Jon Ciesla limb at fedoraproject.org
Sat Apr 23 13:47:03 UTC 2011


commit 69848dd45727bc253bc1a374a6c525d58a803e59
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Sat Apr 23 08:46:42 2011 -0500

    2.0.2
    langpack d/l script.

 .gitignore     |   99 ++++
 langpack_dl.sh |   10 +
 moodle.spec    | 1724 ++++++--------------------------------------------------
 sources        |  178 ++++---
 4 files changed, 389 insertions(+), 1622 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1904da2..2cce0ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -157,3 +157,102 @@ zh_tw_utf8.zip
 /zh_cn_utf8.zip
 /zh_tw_utf8.zip
 /moodle-1.9.11.tgz
+/moodle-2.0.2.tgz
+/af.zip
+/am.zip
+/ar.zip
+/ast.zip
+/az.zip
+/be.zip
+/bg.zip
+/bn.zip
+/bs.zip
+/ca.zip
+/ckb.zip
+/cs.zip
+/cy.zip
+/da.zip
+/de_du.zip
+/de_kids.zip
+/de.zip
+/dv.zip
+/el.zip
+/en_us.zip
+/en.zip
+/es_ar.zip
+/es_es.zip
+/es_mx.zip
+/es.zip
+/et.zip
+/eu.zip
+/fa.zip
+/fil.zip
+/fi.zip
+/fj.zip
+/fr_ca.zip
+/fr.zip
+/ga.zip
+/gd.zip
+/gl.zip
+/gu.zip
+/he.zip
+/hi.zip
+/hr.zip
+/hu.zip
+/hy.zip
+/id.zip
+/is.zip
+/it.zip
+/ja.zip
+/ka.zip
+/kk.zip
+/km.zip
+/kn.zip
+/ko.zip
+/la.zip
+/lo.zip
+/lt.zip
+/lv.zip
+/mi_tn.zip
+/mi_wwow.zip
+/mk.zip
+/ml.zip
+/mn.zip
+/mr.zip
+/ms.zip
+/nl.zip
+/nn.zip
+/no_gr.zip
+/no.zip
+/pl.zip
+/pt_br.zip
+/pt.zip
+/ro.zip
+/ru.zip
+/si.zip
+/sk.zip
+/sl.zip
+/sm.zip
+/so.zip
+/sq.zip
+/sr_cr_bo.zip
+/sr_cr.zip
+/sr_lt.zip
+/sr.zip
+/sv.zip
+/sw.zip
+/ta_lk.zip
+/ta.zip
+/te.zip
+/th.zip
+/ti.zip
+/tl.zip
+/to.zip
+/tr.zip
+/uk.zip
+/ur.zip
+/uz.zip
+/vi.zip
+/zh_cn.zip
+/zh_tw.zip
+/zu.zip
diff --git a/langpack_dl.sh b/langpack_dl.sh
new file mode 100755
index 0000000..2a1ed6a
--- /dev/null
+++ b/langpack_dl.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+#wget http://download.moodle.org/langpack/2.0/index.html
+#May need to use wget -m and dig it out manually. . .
+#grep zip index.html | cut -f5 -d' ' | cut -f5 -d. | cut -f2 -d/ > list
+#Then crop the first line.
+
+for i in `cat list`; do
+  wget http://download.moodle.org/langpack/2.0/$i.zip
+done
diff --git a/moodle.spec b/moodle.spec
index 2d021a7..a3f3e6c 100644
--- a/moodle.spec
+++ b/moodle.spec
@@ -1,4 +1,3 @@
-%define _default_patch_fuzz 2
 %define moodlewebdir %{_var}/www/moodle/web
 %define moodledatadir %{_var}/www/moodle/data
 
@@ -7,108 +6,102 @@
 %define __perl_provides %{nil}
 
 Name:           moodle
-Version:        1.9.11
+Version:        2.0.2
 Release:       	1%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://moodle.org/
-Source0:        http://download.moodle.org/stable19/%{name}-%{version}.tgz
-#Using weekly snapshot downloaded 09/23/2009 for new PHP, BZ 525120
-#Source0:        http://download.moodle.org/stable19/moodle-weekly-19.tgz
+Source0:        http://download.moodle.org/stable20/%{name}-%{version}.tgz
 Source1:        moodle.conf
 Source2:        moodle-config.php
 Source3:        moodle.cron
 Source4:        moodle-cron
 Source5:        moodle.init
 Source6:        moodle-README-rpm
-Source7:        http://download.moodle.org/lang16/af_utf8.zip
-Source8:        http://download.moodle.org/lang16/ar_utf8.zip
-Source9:        http://download.moodle.org/lang16/be_utf8.zip
-Source10:       http://download.moodle.org/lang16/bg_utf8.zip
-Source11:       http://download.moodle.org/lang16/bs_utf8.zip
-Source12:       http://download.moodle.org/lang16/ca_utf8.zip
-Source13:       http://download.moodle.org/lang16/cs_utf8.zip
-Source14:       http://download.moodle.org/lang16/da_utf8.zip
-Source15:       http://download.moodle.org/lang16/de_utf8.zip
-Source16:       http://download.moodle.org/lang16/de_du_utf8.zip
-Source17:       http://download.moodle.org/lang16/el_utf8.zip
-Source18:       http://download.moodle.org/lang16/en_utf8.zip
-Source19:       http://download.moodle.org/lang16/en_us_utf8.zip
-Source20:       http://download.moodle.org/lang16/es_utf8.zip
-Source21:       http://download.moodle.org/lang16/et_utf8.zip
-Source22:       http://download.moodle.org/lang16/eu_utf8.zip
-Source23:       http://download.moodle.org/lang16/fa_utf8.zip
-Source24:       http://download.moodle.org/lang16/fi_utf8.zip
-Source25:       http://download.moodle.org/lang16/fil_utf8.zip
-Source26:       http://download.moodle.org/lang16/fr_utf8.zip
-Source27:       http://download.moodle.org/lang16/fr_ca_utf8.zip
-Source28:       http://download.moodle.org/lang16/ga_utf8.zip
-Source29:       http://download.moodle.org/lang16/gl_utf8.zip
-Source30:       http://download.moodle.org/lang16/he_utf8.zip
-Source31:       http://download.moodle.org/lang16/hi_utf8.zip
-Source32:       http://download.moodle.org/lang16/hr_utf8.zip
-Source33:       http://download.moodle.org/lang16/hu_utf8.zip
-Source34:       http://download.moodle.org/lang16/id_utf8.zip
-Source35:       http://download.moodle.org/lang16/is_utf8.zip
-Source36:       http://download.moodle.org/lang16/it_utf8.zip
-Source37:       http://download.moodle.org/lang16/ja_utf8.zip
-Source38:       http://download.moodle.org/lang16/ka_utf8.zip
-Source39:       http://download.moodle.org/lang16/km_utf8.zip
-Source40:       http://download.moodle.org/lang16/kn_utf8.zip
-Source41:       http://download.moodle.org/lang16/ko_utf8.zip
-Source42:       http://download.moodle.org/lang16/lt_utf8.zip
-Source43:       http://download.moodle.org/lang16/lv_utf8.zip
-Source44:       http://download.moodle.org/lang16/mi_tn_utf8.zip
-Source45:       http://download.moodle.org/lang16/ml_utf8.zip
-Source46:       http://download.moodle.org/lang16/ms_utf8.zip
-Source47:       http://download.moodle.org/lang16/nl_utf8.zip
-Source48:       http://download.moodle.org/lang16/nn_utf8.zip
-Source49:       http://download.moodle.org/lang16/no_utf8.zip
-Source50:       http://download.moodle.org/lang16/no_gr_utf8.zip
-Source51:       http://download.moodle.org/lang16/pl_utf8.zip
-Source52:       http://download.moodle.org/lang16/pt_utf8.zip
-Source53:       http://download.moodle.org/lang16/pt_br_utf8.zip
-Source54:       http://download.moodle.org/lang16/ro_utf8.zip
-Source55:       http://download.moodle.org/lang16/ru_utf8.zip
-Source56:       http://download.moodle.org/lang16/si_utf8.zip
-Source57:       http://download.moodle.org/lang16/sk_utf8.zip
-Source58:       http://download.moodle.org/lang16/sl_utf8.zip
-Source59:       http://download.moodle.org/lang16/so_utf8.zip
-Source60:       http://download.moodle.org/lang16/sq_utf8.zip
-Source61:       http://download.moodle.org/lang16/sr_cr_utf8.zip
-Source62:       http://download.moodle.org/lang16/sr_cr_bo_utf8.zip
-Source63:       http://download.moodle.org/lang16/sr_lt_utf8.zip
-Source64:       http://download.moodle.org/lang16/sv_utf8.zip
-Source65:       http://download.moodle.org/lang16/th_utf8.zip
-Source66:       http://download.moodle.org/lang16/tl_utf8.zip
-Source67:       http://download.moodle.org/lang16/tr_utf8.zip
-Source68:       http://download.moodle.org/lang16/uk_utf8.zip
-Source69:       http://download.moodle.org/lang16/vi_utf8.zip
-Source70:       http://download.moodle.org/lang16/zh_cn_utf8.zip
-Source71:       http://download.moodle.org/lang16/zh_tw_utf8.zip
-Source72:       http://download.moodle.org/lang16/mn_utf8.zip
-Source73:       http://download.moodle.org/lang16/gu_utf8.zip
-Source74:       http://download.moodle.org/lang16/lo_utf8.zip
-Source75:       http://download.moodle.org/lang16/to_utf8.zip
+Source7:        http://download.moodle.org/lang20/af.zip
+Source8:        http://download.moodle.org/lang20/ar.zip
+Source9:        http://download.moodle.org/lang20/be.zip
+Source10:       http://download.moodle.org/lang20/bg.zip
+Source11:       http://download.moodle.org/lang20/bs.zip
+Source12:       http://download.moodle.org/lang20/ca.zip
+Source13:       http://download.moodle.org/lang20/cs.zip
+Source14:       http://download.moodle.org/lang20/da.zip
+Source15:       http://download.moodle.org/lang20/de.zip
+Source16:       http://download.moodle.org/lang20/de_du.zip
+Source17:       http://download.moodle.org/lang20/el.zip
+Source18:       http://download.moodle.org/lang20/en.zip
+Source19:       http://download.moodle.org/lang20/en_us.zip
+Source20:       http://download.moodle.org/lang20/es.zip
+Source21:       http://download.moodle.org/lang20/et.zip
+Source22:       http://download.moodle.org/lang20/eu.zip
+Source23:       http://download.moodle.org/lang20/fa.zip
+Source24:       http://download.moodle.org/lang20/fi.zip
+Source25:       http://download.moodle.org/lang20/fil.zip
+Source26:       http://download.moodle.org/lang20/fr.zip
+Source27:       http://download.moodle.org/lang20/fr_ca.zip
+Source28:       http://download.moodle.org/lang20/ga.zip
+Source29:       http://download.moodle.org/lang20/gl.zip
+Source30:       http://download.moodle.org/lang20/he.zip
+Source31:       http://download.moodle.org/lang20/hi.zip
+Source32:       http://download.moodle.org/lang20/hr.zip
+Source33:       http://download.moodle.org/lang20/hu.zip
+Source34:       http://download.moodle.org/lang20/id.zip
+Source35:       http://download.moodle.org/lang20/is.zip
+Source36:       http://download.moodle.org/lang20/it.zip
+Source37:       http://download.moodle.org/lang20/ja.zip
+Source38:       http://download.moodle.org/lang20/ka.zip
+Source39:       http://download.moodle.org/lang20/km.zip
+Source40:       http://download.moodle.org/lang20/kn.zip
+Source41:       http://download.moodle.org/lang20/ko.zip
+Source42:       http://download.moodle.org/lang20/lt.zip
+Source43:       http://download.moodle.org/lang20/lv.zip
+Source44:       http://download.moodle.org/lang20/mi_tn.zip
+Source45:       http://download.moodle.org/lang20/ml.zip
+Source46:       http://download.moodle.org/lang20/ms.zip
+Source47:       http://download.moodle.org/lang20/nl.zip
+Source48:       http://download.moodle.org/lang20/nn.zip
+Source49:       http://download.moodle.org/lang20/no.zip
+Source50:       http://download.moodle.org/lang20/no_gr.zip
+Source51:       http://download.moodle.org/lang20/pl.zip
+Source52:       http://download.moodle.org/lang20/pt.zip
+Source53:       http://download.moodle.org/lang20/pt_br.zip
+Source54:       http://download.moodle.org/lang20/ro.zip
+Source55:       http://download.moodle.org/lang20/ru.zip
+Source56:       http://download.moodle.org/lang20/si.zip
+Source57:       http://download.moodle.org/lang20/sk.zip
+Source58:       http://download.moodle.org/lang20/sl.zip
+Source59:       http://download.moodle.org/lang20/so.zip
+Source60:       http://download.moodle.org/lang20/sq.zip
+Source61:       http://download.moodle.org/lang20/sr_cr.zip
+Source62:       http://download.moodle.org/lang20/sr_cr_bo.zip
+Source63:       http://download.moodle.org/lang20/sr_lt.zip
+Source64:       http://download.moodle.org/lang20/sv.zip
+Source65:       http://download.moodle.org/lang20/th.zip
+Source66:       http://download.moodle.org/lang20/tl.zip
+Source67:       http://download.moodle.org/lang20/tr.zip
+Source68:       http://download.moodle.org/lang20/uk.zip
+Source69:       http://download.moodle.org/lang20/vi.zip
+Source70:       http://download.moodle.org/lang20/zh_cn.zip
+Source71:       http://download.moodle.org/lang20/zh_tw.zip
+Source72:       http://download.moodle.org/lang20/mn.zip
+Source73:       http://download.moodle.org/lang20/gu.zip
+Source74:       http://download.moodle.org/lang20/lo.zip
+Source75:       http://download.moodle.org/lang20/to.zip
 # Font removed, license violation.
-Source76:       http://download.moodle.org/lang16/mi_wwow_utf8.zip
-Source77:       http://download.moodle.org/lang16/sm_utf8.zip
+Source76:       http://download.moodle.org/lang20/mi_wwow.zip
+Source77:       http://download.moodle.org/lang20/sm.zip
 # Font removed, license violation.
-Source78:       http://download.moodle.org/lang16/ta_utf8.zip
-Source79:       http://download.moodle.org/lang16/hy_utf8.zip
-Source80:       http://download.moodle.org/lang16/mk_utf8.zip
-Source81:       http://download.moodle.org/lang16/ta_lk_utf8.zip
-Source82:       http://download.moodle.org/lang16/cy_utf8.zip
-Source83:       http://download.moodle.org/lang16/uz_utf8.zip
-Source84:	http://download.moodle.org/lang16/ur_utf8.zip
+Source78:       http://download.moodle.org/lang20/ta.zip
+Source79:       http://download.moodle.org/lang20/hy.zip
+Source80:       http://download.moodle.org/lang20/mk.zip
+Source81:       http://download.moodle.org/lang20/ta_lk.zip
+Source82:       http://download.moodle.org/lang20/cy.zip
+Source83:       http://download.moodle.org/lang20/uz.zip
+Source84:	http://download.moodle.org/lang20/ur.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-Patch0:		moodle-1.9.3-rce-texed.patch
-Patch1:		moodle-1.9.4-CVE-2009-1171-1.patch
-#Patch2:		moodle-1.9.4-CVE-2009-1171-2.patch
-#Patch3:		moodle-1.9.9-htmlpurifier-4.1.1.patch
 
 BuildRequires:  unzip
 Requires:       php-gd vixie-cron mimetex perl(lib) php-mysql php-xmlrpc
@@ -126,1338 +119,101 @@ Requires(preun): /sbin/service
 # Get rid of the old language pack names.  We do not Provide them on purpose,
 # since the base moodle package does not, in fact, support these languages.
 Obsoletes:      moodle-cy <= 1.8, moodle-fo <= 1.8, moodle-tw <= 1.8
+# Merge in all the language packs.
+Obsoletes:	moodle-af <= 2.0
+Obsoletes:	moodle-ar <= 2.0
+Obsoletes:	moodle-ast <= 2.0
+Obsoletes:	moodle-be <= 2.0
+Obsoletes:	moodle-bg <= 2.0
+Obsoletes:	moodle-bn <= 2.0
+Obsoletes:	moodle-bs <= 2.0
+Obsoletes:	moodle-ca <= 2.0
+Obsoletes:	moodle-cs <= 2.0
+Obsoletes:	moodle-da <= 2.0
+Obsoletes:	moodle-de <= 2.0
+Obsoletes:	moodle-de_du <= 2.0
+Obsoletes:	moodle-dv <= 2.0
+Obsoletes: 	moodle-dz <= 2.0
+Obsoletes: 	moodle-el <= 2.0
+Obsoletes:	moodle-en <= 2.0
+Obsoletes:	moodle-en_us <= 2.0
+Obsoletes:	moodle-es <= 2.0
+Obsoletes:	moodle-et <= 2.0
+Obsoletes:	moodle-eu <= 2.0
+Obsoletes:	moodle-fa <= 2.0
+Obsoletes:	moodle-fi <= 2.0
+Obsoletes:	moodle-fil <= 2.0
+Obsoletes:	moodle-fr <= 2.0
+Obsoletes:	moodle-fr_ca <= 2.0
+Obsoletes:	moodle-ga <= 2.0
+Obsoletes:	moodle-gl <= 2.0
+Obsoletes:	moodle-he <= 2.0
+Obsoletes:	moodle-hi <= 2.0
+Obsoletes:	moodle-hr <= 2.0
+Obsoletes:	moodle-hu <= 2.0
+Obsoletes:	moodle-hy <= 2.0
+Obsoletes:	moodle-af <= 2.0
+Obsoletes:	moodle-id <= 2.0
+Obsoletes:	moodle-is <= 2.0
+Obsoletes:	moodle-it <= 2.0
+Obsoletes:	moodle-ja <= 2.0
+Obsoletes:	moodle-ka <= 2.0
+Obsoletes:	moodle-kk <= 2.0
+Obsoletes:	moodle-km <= 2.0
+Obsoletes:	moodle-kn <= 2.0
+Obsoletes:	moodle-ko <= 2.0
+Obsoletes:	moodle-lt <= 2.0
+Obsoletes:	moodle-lv <= 2.0
+Obsoletes:	moodle-mi_tn <= 2.0
+Obsoletes:	moodle-ml <= 2.0
+Obsoletes:	moodle-mr <= 2.0
+Obsoletes:	moodle-ms <= 2.0
+Obsoletes:	moodle-nl <= 2.0
+Obsoletes:	moodle-nn <= 2.0
+Obsoletes:	moodle-no <= 2.0
+Obsoletes:	moodle-no_gr <= 2.0
+Obsoletes:	moodle-pl <= 2.0
+Obsoletes:	moodle-pt <= 2.0
+Obsoletes:	moodle-pt_br <= 2.0
+Obsoletes:	moodle-ro <= 2.0
+Obsoletes:	moodle-ru <= 2.0
+Obsoletes:	moodle-si <= 2.0
+Obsoletes:	moodle-sk <= 2.0
+Obsoletes:	moodle-sl <= 2.0
+Obsoletes:	moodle-so <= 2.0
+Obsoletes:	moodle-sq <= 2.0
+Obsoletes:	moodle-sr_cr <= 2.0
+Obsoletes:	moodle-sr_cr_bo <= 2.0
+Obsoletes:	moodle-sr_lt <= 2.0
+Obsoletes:	moodle-sv <= 2.0
+Obsoletes:	moodle-th <= 2.0
+Obsoletes:	moodle-tl <= 2.0
+Obsoletes:	moodle-tr <= 2.0
+Obsoletes:	moodle-uk <= 2.0
+Obsoletes:	moodle-vi <= 2.0
+Obsoletes:	moodle-zh_cn <= 2.0
+Obsoletes:	moodle-zh_tw <= 2.0
+Obsoletes:	moodle-zu <= 2.0
+Obsoletes:	moodle-mn <= 2.0
+Obsoletes:	moodle-gu <= 2.0
+Obsoletes:	moodle-lo <= 2.0
+Obsoletes:	moodle-to <= 2.0
+Obsoletes:	moodle-mi_wwow <= 2.0
+Obsoletes:	moodle-sm <= 2.0
+Obsoletes:	moodle-ta <= 2.0
+Obsoletes:	moodle-my <= 2.0
+Obsoletes:	moodle-mk <= 2.0
+Obsoletes:	moodle-ta_lk <= 2.0
+Obsoletes:	moodle-cy <= 2.0
+Obsoletes:	moodle-uz <= 2.0
+Obsoletes:	moodle-ur <= 2.0
+
 
 %description
 Moodle is a course management system (CMS) - a free, Open Source software
 package designed using sound pedagogical principles, to help educators create
 effective online learning communities.
 
-# For maintenance purposes, here is the list of language packs with their
-# corresponding date stamps and the source number above.  This list follows
-# the order of the one on http://download.moodle.org/lang16/ which is mostly,
-# but not completely, alphabetical.  Last updated 2007-07-25.
-#
-# UPDATE: This list is being deprecated, as is duplicates upstream's
-# website.  I've created a script to download all packs, preserving 
-# timestamps, and will upload to CVS once some bugs are worked out
-# WRT checking the spec for new language packs.  -Jon Ciesla 4/1/08
-#
-# Afrikaans:                             2007-01-05, Source7
-# Albanian:                              2007-08-11, Source60
-# Arabic:                                2007-05-01, Source8
-# Armenian:                              2007-05-30, Source79 
-# Basque:                                2007-10-12, Source22
-# Belarusian:                            2007-08-11, Source9
-# Bosnian:                               2007-08-11, Source11
-# Bulgarian:                             2007-08-11, Source10
-# Catalan:                               2007-10-23, Source12
-# Croatian:                              2007-08-11, Source32
-# Chinese (Simplified):                  2007-08-22, Source70
-# Chinese (Traditional/Big5):            2007-08-09, Source71
-# Czech:                                 2007-10-20, Source13
-# Danish:                                2007-08-11, Source14
-# Dutch:                                 2007-10-17, Source47
-# English:                               2007-10-24, Source18
-# English (US):                          2007-08-06, Source19
-# Estonian:                              2007-09-16, Source21
-# Farsi:                                 2006-06-30, Source23
-# Filipino:                              2006-07-31, Source25
-# Finnish:                               2007-10-03, Source24
-# French:                                2007-10-24, Source26
-# French (Canada):                       2007-04-16, Source27
-# Gaelic:                                2007-01-05, Source28
-# Gallego:                               2007-08-11, Source29
-# Georgian:                              2007-04-16, Source38
-# German:                                2007-10-11, Source15
-# German (Personal):                     2007-08-20, Source16
-# Greek:                                 2007-08-11, Source17
-# Gujerati:				 2006-11-05, Source73
-# Hebrew:                                2007-10-18, Source30
-# Hindi:                                 2007-01-05, Source31
-# Hungarian:                             2007-08-11, Source33
-# Icelandic:                             2007-08-11, Source35
-# Indonesian:                            2007-08-11, Source34
-# Italian:                               2007-10-13, Source36
-# Japanese:                              2007-10-24, Source37
-# Kannada:                               2006-06-30, Source40
-# Khmer:                                 2007-10-21, Source39
-# Korean:                                2007-09-10, Source41
-# Lithuanian:                            2007-08-11, Source42
-# Lao:					 2007-01-12, Source74
-# Latvian:                               2007-08-11, Source43
-# Macedonian:                            2007-10-19, Source80
-# Malayalam:                             2006-06-30, Source45
-# Malaysian:                             2007-01-05, Source46
-# Maori (Ngai Tahu):                     2006-07-06, Source44
-# Maori (Waikato Uni):			 2007-04-16, Source76
-# Mongolian				 2007-08-11, Source72
-# Norwegian:                             2007-10-19, Source49
-# Norwegian (Primary):                   2007-08-11, Source50
-# Nynorsk:                               2007-08-11, Source48
-# Polish:                                2007-09-06, Source51
-# Portuguese:                            2007-10-11, Source52
-# Portuguese (Brazil):                   2007-08-11, Source53
-# Romanian:                              2007-08-11, Source54
-# Russian:                               2007-09-27, Source55
-# Samoan:				 2007-04-16, Source77
-# Sinhala:                               2006-10-16, Source56
-# Serbian (Cyrillic Bosnia Herzegovina): 2007-08-11, Source62
-# Serbian (Cyrillic):                    2007-10-08, Source61
-# Serbian (Latin):                       2007-10-08, Source63
-# Slovak:                                2007-10-22, Source57
-# Slovenian:                             2007-08-11, Source58
-# Somali:                                2006-06-30, Source59
-# Spanish (International):               2007-10-16, Source20
-# Swedish:                               2007-10-15, Source64
-# Tagalog:                               2007-06-14, Source66
-# Tamil:				 2007-08-11, Source78
-# Tamil (Sri Lanka):			 2008-01-14, Source81
-# Thai:                                  2007-06-10, Source65
-# Tongan:				 2007-04-16, Source75
-# Turkish:                               2007-09-12, Source67
-# Ukrainian:                             2007-08-11, Source68
-# Vietnamese:                            2007-08-11, Source69
-
-%package        af
-Summary:        Moodle language pack for Afrikaans
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    af
-This package contains the files needed to display Moodle in Afrikaans.
-
-%files          af
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/af_utf8
-%{moodlewebdir}/install/lang/af_utf8
-
-%package        ar
-Summary:        Moodle language pack for Arabic
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ar
-This package contains the files needed to display Moodle in Arabic.
-
-%files          ar
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ar_utf8
-%{moodlewebdir}/install/lang/ar_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-ar.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/ar.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ar.js
-
-%package        ast
-Summary:        Moodle language pack for Asturian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ast
-This package contains the files needed to display Moodle in Asturian
-
-%files          ast
-%defattr (-,root,root,-)
-%{moodlewebdir}/install/lang/ast_utf8
-
-
-%package        be
-Summary:        Moodle language pack for Belarusian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    be
-This package contains the files needed to display Moodle in Belarusian.
-
-%files          be
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/be_utf8
-%{moodlewebdir}/install/lang/be_utf8
-
-%package        bg
-Summary:        Moodle language pack for Bulgarian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    bg
-This package contains the files needed to display Moodle in Bulgarian.
-
-%files          bg
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/bg_utf8
-%{moodlewebdir}/install/lang/bg_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-bg*
-
-%package        bn
-Summary:        Moodle language pack for Bengali
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    bn
-This package contains the files needed to display Moodle in Bengali.
-
-%files          bn
-%defattr (-,root,root,-)
-#%{moodlewebdir}/lang/bn_utf8
-%{moodlewebdir}/install/lang/bn_utf8
-
-%package        bs
-Summary:        Moodle language pack for Bosnian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    bs
-This package contains the files needed to display Moodle in Bosnian.
-
-%files          bs
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/bs_utf8
-%{moodlewebdir}/install/lang/bs_utf8
-
-%package        ca
-Summary:        Moodle language pack for Catalan
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ca
-This package contains the files needed to display Moodle in Catalan.
-
-%files          ca
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ca_utf8
-%{moodlewebdir}/install/lang/ca_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-ca.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/ca.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-ca.php
-
-%package        cs
-Summary:        Moodle language pack for Czech
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    cs
-This package contains the files needed to display Moodle in Czech.
-
-%files          cs
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/cs_utf8
-%{moodlewebdir}/install/lang/cs_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-cz.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/cs.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/cs.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/cs.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-cz.php
-
-%package        cy
-Summary:        Moodle language pack for Welsh
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    cy
-This package contains the files needed to display Moodle in Welsh.
-
-%files          cy
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/cy_utf8
-%{moodlewebdir}/install/lang/cy_utf8
-
-%package        da
-Summary:        Moodle language pack for Danish
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    da
-This package contains the files needed to display Moodle in Danish.
-
-%files          da
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/da_utf8
-%{moodlewebdir}/install/lang/da_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-ca.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/da.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/da.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-dk.php
-
-%package        de
-Summary:        Moodle language pack for German
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    de
-This package contains the files needed to display Moodle in German.
-
-%files          de
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/de_utf8
-%{moodlewebdir}/install/lang/de_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-de.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/de.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/de.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-de.php
-
-%package        de_du
-Summary:        Moodle language pack for German (Personal)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    de_du
-This package contains the files needed to display Moodle in German (Personal).
-
-%files          de_du
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/de_du_utf8
-%{moodlewebdir}/install/lang/de_du_utf8
-
-%package        dv
-Summary:        Moodle language pack for Dhivehi
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    dv
-This package contains the files needed to display Moodle in Dhivehi.
-
-%files          dv
-%defattr (-,root,root,-)
-%{moodlewebdir}/install/lang/dv_utf8
-
-%package        dz
-Summary:        Moodle language pack for Dzongkha
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    dz
-This package contains the files needed to display Moodle in Dzongkha.
-
-%files          dz
-%defattr (-,root,root,-)
-%{moodlewebdir}/install/lang/dz_utf8
-
-%package        el
-Summary:        Moodle language pack for Greek
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    el
-This package contains the files needed to display Moodle in Greek.
-
-%files          el
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/el_utf8
-%{moodlewebdir}/install/lang/el_utf8
-#%{moodlewebdir}/lib/cas/languages/greek.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/el.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js
-
-%package        es
-Summary:        Moodle language pack for Spanish
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    es
-This package contains the files needed to display Moodle in Spanish.
-
-%files          es
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/es_utf8
-%{moodlewebdir}/install/lang/es*
-#%{moodlewebdir}/lib/adodb/lang/adodb-es.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/es.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/es.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-es.php
-
-%package        et
-Summary:        Moodle language pack for Estonian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    et
-This package contains the files needed to display Moodle in Estonian.
-
-%files          et
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/et_utf8
-%{moodlewebdir}/install/lang/et_utf8
-
-%package        eu
-Summary:        Moodle language pack for Basque
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    eu
-This package contains the files needed to display Moodle in Basque.
-
-%files          eu
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/eu_utf8
-%{moodlewebdir}/install/lang/eu_utf8
-
-%package        fa
-Summary:        Moodle language pack for Farsi
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    fa
-This package contains the files needed to display Moodle in Farsi.
-
-%files          fa
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/fa_utf8
-%{moodlewebdir}/install/lang/fa_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/fa.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa*
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js
-
-%package        fi
-Summary:        Moodle language pack for Finnish
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    fi
-This package contains the files needed to display Moodle in Finnish.
-
-%files          fi
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/fi_utf8
-%{moodlewebdir}/install/lang/fi_utf8
-%{moodlewebdir}/lib/editor/htmlarea/plugins/TableOperations/lang/fi.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/fi.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-fi.php
-
-%package        fil
-Summary:        Moodle language pack for Filipino
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    fil
-This package contains the files needed to display Moodle in Filipino.
-
-%files          fil
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/fil_utf8
-%{moodlewebdir}/install/lang/fil_utf8
-
-%package        fr
-Summary:        Moodle language pack for French
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    fr
-This package contains the files needed to display Moodle in French.
-
-%files          fr
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/fr_utf8
-%{moodlewebdir}/install/lang/fr_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-fr.inc.php
-#%{moodlewebdir}/lib/cas/languages/french.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/fr.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/fr.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-fr.php
-
-%package        fr_ca
-Summary:        Moodle language pack for French (Canada)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    fr_ca
-This package contains the files needed to display Moodle in French (Canada).
-
-%files          fr_ca
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/fr_ca_utf8
-%{moodlewebdir}/install/lang/fr_ca_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/fr_ca.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_ca.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/fr_ca.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js
-
-%package        ga
-Summary:        Moodle language pack for Gaelic
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ga
-This package contains the files needed to display Moodle in Gaelic.
-
-%files          ga
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ga_utf8
-%{moodlewebdir}/install/lang/ga_utf8
-
-%package        gl
-Summary:        Moodle language pack for Gallego
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    gl
-This package contains the files needed to display Moodle in Gallego.
-
-%files          gl
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/gl_utf8
-%{moodlewebdir}/install/lang/gl_utf8
-
-%package        gu
-Summary:        Moodle language pack for Gujarati
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    gu
-This package contains the files needed to display Moodle in Gujarati.
-Currently, only the installer is available in Gujarati.
-
-%files          gu
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/gu_utf8
-%{moodlewebdir}/install/lang/gu_utf8
-
-%package        he
-Summary:        Moodle language pack for Hebrew
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    he
-This package contains the files needed to display Moodle in Hebrew.
-
-%files          he
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/he_utf8
-%{moodlewebdir}/install/lang/he_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/he.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/he.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/he.js
-
-%package        hi
-Summary:        Moodle language pack for Hindi
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    hi
-This package contains the files needed to display Moodle in Hindi.
-
-%files          hi
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/hi_utf8
-%{moodlewebdir}/install/lang/hi_utf8
-
-%package        hr
-Summary:        Moodle language pack for Croatian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    hr
-This package contains the files needed to display Moodle in Croatian.
-
-%files          hr
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/hr_utf8
-%{moodlewebdir}/install/lang/hr_utf8
-
-%package        hu
-Summary:        Moodle language pack for Hungarian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    hu
-This package contains the files needed to display Moodle in Hungarian.
-
-%files          hu
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/hu_utf8
-%{moodlewebdir}/install/lang/hu_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-hu.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/hu.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/hu.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-hu.php
-
-%package        hy
-Summary:        Moodle language pack for Armenian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    hy
-This package contains the files needed to display Moodle in Armenian.
-
-%files          hy
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/hy_utf8
-
-%package        id
-Summary:        Moodle language pack for Indonesian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    id
-This package contains the files needed to display Moodle in Indonesian.
-
-%files          id
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/id_utf8
-%{moodlewebdir}/install/lang/id_utf8
-
-%package        is
-Summary:        Moodle language pack for Icelandic
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    is
-This package contains the files needed to display Moodle in Icelandic.
-
-%files          is
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/is_utf8
-%{moodlewebdir}/install/lang/is_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/is.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/is.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/is.js
-
-%package        it
-Summary:        Moodle language pack for Italian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    it
-This package contains the files needed to display Moodle in Italian.
-
-%files          it
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/it_utf8
-%{moodlewebdir}/install/lang/it_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-it.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/it.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-it.php
-
-%package        ja
-Summary:        Moodle language pack for Japanese
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ja
-This package contains the files needed to display Moodle in Japanese.
-
-%files          ja
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ja_utf8
-%{moodlewebdir}/install/lang/ja_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/ja.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-ja.php
-
-%package        ka
-Summary:        Moodle language pack for Georgian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ka
-This package contains the files needed to display Moodle in Georgian.
-
-%files          ka
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ka_utf8
-%{moodlewebdir}/install/lang/ka_utf8
-
-%package        kk
-Summary:        Moodle language pack for Kazakh
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    kk
-This package contains the files needed to display Moodle in Kazakh.
-
-%files          kk
-%defattr (-,root,root,-)
-%{moodlewebdir}/install/lang/kk_utf8
-
-%package        km
-Summary:        Moodle language pack for Khmer
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Requires:	khmeros-base-fonts
-
-%description    km
-This package contains the files needed to display Moodle in Khmer.
-
-%files          km
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/km_utf8
-%{moodlewebdir}/install/lang/km_utf8
-
-%package        kn
-Summary:        Moodle language pack for Kannada
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    kn
-This package contains the files needed to display Moodle in Kannada.
-
-%files          kn
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/kn_utf8
-%{moodlewebdir}/install/lang/kn_utf8
-
-%package        ko
-Summary:        Moodle language pack for Korean
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ko
-This package contains the files needed to display Moodle in Korean.
-
-%files          ko
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ko_utf8
-%{moodlewebdir}/install/lang/ko_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/ko.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js
-
-%package        lo
-Summary:        Moodle language pack for Lao
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    lo
-This package contains the files needed to display Moodle in Lao.
-Currently, only the installer is available in Lao.
-
-%files          lo
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/lo_utf8
-%{moodlewebdir}/install/lang/lo_utf8
-
-%package        lt
-Summary:        Moodle language pack for Lithuanian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    lt
-This package contains the files needed to display Moodle in Lithuanian.
-
-%files          lt
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/lt_utf8
-%{moodlewebdir}/install/lang/lt_utf8
-
-%package        lv
-Summary:        Moodle language pack for Latvian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    lv
-This package contains the files needed to display Moodle in Latvian.
-
-%files          lv
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/lv_utf8
-%{moodlewebdir}/install/lang/lv_utf8
-
-%package        mi_tn
-Summary:        Moodle language pack for Maori (Ngai Tahu)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Obsoletes:      moodle-mi <= 1.6.3-3
-
-%description    mi_tn
-This package contains the files needed to display Moodle in Maori (Ngai Tahu).
-
-%files          mi_tn
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/mi_tn_utf8
-%{moodlewebdir}/install/lang/mi_tn*
-
-%package        mi_wwow
-Summary:        Moodle language pack for Maori (Waikato Uni)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Obsoletes:      moodle-mi <= 1.6.3-3
-
-%description    mi_wwow
-This package contains the files needed to display Moodle in Maori (Waikato Uni).
-
-%files          mi_wwow
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/mi_wwow_utf8
-%{moodlewebdir}/install/lang/mi_wwow*
-
-%package        mk
-Summary:        Moodle language pack for Macedonian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    mk
-This package contains the files needed to display Moodle in Macedonian
-
-%files          mk
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/mk_utf8
-%{moodlewebdir}/install/lang/mk_utf8
-
-%package        ml
-Summary:        Moodle language pack for Malayalam
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ml
-This package contains the files needed to display Moodle in Malayalam.
-
-%files          ml
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ml_utf8
-%{moodlewebdir}/install/lang/ml_utf8
-
-%package        mn
-Summary:        Moodle language pack for Mongolian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    mn
-This package contains the files needed to display Moodle in Mongolian.
-
-%files          mn
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/mn_utf8
-%{moodlewebdir}/install/lang/mn_utf8
-
-%package        mr
-Summary:        Moodle language pack for Marathi
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    mr
-This package contains the files needed to display Moodle in Marathi
-
-%files          mr
-%defattr (-,root,root,-)
-%{moodlewebdir}/install/lang/mr_utf8
-
-
-%package        ms
-Summary:        Moodle language pack for Malaysian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ms
-This package contains the files needed to display Moodle in Malaysian.
-
-%files          ms
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ms_utf8
-%{moodlewebdir}/install/lang/ms_utf8
-
-%package        nl
-Summary:        Moodle language pack for Dutch
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    nl
-This package contains the files needed to display Moodle in Dutch.
-
-%files          nl
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/nl_utf8
-%{moodlewebdir}/install/lang/nl_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-nl.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/nl.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/nl.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-nl.php
-
-%package        nn
-Summary:        Moodle language pack for Nynorsk
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    nn
-This package contains the files needed to display Moodle in Nynorsk.
-
-%files          nn
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/nn_utf8
-%{moodlewebdir}/install/lang/nn_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/nn.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/nn.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn.js
-
-%package        no
-Summary:        Moodle language pack for Norwegian Bokmal
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    no
-This package contains the files needed to display Moodle in Norwegian Bokmal.
-
-%files          no
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/no_utf8
-%{moodlewebdir}/install/lang/no_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/nb.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/nb.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/nb.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-no.php
-
-%package        no_gr
-Summary:        Moodle language pack for Norwegian (Primary)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    no_gr
-This package contains the files needed to display Moodle in Norwegian
-(Primary).
-
-%files          no_gr
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/no_gr_utf8
-%{moodlewebdir}/install/lang/no_gr_utf8
-
-%package        pl
-Summary:        Moodle language pack for Polish
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    pl
-This package contains the files needed to display Moodle in Polish.
-
-%files          pl
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/pl_utf8
-%{moodlewebdir}/install/lang/pl_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-pl.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/pl.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/pl.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-pl.php
-
-%package        pt
-Summary:        Moodle language pack for Portuguese
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    pt
-This package contains the files needed to display Moodle in Portuguese.
-
-%files          pt
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/pt_utf8
-%{moodlewebdir}/install/lang/pt_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/pt.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js
-
-%package        pt_br
-Summary:        Moodle language pack for Portuguese (Brazil)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    pt_br
-This package contains the files needed to display Moodle in Portuguese
-(Brazil).
-
-%files          pt_br
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/pt_br_utf8
-%{moodlewebdir}/install/lang/pt_br_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-pt-br.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/pt_br.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_br.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/pt_br.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_br.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-br.php
-
-%package        ro
-Summary:        Moodle language pack for Romanian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ro
-This package contains the files needed to display Moodle in Romanian.
-
-%files          ro
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ro_utf8
-%{moodlewebdir}/install/lang/ro_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-ro.inc.php
-%{moodlewebdir}/lib/editor/htmlarea/plugins/TableOperations/lang/ro.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-ro.php
-
-%package        ru
-Summary:        Moodle language pack for Russian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ru
-This package contains the files needed to display Moodle in Russian.
-
-%files          ru
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ru_utf8
-%{moodlewebdir}/install/lang/ru_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-ru1251.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/ru*
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru*
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/ru*
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru*
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-ru.php
-
-%package        si
-Summary:        Moodle language pack for Sinhala
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    si
-This package contains the files needed to display Moodle in Sinhala.
-
-%files          si
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/si_utf8
-%{moodlewebdir}/install/lang/si_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/si.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/si.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/si.js
-
-%package        sk
-Summary:        Moodle language pack for Slovak
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    sk
-This package contains the files needed to display Moodle in Slovak.
-
-%files          sk
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sk_utf8
-%{moodlewebdir}/install/lang/sk_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/sk.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/sk.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/sk.js
-
-%package        sl
-Summary:        Moodle language pack for Slovenian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    sl
-This package contains the files needed to display Moodle in Slovenian.
-
-%files          sl
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sl_utf8
-%{moodlewebdir}/install/lang/sl_utf8
-
-%package        sm
-Summary:        Moodle language pack for Samoan
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Requires:	dejavu-sans-fonts
-
-%description    sm
-This package contains the files needed to display Moodle in Samoan.
-Currently, only the installer is available in Samoan.
-
-%files          sm
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sm_utf8
-%{moodlewebdir}/install/lang/sm_utf8
-
-%package        so
-Summary:        Moodle language pack for Somali
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    so
-This package contains the files needed to display Moodle in Somali.
-
-%files          so
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/so_utf8
-%{moodlewebdir}/install/lang/so_utf8
-
-%package        sq
-Summary:        Moodle language pack for Albanian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    sq
-This package contains the files needed to display Moodle in Albanian.
-
-%files          sq
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sq_utf8
-%{moodlewebdir}/install/lang/sq_utf8
-
-%package        sr_cr
-Summary:        Moodle language pack for Serbian (Cyrillic)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Obsoletes:      moodle-sr <= 1.6.3-3
-
-%description    sr_cr
-This package contains the files needed to display Moodle in Serbian (Cyrillic).
-
-%files          sr_cr
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sr_cr_utf8
-%{moodlewebdir}/install/lang/sr_cr_utf8
-
-%package        sr_cr_bo
-Summary:        Moodle language pack for Serbian (Cyrillic Bosnia Herzegovina)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Obsoletes:      moodle-sr <= 1.6.3-3
-
-%description    sr_cr_bo
-This package contains the files needed to display Moodle in Serbian
-(Cyrillic Bosnia Herzegovina).
-
-%files          sr_cr_bo
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sr_cr_bo_utf8
-%{moodlewebdir}/install/lang/sr_cr_bo_utf8
-%{moodlewebdir}/install/lang/sr_utf8
-
-%package        sr_lt
-Summary:        Moodle language pack for Serbian (Latin)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Obsoletes:      moodle-sr <= 1.6.3-3
-
-%description    sr_lt
-This package contains the files needed to display Moodle in Serbian (Latin).
-
-%files          sr_lt
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sr_lt_utf8
-%{moodlewebdir}/install/lang/sr_lt_utf8
-
-%package        sv
-Summary:        Moodle language pack for Swedish
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    sv
-This package contains the files needed to display Moodle in Swedish.
-
-%files          sv
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/sv_utf8
-%{moodlewebdir}/install/lang/sv_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-sv.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/sv.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/sv.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-se.php
-
-%package        ta
-Summary:        Moodle language pack for Tamil
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ta
-This package contains the files needed to display Moodle in Tamil.
-Currently, only the installer is available in Tamil.
-
-%files          ta
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ta_utf8
-%{moodlewebdir}/install/lang/ta_utf8
-
-%package        ta_lk
-Summary:        Moodle language pack for Tamil (Sri Lanka)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ta_lk
-This package contains the files needed to display Moodle in Tamil (Sri Lanka).
-Currently, only the installer is available in Tamil (Sri Lanka).
-
-%files          ta_lk
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/ta_lk_utf8
-%{moodlewebdir}/install/lang/ta_lk_utf8
-
-%package        th
-Summary:        Moodle language pack for Thai
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    th
-This package contains the files needed to display Moodle in Thai.
-
-%files          th
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/th_utf8
-%{moodlewebdir}/install/lang/th_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/th.js
-
-%package        tl
-Summary:        Moodle language pack for Tagalog
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    tl
-This package contains the files needed to display Moodle in Tagalog.
-
-%files          tl
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/tl_utf8
-%{moodlewebdir}/install/lang/tl_utf8
-
-%package        to
-Summary:        Moodle language pack for Tonga
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Requires:	dejavu-sans-fonts
-
-%description    to
-This package contains the files needed to display Moodle in Tonga.
-Currently, only the installer is available in Tonga.
-
-%files          to
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/to_utf8
-%{moodlewebdir}/install/lang/to_utf8
-
-%package        tr
-Summary:        Moodle language pack for Turkish
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    tr
-This package contains the files needed to display Moodle in Turkish.
-
-%files          tr
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/tr_utf8
-%{moodlewebdir}/install/lang/tr_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/tr.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/tr.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr.js
-%{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-tr.php
-
-%package        uk
-Summary:        Moodle language pack for Ukrainian
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    uk
-This package contains the files needed to display Moodle in Ukrainian.
-
-%files          uk
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/uk_utf8
-%{moodlewebdir}/install/lang/uk_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-uk1251.inc.php
-
-%package        ur
-Summary:        Moodle language pack for Urdu
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    ur
-This package contains the files needed to display Moodle in Urdu.
-
-%files          ur
-%defattr (-,root,root,-)
-%{moodlewebdir}/install/lang/ur_utf8
-
-%package        uz
-Summary:        Moodle language pack for Uzbek
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    uz
-This package contains the files needed to display Moodle in Uzbek.
-
-%files          uz
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/uz_utf8
-%{moodlewebdir}/install/lang/uz_utf8
-
-%package        vi
-Summary:        Moodle language pack for Vietnamese
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    vi
-This package contains the files needed to display Moodle in Vietnamese.
-
-%files          vi
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/vi_utf8
-%{moodlewebdir}/install/lang/vi_utf8
-
-%package        zh_cn
-Summary:        Moodle language pack for Chinese (Simplified)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Obsoletes:      moodle-zh <= 1.6.3-3
-
-%description    zh_cn
-This package contains the files needed to display Moodle in Chinese
-(Simplified).
-
-%files          zh_cn
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/zh_cn_utf8
-%{moodlewebdir}/install/lang/zh_cn_utf8
-#%{moodlewebdir}/lib/adodb/lang/adodb-cn.inc.php
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/zh_cn.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_cn.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/zh_cn.js
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_cn.js
-
-%package        zh_tw
-Summary:        Moodle language pack for Chinese (Traditional/Big5)
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-Obsoletes:      moodle-zh <= 1.6.3-3
-
-%description    zh_tw
-This package contains the files needed to display Moodle in Chinese
-(Traditional/Big5).
-
-%files          zh_tw
-%defattr (-,root,root,-)
-%{moodlewebdir}/lang/zh_tw_utf8
-%{moodlewebdir}/install/lang/zh_tw_utf8
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/zh_tw*
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_tw*
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/zh_tw*
-%{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_tw*
-
-%package        zu
-Summary:        Moodle language pack for Zulu
-Group:          Applications/Publishing
-Requires:       moodle = %{version}-%{release}
-
-%description    zu
-This package contains the files needed to display Moodle in Zulu
-
-%files          zu
-%defattr (-,root,root,-)
-%{moodlewebdir}/install/lang/zu_utf8
-
 
 %prep
 %setup -q -n %{name}
@@ -1547,36 +303,19 @@ find . -type f \! -name \*.pl -exec chmod a-x {} \;
 find . -name \*.cgi -exec chmod a+x {} \;
 chmod a+x admin/process_email.php
 chmod a+x mod/chat/chatd.php
-chmod a+x mod/wiki/ewiki/fragments/mkhuge
 rm search/.cvsignore
 sed -i 's/\r//' lib/adodb/license.txt
 sed -i 's/\r//' lib/adodb/readme.txt
-sed -i 's/\r//' lib/adodb/session/adodb-sess.txt
 sed -i 's/\r//' lib/mp3player/readme.txt
-sed -i 's/\r//' lib/pclzip/gnu-lgpl.txt
-sed -i 's/\r//' lib/pclzip/readme.txt
-sed -i 's/\r//' mod/wiki/ewiki/README
-sed -i 's/\r//' mod/wiki/ewiki/README.de
 
-%patch0 -p0
-%patch1 -p0
-#%patch2 -p0
-#%patch3 -p0
 
 %build
 rm config-dist.php install.php tags filter/tex/mimetex.* filter/tex/README.mimetex
 
 # Get rid of language files in subordinate packages for languages not supported
 # by moodle itself.
-rm lib/editor/tinymce/jscripts/tiny_mce/langs/cy.js
-rm lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cy.js
-rm lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/cy.js
-rm lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/cy.js
-rm lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/tw.js
 rm lib/phpmailer/language/phpmailer.lang-fo.php
 
-#Drop spell-check-logic.cgi, CVE-2008-5153, per upstream.
-rm lib/editor/htmlarea/plugins/SpellChecker/spell-check-logic.cgi
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -1599,21 +338,17 @@ ln -s /usr/share/php/Smarty/ $RPM_BUILD_ROOT/var/www/moodle/web/lib/smarty
 rm -rf $RPM_BUILD_ROOT/var/www/moodle/web/lib/adodb
 ln -s /usr/share/php/adodb/ $RPM_BUILD_ROOT/var/www/moodle/web/lib/adodb
 
-#use system magpierss
-#rm -rf $RPM_BUILD_ROOT/var/www/moodle/web/lib/magpie
-#ln -s /usr/share/php/magpierss/ $RPM_BUILD_ROOT/var/www/moodle/web/lib/magpie
-
 #symlinks for illegal fonts
-ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT%{moodlewebdir}/lang/sm_utf8/fonts/default.ttf
-ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT%{moodlewebdir}/lang/to_utf8/fonts/default.ttf
+#ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT%{moodlewebdir}/lang/sm_utf8/fonts/default.ttf
+#ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT%{moodlewebdir}/lang/to_utf8/fonts/default.ttf
 
 #Symlink to FreeSans, to save space.
 rm -f $RPM_BUILD_ROOT%{moodlewebdir}/lib/default.ttf
 ln -s /usr/share/fonts/gnu-free/FreeSans.ttf $RPM_BUILD_ROOT%{moodlewebdir}/lib/default.ttf
 
 #symlink to khmeros-base-fonts
-rm -f $RPM_BUILD_ROOT%{moodlewebdir}/lang/km_utf8/fonts/default.ttf
-ln -s /usr/share/fonts/khmeros/KhmerOS_sys.ttf $RPM_BUILD_ROOT%{moodlewebdir}/lang/km_utf8/fonts/default.ttf
+#rm -f $RPM_BUILD_ROOT%{moodlewebdir}/lang/km_utf8/fonts/default.ttf
+#ln -s /usr/share/fonts/khmeros/KhmerOS_sys.ttf $RPM_BUILD_ROOT%{moodlewebdir}/lang/km_utf8/fonts/default.ttf
 
 #use system php-pear-CAS
 rm -rf $RPM_BUILD_ROOT/var/www/moodle/web/auth/cas
@@ -1667,118 +402,17 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc README* COPYING.txt
+%doc README* COPYING.txt TRADEMARK.txt local/readme.txt
 %dir %{_var}/www/moodle
-%dir %{moodlewebdir}
 %config(noreplace) %{moodlewebdir}/config.php
-%config(noreplace) %{moodlewebdir}/course/format/lams/config.php
 %config(noreplace) %{moodlewebdir}/course/format/scorm/config.php
 %config(noreplace) %{moodlewebdir}/course/format/social/config.php
 %config(noreplace) %{moodlewebdir}/course/format/topics/config.php
 %config(noreplace) %{moodlewebdir}/course/format/weeks/config.php
-%config(noreplace) %{moodlewebdir}/course/format/weekscss/config.php
-%config(noreplace) %{moodlewebdir}/theme/chameleon/config.php
-%config(noreplace) %{moodlewebdir}/theme/cornflower/config.php
 %config(noreplace) %{moodlewebdir}/theme/formal_white/config.php
-%config(noreplace) %{moodlewebdir}/theme/metal/config.php
-%config(noreplace) %{moodlewebdir}/theme/oceanblue/config.php
-%config(noreplace) %{moodlewebdir}/theme/orangewhite/config.php
-%config(noreplace) %{moodlewebdir}/theme/orangewhitepda/config.php
 %config(noreplace) %{moodlewebdir}/theme/standard/config.php
-%config(noreplace) %{moodlewebdir}/theme/standardblue/config.php
-%config(noreplace) %{moodlewebdir}/theme/standardgreen/config.php
-%config(noreplace) %{moodlewebdir}/theme/standardlogo/config.php
-%config(noreplace) %{moodlewebdir}/theme/standardred/config.php
-%config(noreplace) %{moodlewebdir}/theme/standardwhite/config.php
-%config(noreplace) %{moodlewebdir}/theme/wood/config.php
-%{moodlewebdir}/[a-hj-km-z]*
-%{moodlewebdir}/index.php
-%dir %{moodlewebdir}/install
-%dir %{moodlewebdir}/install/lang
-%{moodlewebdir}/install/lang/en*
-%{moodlewebdir}/install/lang/hy_utf8
-%{moodlewebdir}/install/welcome.html
-%{moodlewebdir}/install/README.txt
-%{moodlewebdir}/install/lang/la_utf8
-%{moodlewebdir}/install/stringnames.txt
-%{moodlewebdir}/iplookup
-%dir %{moodlewebdir}/lang
-%{moodlewebdir}/lang/en*
-%{moodlewebdir}/lang/README.txt
-%{moodlewebdir}/lib
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-a*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-b*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-c*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-d*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-es.inc.php
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-f*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-h*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-i*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-n*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-p*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-r*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-s*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-u*
-#%exclude %{moodlewebdir}/lib/adodb/lang/adodb-u*
-%exclude %{moodlewebdir}/lib/editor/htmlarea/plugins/TableOperations/lang/fi.js
-%exclude %{moodlewebdir}/lib/editor/htmlarea/plugins/TableOperations/lang/ro.js
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/a*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/c*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/d*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/el.js
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/es.js
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/f*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/h*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/i*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/j*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/k*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/n*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/p*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/ru*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/s*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/t*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/langs/z*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/c*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/d*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es.js
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/f*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/h*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/i*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/k*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/n*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/p*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/r*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/s*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/t*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/z*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/c*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/d*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/es.js
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/f*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/h*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/i*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/n*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/p*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/r*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/s*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/t*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/z*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/a*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/c*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/d*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/f*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/h*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/i*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/j*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/k*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/n*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/p*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/s*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/t*
-%exclude %{moodlewebdir}/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/z*
+%{moodlewebdir}
+
 %exclude %{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-b*
 %exclude %{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-c*
 %exclude %{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-d*
@@ -1792,7 +426,6 @@ fi
 %exclude %{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-r*
 %exclude %{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-s*
 %exclude %{moodlewebdir}/lib/phpmailer/language/phpmailer.lang-t*
-%{moodlewebdir}/login
 %attr(-,apache,apache) %{moodledatadir}
 %config(noreplace) %{_sysconfdir}/cron.d/%{name}
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/moodle.conf
@@ -1803,6 +436,11 @@ fi
 %exclude %{moodlewebdir}/COPYING.txt
 
 %changelog
+* Fri Apr 22 2011 Jon Ciesla <limb at jcomserv.net> - 2.0.2-1
+- New upstream.
+- Merged in, updated the language packs.
+- Massive spec cleanup.
+
 * Tue Feb 22 2011 Jon Ciesla <limb at jcomserv.net> - 1.9.11-1
 - New upstream, security fixes.
 
diff --git a/sources b/sources
index d6872e4..500e420 100644
--- a/sources
+++ b/sources
@@ -1,79 +1,99 @@
-563bf6039112a797c0d7f988dc817e91  moodle-1.9.11.tgz
-3d2971423486ba5503b3b3e9ea2090db  af_utf8.zip
-30f9014a4e84e4b3ab55537fc568e947  ar_utf8.zip
-ae7533b212155cf43bb3cb24280bbc13  be_utf8.zip
-e732038efc9986688a52e2e56aa2ba38  bg_utf8.zip
-4c7ea2f371dc1719abc20fe9f2ec48a1  bs_utf8.zip
-62261d1c5e21662303a69e351802ff7f  ca_utf8.zip
-d9fb0caa348176025a2142797fd474d8  cs_utf8.zip
-fdd2e4737b121795a97e1e82f127db52  cy_utf8.zip
-3ed634dfa0b5966e8d3178cbd38ea0a9  da_utf8.zip
-76293a762c59928f830f4cb1530d264c  de_du_utf8.zip
-2cd8a26dafe990d4e361fd8d40ecbc8e  de_utf8.zip
-ee7c77db6fe1e7e42b6bac477ff709f5  el_utf8.zip
-c0d4ca43c05cc30d57e88ebad0f7b033  en_us_utf8.zip
-d464c09c09c1211098dd42544f78e5a7  en_utf8.zip
-ed826d19a73c594b0e6c62cf09bc5cf0  es_utf8.zip
-5948b8af186acf951efc2add57fa6b3e  et_utf8.zip
-ba58b419b629c3e4bf0f74900e07e3db  eu_utf8.zip
-55c86f2054f742b5ea2409c686f9b9b8  fa_utf8.zip
-0183893528610569a822ba16aabbc371  fil_utf8.zip
-ddb23e0476ee544b7011bd3a236461ee  fi_utf8.zip
-bbc5542b95ce1287b120b42f3b90250b  fr_ca_utf8.zip
-dd4f9d2a9efd7b77136157699be5f55e  fr_utf8.zip
-78ee6edcf5276843c85f79b3db52fdec  ga_utf8.zip
-4615fe2029a3a85a6b5f7acc21795af8  gl_utf8.zip
-f8a637e969c1cc553ffc70c53a58360e  gu_utf8.zip
-657182cac2fb3854725124205564d62f  he_utf8.zip
-f461c2fcd8e9b99cc19baf77d347352a  hi_utf8.zip
-1d00c2e5fd7f32c43510218c411f4aa1  hr_utf8.zip
-fb9633e7f16bcf3d65a8943143aedbd7  hu_utf8.zip
-c47f03006bb94d7d82daea2b957f5734  hy_utf8.zip
-eaf1f57efb744f22b30d5e5d1c4c3d17  id_utf8.zip
-61768a53b913cc0fa8223adbb3086cd8  is_utf8.zip
-ae408060339b9c12f06ce1c94a7b2ac3  it_utf8.zip
-b73ca4de7bac274e1961803d65a28587  ja_utf8.zip
-007c559e4b8b1f8f101e5696f359271c  ka_utf8.zip
-2310ab89e949e10d8da315ffdb2e6262  km_utf8.zip
-e4e5c6265a933a1a981d454ae1705470  kn_utf8.zip
-9612201743a03951d4df08fa305e0b9b  ko_utf8.zip
-84eba55d3c22f64f759a37b31f2554c6  lo_utf8.zip
-dc7c668162af88bc90e6ae8edcc54101  lt_utf8.zip
-a56e8ed2b4ad1998cce61666b0f195af  lv_utf8.zip
-07ea87d64b8509cd4890ea1ec2c55ee1  mi_tn_utf8.zip
-e59293fd0b311dd54e24f76b739e8900  mi_wwow_utf8.zip
-c47f98a17f9854d5fb77d5b9f061ff2a  mk_utf8.zip
-11e19c422300b9831bec3b5e64a05ce4  ml_utf8.zip
-fc5e3d9fd6bf32924a954514161380eb  mn_utf8.zip
-4779f1bf0877fad7dfa850f0082cbf60  ms_utf8.zip
-b11fa516123f1da65cd919bd436ccdd4  nl_utf8.zip
-a11a3cc12dc9802b436bc2f5ee816fd7  nn_utf8.zip
-3962cdd9d0390d1424eca4359e3b9045  no_gr_utf8.zip
-726cca4de67a84361ee4174cce5eb4ff  no_utf8.zip
-05c67bc649cd02861735685c17b5f05b  pl_utf8.zip
-11834a39978783068f2e29e667f488c2  pt_br_utf8.zip
-73d8816191198badf084e50e58243779  pt_utf8.zip
-dcfc501e8417d40bcd72347009ad0a65  ro_utf8.zip
-62e3a63d41324f4f15bdcdf9dfe25c38  ru_utf8.zip
-f71043a06d109c41ac4b8e15ede00227  si_utf8.zip
-689b858b77c1db3915dc32b61d6fccc6  sk_utf8.zip
-0df008f4b865f2fdbc3ec31ef40c1899  sl_utf8.zip
-2c3e3b4155575f94b10438338f8a330c  sm_utf8.zip
-844874f29faa55b8ab0272d35fada64e  so_utf8.zip
-43d9d26a9298048ea0f90fa48ca2a8bb  sq_utf8.zip
-7fbdea7fdf0922f93f4865ddf6d389c4  sr_cr_bo_utf8.zip
-802a9b25c89e0b8ad3d3c88122d96143  sr_cr_utf8.zip
-16b39aa91e2d475f82df70e2ac98b967  sr_lt_utf8.zip
-40865afada64e521f709cc506175e2f5  sv_utf8.zip
-c700dd1a55a3b8991430ac3f45a46f86  ta_lk_utf8.zip
-6017938ee311e0ac9b5c72a66a546e6f  ta_utf8.zip
-406609dd5034cdbf6405dbba53be1dae  th_utf8.zip
-1e9a9df6798d03a22dec96b052e65ca7  tl_utf8.zip
-6d202edcba00c09fa7cb09aee8dd32c3  to_utf8.zip
-3677cacaaf37e493abc36fbc29c19823  tr_utf8.zip
-7c10ddba1cd7110c00bcd100b35c0ad8  uk_utf8.zip
-ba2222207b4fcae3ecd911508e915568  ur_utf8.zip
-9ca04547794a5b5e88247e8915624775  uz_utf8.zip
-31089008a31db97c283b0911ef9eae91  vi_utf8.zip
-c1c79d9af8ad9ff5feda7775d8178e23  zh_cn_utf8.zip
-8b2ba851407deb066d87bb4ac3204e25  zh_tw_utf8.zip
+c9ff3ca4aa6f8470993e331c3e59ed33  moodle-2.0.2.tgz
+d3b47909fbbdefd73824f81540f8b521  af.zip
+dfe9b2de0e2516ca15c268c64bbaf75b  am.zip
+cd7e12b956fa27628fa21ed8c50e287f  ar.zip
+0efbfaeb334e4fd1bb8165deaa822076  ast.zip
+6d067e6403e18ba6ee855aab7aa859a0  az.zip
+3cc807f36ee2844a30d97cad6cf0af58  be.zip
+e9cedc3941bfa0711a2f5fa9d771115a  bg.zip
+c398d0e8752b7c1e3a647a8749991efe  bn.zip
+ffb0dc9aeeaf3ede1297238829457c0d  bs.zip
+0eb8ebc044eadb5c528489d9e7bae953  ca.zip
+2b4c0be478962bb6c122437ac9a14e5f  ckb.zip
+ca6762ba638f3e16bc2097b7fcb4acb0  cs.zip
+56d5daac82210ce11f84cccb0fedb524  cy.zip
+a8de4bcc40665b3d4dbeac2eb976b88d  da.zip
+f6b847957f01a24dcd686dda1b90d247  de_du.zip
+05a71a5e43761f0d80b15ba5afd8311a  de_kids.zip
+91c8c8d4287fdbd1561c50ce2b6d5ecf  de.zip
+f08acf28e12826de7192c1197b5b8af6  dv.zip
+ac2d65e45bc6b82462b4b972c71a7305  el.zip
+f3fe7559a27e2239f47b8eff6af40cf8  en_us.zip
+a0a72969d50b8c41c30c53000da83c9d  en.zip
+9154805dbaf6be84a58ad4709c8569c2  es_ar.zip
+ad864e146e73106dc47b8426b2f300b5  es_es.zip
+de23b196ac98c2ecc422a21ef373be2f  es_mx.zip
+9c032f757b59d39a54333a3530cb1296  es.zip
+29f3928c8b3c13b376e23da2f9e6b4d5  et.zip
+58341df9d0579eb862077ba3b2aacc04  eu.zip
+bc5cbf4eb7abf7fe6cbb9c5a23bff275  fa.zip
+c1206f38ad97eeb72ccaf45fa977f09a  fil.zip
+2a79e05bd150c11f00b67cd0559c0dae  fi.zip
+295a1e8de35984c499efd39e6ebdb605  fj.zip
+5e28a54ede13b06f280b2826e46a6ec2  fr_ca.zip
+e4d405befedd050f9c5d1942ee878963  fr.zip
+122477062e4310d224d9ba06700d66af  ga.zip
+0a5eeb94c68fb171f3516bd11cd3a4c4  gd.zip
+2de27c69467cee3354b0bd22e4950bdb  gl.zip
+fd95697d2e93e6b8e38d07e5382d463b  gu.zip
+e8824125884774e918d914e07104527c  he.zip
+225a6a51c7e8211359d4a35ba4fb6133  hi.zip
+6afb988ab29d94306a4065b1403ef5d0  hr.zip
+b98726d58d8955ef95c164736ebe72ee  hu.zip
+9981921c339d1f5d95533bbae37dbafa  hy.zip
+ac903e9dc6da58875e64214076a1c58f  id.zip
+2d3b23ff330203704a1d4742b35629da  is.zip
+59e227b6d526bf7c5a728962115de807  it.zip
+26d60f5210bbf3835c96c6c220084f9c  ja.zip
+52f9fe1d51f87d6a396212435fd4d715  ka.zip
+74fc7c08226e43402aa1bfa6bfda5c1d  kk.zip
+ed0ad130d905c26b878066b081aee67e  km.zip
+feab6a9bc810b7ec1a32fbaa7b83740e  kn.zip
+3d64f3418fdc526ab05c6a605c4926a6  ko.zip
+ece9c6b18c6f29a3c2266dcd1dcecd1f  la.zip
+86a025ecb7136ecfb41a77a58f3eea43  lo.zip
+13d1eaa12fe8513a3dc5ae6b77110945  lt.zip
+e15d46037133beafc5f37ef4611d6ed9  lv.zip
+080fbf7658a4910d30746b0fcf44c313  mi_tn.zip
+7fa765b2e9835606b5727691513ad476  mi_wwow.zip
+461785d355cec73ecbc61e9a88322d00  mk.zip
+140f73d44fe9c31d20397c473817ac5d  ml.zip
+64cbc9775d7b3034f5036f9d2d26e69f  mn.zip
+256bfafe3f677e28a2dca232c163c501  mr.zip
+ce981777569d0c2c8e8551cda82bee01  ms.zip
+aab84f5afafa7d10191b44bba7584fc9  nl.zip
+f814e894709af20930ba482111948708  nn.zip
+2701bfbeaff28d10920ecbd810887f0b  no_gr.zip
+ce04c98d1ea4971f5952d1330ad86b14  no.zip
+7d4bb66503618a2717c777519325bc89  pl.zip
+3b5394919b7c83055d8e5bea89be4ce6  pt_br.zip
+578dbf43fdab2ed9bd9e7630b4983e3d  pt.zip
+361a8509f20d603ed5f9a9524eaf029a  ro.zip
+258cbfd5e82b1689ff0e153e00369a0e  ru.zip
+b53dbc5840750181a8036a7e702a774f  si.zip
+d243a6d609cc1ed25ca5a5cc99c67d2a  sk.zip
+34f86901930a8478c6212bf325d66146  sl.zip
+a65d8c938060e446b2b750bda7f1c74e  sm.zip
+0f4828bd2a1edf162d3165870377f0ab  so.zip
+bdfcf7520db8acd5e5fa416f7abdb7e9  sq.zip
+cc08099e76d83e58a72479f10ea62f78  sr_cr_bo.zip
+91084c8cb9c21261d44557a1260ed911  sr_cr.zip
+12abadcba389c06d48b831250b5d879e  sr_lt.zip
+88dae969d60366ee06ed9baa352e72f7  sr.zip
+a204840d799e3f4483f7ae19a3741d2e  sv.zip
+abd8633255c5445b4c770d3642c27f65  sw.zip
+1cbbf250dcd0337cc79cd1d05d99815d  ta_lk.zip
+22438a76b77c378538093fb52e8b5c9a  ta.zip
+dfda262ee4bc6870232853c4a0f0d71a  te.zip
+96bff98ac376c7805de508df40a0df35  th.zip
+07f4fa25d9e0f21ccf0a62ac2c2435fa  ti.zip
+a987bafadc1faa0cfd8812863e5d6d45  tl.zip
+4c7b35bf4c3fd7a2531c2bb7fc8f4c62  to.zip
+ecb1a02767ddc7054dd07f0d721cefb2  tr.zip
+0bbbd288cde7a7fc33e51983b8cfacf8  uk.zip
+1073e4be895a4f4d6430e7723c2520e7  ur.zip
+ac8186d90af3073b23c246ab40e66e94  uz.zip
+bb1151535c3c9f92ef61d8a1eb01b059  vi.zip
+3bda339184c29e45ebae8ec938eb5a67  zh_cn.zip
+39b9cda15d6e11b07cc6a5d8f06fab5f  zh_tw.zip
+d25295435e77dc406c54bd3cf37f3c5a  zu.zip


More information about the scm-commits mailing list