rpms/moodle/FC-5 moodle.spec,1.4,1.5 sources,1.3,1.4

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Oct 16 14:09:36 UTC 2006


Author: mmcgrath

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

Modified Files:
	moodle.spec sources 
Log Message:
Upstream released new version





Index: moodle.spec
===================================================================
RCS file: /cvs/extras/rpms/moodle/FC-5/moodle.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- moodle.spec	25 Aug 2006 03:24:05 -0000	1.4
+++ moodle.spec	16 Oct 2006 14:09:05 -0000	1.5
@@ -8,7 +8,7 @@
 %define with_spellcheck 0
 
 Name:           moodle
-Version:        1.5.4
+Version:        1.6.3
 Release:        1%{?dist}
 Summary:        A Course Management System
 
@@ -22,8 +22,8 @@
 Source4:        moodle-cron
 Source5:        moodle.init
 Source6:        moodle-README-rpm
-Patch0:         moodle-1.5.2-mimetex-linux.patch
-Patch1:         moodle-1.5.2-mimetex-fedora.patch
+#Patch0:         moodle-1.5.2-mimetex-linux.patch
+#Patch1:         moodle-1.5.2-mimetex-fedora.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -640,15 +640,15 @@
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1 -b .mimetex-linux
-%patch1 -p1 -b .mimetex-fedora
+#%patch0 -p1 -b .mimetex-linux
+#%patch1 -p1 -b .mimetex-fedora
 cp %{SOURCE6} README-rpm
 find $RPM_BUILD_DIR/%{name} -name \*.bak -exec rm {} \;
 find $RPM_BUILD_DIR/%{name} -type f -exec chmod a-x {} \;
 find $RPM_BUILD_DIR/%{name} -name \*.pl -exec chmod a+x {} \;
 find $RPM_BUILD_DIR/%{name} -name \*.cgi -exec chmod a+x {} \;
 sed -i 's/\r//' README.txt
-sed -i 's/\r//' lib/editor/plugins/SpellChecker/spell-check-logic.cgi
+sed -i 's/\r//' lib/editor/htmlarea/plugins/SpellChecker/spell-check-logic.cgi
 
 %build
 rm config-dist.php install.php tags filter/tex/mimetex.* filter/tex/README.mimetex
@@ -658,6 +658,7 @@
 mkdir -p $RPM_BUILD_ROOT%{moodlewebdir}
 mkdir -p $RPM_BUILD_ROOT%{moodledatadir}
 cp -a * $RPM_BUILD_ROOT%{moodlewebdir}
+cp -ad install/lang/* $RPM_BUILD_ROOT%{moodlewebdir}/lang/
 rm $RPM_BUILD_ROOT%{moodlewebdir}/README*
 install -p -D -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/moodle.conf
 install -p -D -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{moodlewebdir}/config.php
@@ -688,11 +689,12 @@
 %{moodlewebdir}/[a-ce-km-z]*
 %doc %{moodlewebdir}/doc
 %{moodlewebdir}/lib
-%exclude %{moodlewebdir}/lib/editor/plugins/SpellChecker
+%exclude %{moodlewebdir}/lib/editor/htmlarea/plugins/SpellChecker
 %{moodlewebdir}/login
 %dir %{moodlewebdir}/lang
 %{moodlewebdir}/lang/en*
-%doc %{moodlewebdir}/lang/README
+%{moodlewebdir}/lang/[^e]*_utf8
+%doc %{moodlewebdir}/lang/README.txt
 %attr(-,apache,apache) %{moodledatadir}
 %config(noreplace) %{_sysconfdir}/cron.d/%{name}
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/moodle.conf
@@ -702,10 +704,18 @@
 %if %{with_spellcheck}
 %files editor-spellcheck
 %defattr(-,root,root,-)
-%{moodlewebdir}/lib/editor/plugins/SpellChecker
+%{moodlewebdir}/lib/editor/htmlarea/plugins/SpellChecker
 %endif
 
 %changelog
+* Fri Oct 13 2006 Mike McGrath <imlinux at gmail.com> - 1.6.3-1
+- Major changes, update to 1.6.3
+- SpellChecker moved
+- Language install method has been changed (added a cp)
+
+* Thu Sep 07 2006 Mike McGrath <imlinux at gmail.com> - 1.5.4-2
+- Release bump
+
 * Thu Aug 24 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.5.4-1
 - Update to 1.5.4.
 - Remove SA18267.patch; not needed in 1.5.4.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/moodle/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Aug 2006 03:24:05 -0000	1.3
+++ sources	16 Oct 2006 14:09:05 -0000	1.4
@@ -1 +1,2 @@
 86cddfda2b6d9a08b37cc3a16bda1090  moodle-1.5.4.tgz
+2f9f3fcf83ab0f18c409f3a48e07eae2  moodle-1.6.3.tgz




More information about the fedora-extras-commits mailing list