packages: moodle/moodle.spec - updated to 2.0.2 - autogenerate file list (u...

baggins baggins at pld-linux.org
Wed Mar 30 12:42:09 CEST 2011


Author: baggins                      Date: Wed Mar 30 10:42:09 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.0.2
- autogenerate file list (updating this by hand is a RPITA)

---- Files affected:
packages/moodle:
   moodle.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: packages/moodle/moodle.spec
diff -u packages/moodle/moodle.spec:1.48 packages/moodle/moodle.spec:1.49
--- packages/moodle/moodle.spec:1.48	Fri Jun  4 09:04:10 2010
+++ packages/moodle/moodle.spec	Wed Mar 30 12:42:04 2011
@@ -7,14 +7,14 @@
 Summary:	Learning management system
 Summary(pl.UTF-8):	System zarządzania nauczaniem
 Name:		moodle
-Version:	1.9.5
-Release:	5
+Version:	2.0.2
+Release:	0.1
 License:	GPL v2
 Group:		Applications/Databases/Interfaces
-Source0:	http://download.moodle.org/stable19/%{name}-%{version}.tgz
-# Source0-md5:	41a3258c2f09dbc7b36fec960bcf4e19
+Source0:	http://download.moodle.org/stable20/%{name}-%{version}.tgz
+# Source0-md5:	c9ff3ca4aa6f8470993e331c3e59ed33
 Source1:	http://www.forkosh.com/mimetex.zip
-# Source1-md5:	9c05d4a3e3fae1242caa7f7a5f65c015
+# Source1-md5:	56e66e59c0c78ca824ac0a2c54565539
 Source2:	%{name}-http.conf
 Patch0:		%{name}-config.patch
 URL:		http://moodle.org/
@@ -75,28 +75,33 @@
 unzip %{SOURCE1} -d mimetex/
 
 # Move docs into proper place:
-mv -f auth/README.txt README_auth.txt
+mv -f admin/xmldb/README.txt README_admin_xmldb.txt
 mv -f auth/cas/README-CAS README_auth_CAS.txt
 mv -f auth/fc/Readme.txt README_auth_fc.txt
 mv -f auth/ldap/README-LDAP README_auth_LDAP.txt
+mv -f auth/README.txt README_auth.txt
 mv -f auth/shibboleth/README.txt README_auth_shibboleth.txt
 mv -f backup/bb/README.txt README_bb.txt
-mv -f blog/README.txt README_blog.txt
 mv -f course/format/README.txt README_course_format.txt
 mv -f filter/censor/README.txt README_filter_censor.txt
 mv -f filter/mediaplugin/flvplayer.README.txt README_fliter_flvplayer.txt
 mv -f filter/multilang/README.txt README_filter_multilang.txt
 mv -f filter/tex/README.mimetex README_filter_tex_mimetex.txt
+mv -f filter/tex/readme_moodle.txt README_filter_tex.txt
+mv -f install/README.txt README_install.txt
 mv -f iplookup/README.txt README_iplookup.txt
 mv -f lang/README.txt README_lang.txt
-mv -f mod/README.txt README_mod.txt
+mv -f local/readme.txt README_local.txt
 mv -f mod/chat/README.txt README_mod_chat.txt
 mv -f mod/glossary/README.txt README_mod_glossary.txt
 mv -f mod/glossary/TODO.txt TODO_mod_glossary.txt
+mv -f mod/README.txt README_mod.txt
 mv -f mod/scorm/README.txt README_mod_scorm.txt
 mv -f question/format/README.txt README_question_format.txt
 mv -f question/format/webct/TODO.txt TODO_question_format_webct.txt
-mv -f theme/UPGRADE.txt UPGRADE_theme.txt
+mv -f repository/README.txt README_repository.txt
+mv -f repository/README.txt README_repository.txt
+mv -f search/README.txt README_search.txt
 
 %build
 cd mimetex
@@ -110,17 +115,18 @@
 cp -R * $RPM_BUILD_ROOT%{_moodledir}
 
 # We don't need mimetex dir
-rm -rf $RPM_BUILD_ROOT%{_moodledir}/mimetex
+%{__rm} -r $RPM_BUILD_ROOT%{_moodledir}/mimetex
 # But we need our binary
-rm -f $RPM_BUILD_ROOT%{_moodledir}/filter/tex/mimetex.*
+%{__rm} $RPM_BUILD_ROOT%{_moodledir}/filter/tex/mimetex.*
 install mimetex/mimetex.cgi $RPM_BUILD_ROOT%{_moodledir}/filter/tex/mimetex.linux
 
 # Play with configs:
 mv -f $RPM_BUILD_ROOT%{_moodledir}/config-dist.php $RPM_BUILD_ROOT%{_sysconfdir}/config.php
 ln -sf %{_sysconfdir}/config.php $RPM_BUILD_ROOT%{_moodledir}/config.php
 
-THEMES="cornflower formal_white metal oceanblue orangewhite orangewhitepda standard standardblue standardgreen standardlogo standardred standardwhite wood"
-for i in $THEMES; do
+for d in $RPM_BUILD_ROOT%{_moodledir}/theme/* ; do
+	[ -d $d ] || continue
+	i=`basename $d`
 	mv -f $RPM_BUILD_ROOT%{_moodledir}/theme/$i/config.php $RPM_BUILD_ROOT%{_sysconfdir}/themes/$i.php
 	ln -sf %{_sysconfdir}/themes/$i.php $RPM_BUILD_ROOT%{_moodledir}/theme/$i/config.php
 	install -d $RPM_BUILD_ROOT%{_sysconfdir}/themes/$i
@@ -131,7 +137,10 @@
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 
 # Final cleanup:
-rm -f $RPM_BUILD_ROOT%{_moodledir}/{*.txt,tags,doc/COPYRIGHT.txt}
+%{__rm} $RPM_BUILD_ROOT%{_moodledir}/{*.txt,tags}
+
+find $RPM_BUILD_ROOT%{_moodledir} -type d -printf "%%%%dir \"%{_moodledir}/%%P\"\n" >files.list
+find $RPM_BUILD_ROOT%{_moodledir} \( ! -type d -a ! -name 'mimetex.linux' \) -printf "\"%{_moodledir}/%%P\"\n" >>files.list
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -190,7 +199,7 @@
 	%service -q httpd reload
 fi
 
-%files
+%files -f files.list
 %defattr(644,root,root,755)
 %doc *.txt
 
@@ -201,474 +210,7 @@
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/config.php
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/themes/*
 
-%dir %{_moodledir}
-%{_moodledir}/*.php
-%dir %{_moodledir}/auth
-%dir %{_moodledir}/auth/cas
-%dir %{_moodledir}/auth/db
-%dir %{_moodledir}/auth/email
-%dir %{_moodledir}/auth/fc
-%dir %{_moodledir}/auth/imap
-%dir %{_moodledir}/auth/ldap
-%dir %{_moodledir}/auth/manual
-%dir %{_moodledir}/auth/mnet
-%dir %{_moodledir}/auth/nntp
-%dir %{_moodledir}/auth/nologin
-%dir %{_moodledir}/auth/none
-%dir %{_moodledir}/auth/pam
-%dir %{_moodledir}/auth/pop3
-%dir %{_moodledir}/auth/radius
-%dir %{_moodledir}/auth/shibboleth
-%{_moodledir}/auth/*.html
-%{_moodledir}/auth/*/*.php
-%{_moodledir}/auth/*/*.html
-%dir %{_moodledir}/admin
-%{_moodledir}/admin/*.php
-%{_moodledir}/admin/*.xml
-%dir %{_moodledir}/admin/mnet
-%{_moodledir}/admin/mnet/*.html
-%{_moodledir}/admin/mnet/*.php
-%dir %{_moodledir}/admin/roles
-%{_moodledir}/admin/roles/*.html
-%{_moodledir}/admin/roles/*.php
-%dir %{_moodledir}/admin/report
-%dir %{_moodledir}/admin/report/*
-%dir %{_moodledir}/admin/report/*/db
-%{_moodledir}/admin/report/*/*.php
-%{_moodledir}/admin/report/*/db/access.php
-%dir %{_moodledir}/admin/settings
-%{_moodledir}/admin/settings/*.php
-%dir %{_moodledir}/admin/user
-%{_moodledir}/admin/user/*.php
-%dir %{_moodledir}/admin/xmldb
-%{_moodledir}/admin/xmldb/*.php
-%dir %{_moodledir}/admin/xmldb/actions
-%{_moodledir}/admin/xmldb/actions/*.php
-%dir %{_moodledir}/admin/xmldb/actions/check_bigints
-%{_moodledir}/admin/xmldb/actions/check_bigints/*.php
-%dir %{_moodledir}/admin/xmldb/actions/check_indexes
-%{_moodledir}/admin/xmldb/actions/check_indexes/*.php
-%dir %{_moodledir}/admin/xmldb/actions/create_xml_file
-%{_moodledir}/admin/xmldb/actions/create_xml_file/*.php
-%dir %{_moodledir}/admin/xmldb/actions/delete_field
-%{_moodledir}/admin/xmldb/actions/delete_field/*.php
-%dir %{_moodledir}/admin/xmldb/actions/delete_index
-%{_moodledir}/admin/xmldb/actions/delete_index/*.php
-%dir %{_moodledir}/admin/xmldb/actions/delete_key
-%{_moodledir}/admin/xmldb/actions/delete_key/*.php
-%dir %{_moodledir}/admin/xmldb/actions/delete_sentence
-%{_moodledir}/admin/xmldb/actions/delete_sentence/*.php
-%dir %{_moodledir}/admin/xmldb/actions/delete_statement
-%{_moodledir}/admin/xmldb/actions/delete_statement/*.php
-%dir %{_moodledir}/admin/xmldb/actions/delete_table
-%{_moodledir}/admin/xmldb/actions/delete_table/*.php
-%dir %{_moodledir}/admin/xmldb/actions/delete_xml_file
-%{_moodledir}/admin/xmldb/actions/delete_xml_file/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_field
-%{_moodledir}/admin/xmldb/actions/edit_field/*.php
-%{_moodledir}/admin/xmldb/actions/edit_field/*.js
-%dir %{_moodledir}/admin/xmldb/actions/edit_field_save
-%{_moodledir}/admin/xmldb/actions/edit_field_save/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_index
-%{_moodledir}/admin/xmldb/actions/edit_index/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_index_save
-%{_moodledir}/admin/xmldb/actions/edit_index_save/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_key
-%{_moodledir}/admin/xmldb/actions/edit_key/*.php
-%{_moodledir}/admin/xmldb/actions/edit_key/*.js
-%dir %{_moodledir}/admin/xmldb/actions/edit_key_save
-%{_moodledir}/admin/xmldb/actions/edit_key_save/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_sentence
-%{_moodledir}/admin/xmldb/actions/edit_sentence/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_sentence_save
-%{_moodledir}/admin/xmldb/actions/edit_sentence_save/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_statement
-%{_moodledir}/admin/xmldb/actions/edit_statement/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_statement_save
-%{_moodledir}/admin/xmldb/actions/edit_statement_save/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_table
-%{_moodledir}/admin/xmldb/actions/edit_table/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_table_save
-%{_moodledir}/admin/xmldb/actions/edit_table_save/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_xml_file
-%{_moodledir}/admin/xmldb/actions/edit_xml_file/*.php
-%dir %{_moodledir}/admin/xmldb/actions/edit_xml_file_save
-%{_moodledir}/admin/xmldb/actions/edit_xml_file_save/*.php
-%dir %{_moodledir}/admin/xmldb/actions/get_db_directories
-%{_moodledir}/admin/xmldb/actions/get_db_directories/*.php
-%dir %{_moodledir}/admin/xmldb/actions/load_xml_file
-%{_moodledir}/admin/xmldb/actions/load_xml_file/*.php
-%dir %{_moodledir}/admin/xmldb/actions/load_xml_files
-%{_moodledir}/admin/xmldb/actions/load_xml_files/*.php
-%dir %{_moodledir}/admin/xmldb/actions/main_view
-%{_moodledir}/admin/xmldb/actions/main_view/*.php
-%dir %{_moodledir}/admin/xmldb/actions/move_updown_field
-%{_moodledir}/admin/xmldb/actions/move_updown_field/*.php
-%dir %{_moodledir}/admin/xmldb/actions/move_updown_index
-%{_moodledir}/admin/xmldb/actions/move_updown_index/*.php
-%dir %{_moodledir}/admin/xmldb/actions/move_updown_key
-%{_moodledir}/admin/xmldb/actions/move_updown_key/*.php
-%dir %{_moodledir}/admin/xmldb/actions/move_updown_statement
-%{_moodledir}/admin/xmldb/actions/move_updown_statement/*.php
-%dir %{_moodledir}/admin/xmldb/actions/move_updown_table
-%{_moodledir}/admin/xmldb/actions/move_updown_table/*.php
-%dir %{_moodledir}/admin/xmldb/actions/new_field
-%{_moodledir}/admin/xmldb/actions/new_field/*.php
-%dir %{_moodledir}/admin/xmldb/actions/new_index
-%{_moodledir}/admin/xmldb/actions/new_index/*.php
-%dir %{_moodledir}/admin/xmldb/actions/new_key
-%{_moodledir}/admin/xmldb/actions/new_key/*.php
-%dir %{_moodledir}/admin/xmldb/actions/new_sentence
-%{_moodledir}/admin/xmldb/actions/new_sentence/*.php
-%dir %{_moodledir}/admin/xmldb/actions/new_statement
-%{_moodledir}/admin/xmldb/actions/new_statement/*.php
-%dir %{_moodledir}/admin/xmldb/actions/new_table
-%{_moodledir}/admin/xmldb/actions/new_table/*.php
-%dir %{_moodledir}/admin/xmldb/actions/new_table_from_mysql
-%{_moodledir}/admin/xmldb/actions/new_table_from_mysql/*.php
-%dir %{_moodledir}/admin/xmldb/actions/revert_changes
-%{_moodledir}/admin/xmldb/actions/revert_changes/*.php
-%dir %{_moodledir}/admin/xmldb/actions/save_xml_file
-%{_moodledir}/admin/xmldb/actions/save_xml_file/*.php
-%dir %{_moodledir}/admin/xmldb/actions/template
-%{_moodledir}/admin/xmldb/actions/template/*.php
-%dir %{_moodledir}/admin/xmldb/actions/test
-%{_moodledir}/admin/xmldb/actions/test/*.php
-%dir %{_moodledir}/admin/xmldb/actions/unload_xml_file
-%{_moodledir}/admin/xmldb/actions/unload_xml_file/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_field_xml
-%{_moodledir}/admin/xmldb/actions/view_field_xml/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_index_xml
-%{_moodledir}/admin/xmldb/actions/view_index_xml/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_key_xml
-%{_moodledir}/admin/xmldb/actions/view_key_xml/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_reserved_words
-%{_moodledir}/admin/xmldb/actions/view_reserved_words/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_statement_xml
-%{_moodledir}/admin/xmldb/actions/view_statement_xml/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_structure_php
-%{_moodledir}/admin/xmldb/actions/view_structure_php/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_structure_sql
-%{_moodledir}/admin/xmldb/actions/view_structure_sql/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_structure_xml
-%{_moodledir}/admin/xmldb/actions/view_structure_xml/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_table_php
-%{_moodledir}/admin/xmldb/actions/view_table_php/*.php
-%{_moodledir}/admin/xmldb/actions/view_table_php/*.js
-%dir %{_moodledir}/admin/xmldb/actions/view_table_sql
-%{_moodledir}/admin/xmldb/actions/view_table_sql/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_table_xml
-%{_moodledir}/admin/xmldb/actions/view_table_xml/*.php
-%dir %{_moodledir}/admin/xmldb/actions/view_xml
-%{_moodledir}/admin/xmldb/actions/view_xml/*.php
-%dir %{_moodledir}/auth/cas/CAS/
-%{_moodledir}/auth/cas/CAS/*.php
-%dir %{_moodledir}/auth/cas/CAS/PGTStorage
-%{_moodledir}/auth/cas/CAS/PGTStorage/*.php
-%dir %{_moodledir}/auth/cas/CAS/languages
-%{_moodledir}/auth/cas/CAS/languages/*.php
-%dir %{_moodledir}/backup
-%{_moodledir}/backup/*.html
-%{_moodledir}/backup/*.php
-%{_moodledir}/backup/*.txt
-%dir %{_moodledir}/backup/bb
-%{_moodledir}/backup/bb/*.inc
-%{_moodledir}/backup/bb/*.php
-%{_moodledir}/backup/bb/*.xsl
-%dir %{_moodledir}/backup/db
-%{_moodledir}/backup/db/*.php
-%{_moodledir}/backup/db/*.xml
-%dir %{_moodledir}/blocks
-%{_moodledir}/blocks/*
-%dir %{_moodledir}/blog
-%{_moodledir}/blog/*.html
-%{_moodledir}/blog/*.php
-%dir %{_moodledir}/calendar
-%{_moodledir}/calendar/*.html
-%{_moodledir}/calendar/*.php
-%dir %{_moodledir}/course
-%{_moodledir}/course/*.php
-%{_moodledir}/course/*.html
-%dir %{_moodledir}/course/format
-%dir %{_moodledir}/course/format/*
-%{_moodledir}/course/format/*/*.php
-%dir %{_moodledir}/course/import
-%dir %{_moodledir}/course/import/*
-%{_moodledir}/course/import/*/*.php
-%dir %{_moodledir}/course/report
-%dir %{_moodledir}/course/report/*
-%dir %{_moodledir}/course/report/*/db
-%{_moodledir}/course/report/*/*.php
-%{_moodledir}/course/report/*/db/access.php
-%dir %{_moodledir}/course/simpletest
-%{_moodledir}/course/simpletest/testcourselib.php
-%{_moodledir}/enrol/
-%dir %{_moodledir}/error/
-%{_moodledir}/error/index.php
-%dir %{_moodledir}/files
-%{_moodledir}/files/*.php
-%dir %{_moodledir}/filter
-%dir %{_moodledir}/filter/*
-%{_moodledir}/filter/*/*.php
-%{_moodledir}/filter/*/*.pl
-%{_moodledir}/filter/*/*.pm
-%{_moodledir}/filter/*/*.swf
 %attr(755,root,root) %{_moodledir}/filter/tex/mimetex.linux
-# Is it needed? Maybe doc?
-%{_moodledir}/filter/mediaplugin/mp3player.fla.zip
-%{_moodledir}/filter/mediaplugin/flvplayer.fla.zip
-%{_moodledir}/filter/mediaplugin/*.js
-%dir %{_moodledir}/grade
-%{_moodledir}/grade/*
-%dir %{_moodledir}/group
-%{_moodledir}/group/*.php
-%{_moodledir}/group/*.js
-%dir %{_moodledir}/install
-%{_moodledir}/install/*.html
-%dir %{_moodledir}/install/lang
-%dir %{_moodledir}/install/lang/af_utf8
-%dir %{_moodledir}/install/lang/ar_utf8
-%dir %{_moodledir}/install/lang/be_utf8
-%dir %{_moodledir}/install/lang/bg_utf8
-%dir %{_moodledir}/install/lang/bn_utf8
-%dir %{_moodledir}/install/lang/bs_utf8
-%dir %{_moodledir}/install/lang/ca_utf8
-%dir %{_moodledir}/install/lang/cs_utf8
-%dir %{_moodledir}/install/lang/cy_utf8
-%dir %{_moodledir}/install/lang/da_utf8
-%dir %{_moodledir}/install/lang/de_du_utf8
-%dir %{_moodledir}/install/lang/de_utf8
-%dir %{_moodledir}/install/lang/el_utf8
-%dir %{_moodledir}/install/lang/en
-%dir %{_moodledir}/install/lang/en_us_utf8
-%dir %{_moodledir}/install/lang/en_utf8
-%dir %{_moodledir}/install/lang/es
-%dir %{_moodledir}/install/lang/es_ar_utf8
-%dir %{_moodledir}/install/lang/es_es_utf8
-%dir %{_moodledir}/install/lang/es_mx_utf8
-%dir %{_moodledir}/install/lang/es_utf8
-%dir %{_moodledir}/install/lang/et_utf8
-%dir %{_moodledir}/install/lang/eu_utf8
-%dir %{_moodledir}/install/lang/fa_utf8
-%dir %{_moodledir}/install/lang/fi_utf8
-%dir %{_moodledir}/install/lang/fil_utf8
-%dir %{_moodledir}/install/lang/fr_ca_utf8
-%dir %{_moodledir}/install/lang/fr_utf8
-%dir %{_moodledir}/install/lang/ga_utf8
-%dir %{_moodledir}/install/lang/gl_utf8
-%dir %{_moodledir}/install/lang/gu_utf8
-%dir %{_moodledir}/install/lang/he_utf8
-%dir %{_moodledir}/install/lang/hi_utf8
-%dir %{_moodledir}/install/lang/hr_utf8
-%dir %{_moodledir}/install/lang/hu_utf8
-%dir %{_moodledir}/install/lang/hy_utf8
-%dir %{_moodledir}/install/lang/id_utf8
-%dir %{_moodledir}/install/lang/is_utf8
-%dir %{_moodledir}/install/lang/it_utf8
-%dir %{_moodledir}/install/lang/ja_utf8
-%dir %{_moodledir}/install/lang/ka_utf8
-%dir %{_moodledir}/install/lang/kk_utf8
-%dir %{_moodledir}/install/lang/km_utf8
-%dir %{_moodledir}/install/lang/kn_utf8
-%dir %{_moodledir}/install/lang/ko_utf8
-%dir %{_moodledir}/install/lang/la_utf8
-%dir %{_moodledir}/install/lang/lo_utf8
-%dir %{_moodledir}/install/lang/lt_utf8
-%dir %{_moodledir}/install/lang/lv_utf8
-%dir %{_moodledir}/install/lang/mi_tn_utf8
-%dir %{_moodledir}/install/lang/mi_wwow_utf8
-%dir %{_moodledir}/install/lang/mk_utf8
-%dir %{_moodledir}/install/lang/ml_utf8
-%dir %{_moodledir}/install/lang/mn_utf8
-%dir %{_moodledir}/install/lang/ms_utf8
-%dir %{_moodledir}/install/lang/nl_utf8
-%dir %{_moodledir}/install/lang/nn_utf8
-%dir %{_moodledir}/install/lang/no_gr_utf8
-%dir %{_moodledir}/install/lang/no_utf8
-%dir %{_moodledir}/install/lang/pl_utf8
-%dir %{_moodledir}/install/lang/pt_br_utf8
-%dir %{_moodledir}/install/lang/pt_utf8
-%dir %{_moodledir}/install/lang/ro_utf8
-%dir %{_moodledir}/install/lang/ru_utf8
-%dir %{_moodledir}/install/lang/si_utf8
-%dir %{_moodledir}/install/lang/sk_utf8
-%dir %{_moodledir}/install/lang/sl_utf8
-%dir %{_moodledir}/install/lang/sm_utf8
-%dir %{_moodledir}/install/lang/so_utf8
-%dir %{_moodledir}/install/lang/sq_utf8
-%dir %{_moodledir}/install/lang/sr_cr_bo_utf8
-%dir %{_moodledir}/install/lang/sr_cr_utf8
-%dir %{_moodledir}/install/lang/sr_lt_utf8
-%dir %{_moodledir}/install/lang/sr_utf8
-%dir %{_moodledir}/install/lang/sv_utf8
-%dir %{_moodledir}/install/lang/ta_lk_utf8
-%dir %{_moodledir}/install/lang/ta_utf8
-%dir %{_moodledir}/install/lang/th_utf8
-%dir %{_moodledir}/install/lang/tl_utf8
-%dir %{_moodledir}/install/lang/to_utf8
-%dir %{_moodledir}/install/lang/tr_utf8
-%dir %{_moodledir}/install/lang/uk_utf8
-%dir %{_moodledir}/install/lang/uz_utf8
-%dir %{_moodledir}/install/lang/vi_utf8
-%dir %{_moodledir}/install/lang/zh_cn_utf8
-%dir %{_moodledir}/install/lang/zh_tw_utf8
-%{_moodledir}/install/lang/*/*.php
-%dir %{_moodledir}/iplookup
-%{_moodledir}/iplookup/*.gif
-%{_moodledir}/iplookup/*.jpeg
-%{_moodledir}/iplookup/*.php
-%dir %{_moodledir}/lang
-%dir %{_moodledir}/lang/*
-%{_moodledir}/lang/*/*
-%dir %{_moodledir}/lib
-%{_moodledir}/lib/*
-%dir %{_moodledir}/login
-%{_moodledir}/login/*.php
-%{_moodledir}/login/*.html
-%dir %{_moodledir}/message
-%{_moodledir}/message/*
-%dir %{_moodledir}/mnet
-%{_moodledir}/mnet/*.php
-%dir %{_moodledir}/mnet/xmlrpc
-%{_moodledir}/mnet/xmlrpc/*.php
-%dir %{_moodledir}/mod
-%dir %{_moodledir}/mod/*
-%{_moodledir}/mod/*/*
-%dir %{_moodledir}/my
-%{_moodledir}/my/*.php
-%dir %{_moodledir}/notes
-%{_moodledir}/notes/*.php
-%dir %{_moodledir}/pix
-%{_moodledir}/pix/*.gif
-%{_moodledir}/pix/*.png
-%{_moodledir}/pix/*.php
-%dir %{_moodledir}/pix/a
-%dir %{_moodledir}/pix/c
-%dir %{_moodledir}/pix/f
-%dir %{_moodledir}/pix/g
-%dir %{_moodledir}/pix/i
-%dir %{_moodledir}/pix/m
-%dir %{_moodledir}/pix/s
-%dir %{_moodledir}/pix/t
-%dir %{_moodledir}/pix/u
-%{_moodledir}/pix/*/*
-%dir %{_moodledir}/question
-%{_moodledir}/question/*.php
-%{_moodledir}/question/*.html
-%dir %{_moodledir}/question/format
-%dir %{_moodledir}/question/format/*
-%dir %{_moodledir}/question/format/qti2/templates
-%dir %{_moodledir}/question/type
-%dir %{_moodledir}/question/type/calculated
-%dir %{_moodledir}/question/type/datasetdependent
-%dir %{_moodledir}/question/type/description
-%dir %{_moodledir}/question/type/essay
-%dir %{_moodledir}/question/type/match
-%dir %{_moodledir}/question/type/missingtype
-%dir %{_moodledir}/question/type/multianswer
-%dir %{_moodledir}/question/type/multichoice
-%dir %{_moodledir}/question/type/numerical
-%dir %{_moodledir}/question/type/random
-%dir %{_moodledir}/question/type/randomsamatch
-%dir %{_moodledir}/question/type/shortanswer
-%dir %{_moodledir}/question/type/simpletest
-%dir %{_moodledir}/question/type/truefalse
-%dir %{_moodledir}/question/type/*/db
-%{_moodledir}/question/type/*.php
-%{_moodledir}/question/type/*.html
-%{_moodledir}/question/type/*/*.php
-%{_moodledir}/question/type/*/*.html
-%{_moodledir}/question/type/*/*.gif
-%{_moodledir}/question/type/*/db/*
-%dir %{_moodledir}/question/type/numerical/simpletest
-%{_moodledir}/question/type/numerical/simpletest/*.php
-%dir %{_moodledir}/question/type/shortanswer/simpletest
-%{_moodledir}/question/type/shortanswer/simpletest/*.php
-%{_moodledir}/question/format/*/*.xml
-%{_moodledir}/question/format/*/*.txt
-%{_moodledir}/question/format/*/*.php
-%{_moodledir}/question/format/*/*.css
-%{_moodledir}/question/format/qti2/templates/*.tpl
-%dir %{_moodledir}/rss
-%{_moodledir}/rss/*
-%dir %{_moodledir}/search
-%{_moodledir}/search/*.php
-%dir %{_moodledir}/search/documents
-%{_moodledir}/search/documents/*.php
-%dir %{_moodledir}/search/tests
-%{_moodledir}/search/tests/*.php
-%dir %{_moodledir}/search/Zend
-%{_moodledir}/search/Zend/*.php
-%dir %{_moodledir}/search/Zend/Search
-%{_moodledir}/search/Zend/Search/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene
-%{_moodledir}/search/Zend/Search/Lucene/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis/TokenFilter
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/TokenFilter/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Text
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num
-%{_moodledir}/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Document
-%{_moodledir}/search/Zend/Search/Lucene/Document/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Index
-%{_moodledir}/search/Zend/Search/Lucene/Index/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Index/SegmentWriter
-%{_moodledir}/search/Zend/Search/Lucene/Index/SegmentWriter/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Search
-%{_moodledir}/search/Zend/Search/Lucene/Search/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Search/Query
-%{_moodledir}/search/Zend/Search/Lucene/Search/Query/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Search/QueryEntry
-%{_moodledir}/search/Zend/Search/Lucene/Search/QueryEntry/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Search/Similarity
-%{_moodledir}/search/Zend/Search/Lucene/Search/Similarity/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Search/Weight
-%{_moodledir}/search/Zend/Search/Lucene/Search/Weight/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Storage
-%{_moodledir}/search/Zend/Search/Lucene/Storage/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Storage/Directory
-%{_moodledir}/search/Zend/Search/Lucene/Storage/Directory/*.php
-%dir %{_moodledir}/search/Zend/Search/Lucene/Storage/File
-%{_moodledir}/search/Zend/Search/Lucene/Storage/File/*.php
-%dir %{_moodledir}/sso
-%dir %{_moodledir}/sso/hive
-%{_moodledir}/sso/hive/*
-%dir %{_moodledir}/tag
-%{_moodledir}/tag/*.php
-%dir %{_moodledir}/theme
-%{_moodledir}/theme/*
-%dir %{_moodledir}/user
-%{_moodledir}/user/*.html
-%{_moodledir}/user/*.php
-%dir %{_moodledir}/user/default
-%{_moodledir}/user/default/*.jpg
-%{_moodledir}/user/default/*.txt
-%dir %{_moodledir}/user/filters
-%{_moodledir}/user/filters/*.php
-%dir %{_moodledir}/user/profile
-%{_moodledir}/user/profile/*.php
-%dir %{_moodledir}/user/profile/field/
-%dir %{_moodledir}/user/profile/field/checkbox
-%{_moodledir}/user/profile/field/checkbox/*.php
-%dir %{_moodledir}/user/profile/field/menu
-%{_moodledir}/user/profile/field/menu/*.php
-%dir %{_moodledir}/user/profile/field/text
-%{_moodledir}/user/profile/field/text/*.php
-%dir %{_moodledir}/user/profile/field/textarea
-%{_moodledir}/user/profile/field/textarea/*.php
-%dir %{_moodledir}/userpix
-%{_moodledir}/userpix/*.php
 %attr(771,root,http) %dir %{_moodledata}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -677,6 +219,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2011/03/30 10:42:04  baggins
+- updated to 2.0.2
+- autogenerate file list (updating this by hand is a RPITA)
+
 Revision 1.48  2010/06/04 07:04:10  glen
 - missing dir; rel 5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/moodle/moodle.spec?r1=1.48&r2=1.49&f=u



More information about the pld-cvs-commit mailing list