rpms/moodle/FC-6 .cvsignore, 1.6, 1.7 moodle.spec, 1.11, 1.12 sources, 1.6, 1.7

Jerry James (jjames) fedora-extras-commits at redhat.com
Fri Apr 20 22:35:24 UTC 2007


Author: jjames

Update of /cvs/extras/rpms/moodle/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30455

Modified Files:
	.cvsignore moodle.spec sources 
Log Message:
- perl-Text-Aspell is now available, so use it.  Don't make the spellchecker
  a separate package, however, since it is an htmlarea plugin, not a moodle
  plugin.  Somebody we will provide htmlarea as a separate package.
- Update language packs to the 20 Apr 2007 versions.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/moodle/FC-6/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	17 Apr 2007 20:46:21 -0000	1.6
+++ .cvsignore	20 Apr 2007 22:34:45 -0000	1.7
@@ -1,3 +1,4 @@
+moodle-1.6.5.tgz
 af_utf8.zip
 ar_utf8.zip
 be_utf8.zip
@@ -63,4 +64,3 @@
 vi_utf8.zip
 zh_cn_utf8.zip
 zh_tw_utf8.zip
-moodle-1.6.5.tgz


Index: moodle.spec
===================================================================
RCS file: /cvs/extras/rpms/moodle/FC-6/moodle.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- moodle.spec	17 Apr 2007 20:46:21 -0000	1.11
+++ moodle.spec	20 Apr 2007 22:34:45 -0000	1.12
@@ -5,11 +5,9 @@
 %define __perl_requires %{nil}
 %define __perl_provides %{nil}
 
-%define with_spellcheck 0
-
 Name:           moodle
 Version:        1.6.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
@@ -108,7 +106,7 @@
 # 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-04-17.
+# but not completely, alphabetical.  Last updated 2007-04-20.
 #
 # Afrikaans:                             2007-01-05, Source7
 # Albanian:                              2007-01-05, Source60
@@ -119,18 +117,18 @@
 # Bulgarian:                             2007-01-05, Source10
 # Catalan:                               2007-04-16, Source12
 # Croatian:                              2006-05-07, Source32
-# Chinese (Simplified):                  2007-04-16, Source70
+# Chinese (Simplified):                  2007-04-19, Source70
 # Chinese (Traditional/Big5):            2007-04-16, Source71
 # Czech:                                 2007-04-17, Source13
 # Danish:                                2007-04-16, Source14
 # Dutch:                                 2007-04-16, Source47
-# English:                               2007-04-17, Source18
+# English:                               2007-04-20, Source18
 # English (US):                          2007-01-05, Source19
 # Estonian:                              2007-04-16, Source21
 # Farsi:                                 2006-06-30, Source23
 # Filipino:                              2006-07-31, Source25
 # Finnish:                               2007-04-16, Source24
-# French:                                2007-04-16, Source26
+# French:                                2007-04-20, Source26
 # French (Canada):                       2007-04-16, Source27
 # Gaelic:                                2007-01-05, Source28
 # Gallego:                               2007-01-05, Source29
@@ -144,10 +142,10 @@
 # Icelandic:                             2007-03-31, Source35
 # Indonesian:                            2007-01-05, Source34
 # Italian:                               2007-04-16, Source36
-# Japanese:                              2007-04-17, Source37
+# Japanese:                              2007-04-20, Source37
 # Kannada:                               2006-06-30, Source40
 # Khmer:                                 2006-06-30, Source39
-# Korean:                                2007-04-16, Source41
+# Korean:                                2007-04-19, Source41
 # Lithuanian:                            2007-01-05, Source42
 # Latvian:                               2007-01-05, Source43
 # Malayalam:                             2006-06-30, Source45
@@ -1203,16 +1201,6 @@
 %{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        editor-spellcheck
-Summary:        Spellcheck plugin for Moodle
-Group:          Applications/Publishing
-Requires:       %{name} = %{version}-%{release}
-Requires:       perl(Encode) perl(Text::Aspell) perl(HTML::Parser)
-Requires:       perl(HTML::Entities) perl(CGI)
-
-%description    editor-spellcheck
-This package contains the spellchecking plugin for Moodle's editor.
-
 %prep
 %setup -q -n %{name}
 cp %{SOURCE6} README-rpm
@@ -1312,9 +1300,6 @@
 
 %build
 rm config-dist.php install.php tags filter/tex/mimetex.* filter/tex/README.mimetex
-%if ! %{with_spellcheck}
-rm -rf lib/editor/htmlarea/plugins/SpellChecker
-%endif
 
 # Get rid of language files in subordinate packages for languages not supported
 # by moodle itself.
@@ -1367,9 +1352,6 @@
 %{moodlewebdir}/lang/en*
 %{moodlewebdir}/lang/README.txt
 %{moodlewebdir}/lib
-%if %{with_spellcheck}
-%exclude %{moodlewebdir}/lib/editor/htmlarea/plugins/SpellChecker
-%endif
 %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*
@@ -1449,13 +1431,13 @@
 %{_initrddir}/%{name}
 %{_sbindir}/%{name}-cron
 
-%if %{with_spellcheck}
-%files editor-spellcheck
-%defattr(-,root,root,-)
-%{moodlewebdir}/lib/editor/htmlarea/plugins/SpellChecker
-%endif
-
 %changelog
+* Fri Apr 20 2007 Jerry James <Jerry.James at usu.edu> - 1.6.5-3
+- perl-Text-Aspell is now available, so use it.  Don't make the spellchecker
+  a separate package, however, since it is an htmlarea plugin, not a moodle
+  plugin.  Somebody we will provide htmlarea as a separate package.
+- Update language packs to the 20 Apr 2007 versions.
+
 * Tue Apr 17 2007 Jerry James <Jerry.James at usu.edu> - 1.6.5-2
 - Fix a CVS gaffe.
 - Obsolete language packs with old names.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/moodle/FC-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	17 Apr 2007 20:46:21 -0000	1.6
+++ sources	20 Apr 2007 22:34:46 -0000	1.7
@@ -1,3 +1,4 @@
+cace1259d21c5e2d23d502f55fa200df  moodle-1.6.5.tgz
 7a8e9bfd778916f6a0183d913f0b2cd3  af_utf8.zip
 fb06ec60796f08e95af01f1e040424f1  ar_utf8.zip
 8b11d6e57bfddc5b5d77ebe36253f3d5  be_utf8.zip
@@ -10,7 +11,7 @@
 af68a06e91b9ddb89bb10f2d2bfde421  de_utf8.zip
 389a1485a32e0f5dce30f73f951e1b17  el_utf8.zip
 5f86d0325523a9768f78635255f0befe  en_us_utf8.zip
-36e326ccff8532d3a588b39fd5242d80  en_utf8.zip
+4a4858f0a54244c3760b9f64bd6e6039  en_utf8.zip
 33dae4457f545876392a5137153b80de  es_utf8.zip
 36e8e53485ecb8ca5a4d1ac2976a3d14  et_utf8.zip
 928aec62af7746f8479e0193085c5be4  eu_utf8.zip
@@ -18,7 +19,7 @@
 cdcded6d20c6b684631228ef0b9abc73  fil_utf8.zip
 412a91b007bbb9c96936c1cf956e1d1e  fi_utf8.zip
 588d7e179aa78b8d09e50db2ebd42aaf  fr_ca_utf8.zip
-c6e48d70ac914622bfd4bb827f4b5c4b  fr_utf8.zip
+bca77b99145d3e884e4f79c1e725a687  fr_utf8.zip
 b4c6b4fa701e89ff2cbb93a61d1224fe  ga_utf8.zip
 9492a85fbcefca8b0393f094bee42c95  gl_utf8.zip
 10e89bcc365156c021268a8c7399c96f  he_utf8.zip
@@ -28,11 +29,11 @@
 6caeefdb09c845352fdb683c4b32c6f8  id_utf8.zip
 28abc5e7465974dcc7c30057880190eb  is_utf8.zip
 e0a282466a9cf129422758941dbeb4a7  it_utf8.zip
-924eac12c395eefb4e5ca7b55bba0689  ja_utf8.zip
+c18de18485c790eccea4e65603de818d  ja_utf8.zip
 d1af3c197ff9dfc89dd36fed13ea0d50  ka_utf8.zip
 794a7861285ba99bcc636a7cc9d05149  km_utf8.zip
 e4e5c6265a933a1a981d454ae1705470  kn_utf8.zip
-09a5e49ee39cae61af40f86f551dd8f1  ko_utf8.zip
+cfd3a2aba6ac76573c12397bf962fb50  ko_utf8.zip
 71360c57e1f06f9c71c2f99011e9a686  lt_utf8.zip
 5b2053b492f08f86a2aa118f8ea35913  lv_utf8.zip
 fdfae6ea3a39f5169e1ad61519132fe1  mi_tn_utf8.zip
@@ -61,6 +62,5 @@
 20c65410e540206449d813c034a0ecc5  tr_utf8.zip
 a99ef44a1ca745169b5070a7ce9a9815  uk_utf8.zip
 657f3e6ba8994619fece7f8bc2485961  vi_utf8.zip
-dbe1662863421a8417d13b15965ed8db  zh_cn_utf8.zip
+dfdabd6d63dc8e8bb69213bbd3eccb9e  zh_cn_utf8.zip
 7a9cc4ff876444cc74ddc815f3787f72  zh_tw_utf8.zip
-cace1259d21c5e2d23d502f55fa200df  moodle-1.6.5.tgz




More information about the scm-commits mailing list