[moodle] Drop precompiled flash.

Jon Ciesla limb at fedoraproject.org
Fri Aug 16 12:57:05 UTC 2013


commit 2305a36cb705f6ffb805f8abf4f5b407ebb23dfb
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Aug 16 07:51:37 2013 -0500

    Drop precompiled flash.

 moodle.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/moodle.spec b/moodle.spec
index 79826f9..c82c135 100644
--- a/moodle.spec
+++ b/moodle.spec
@@ -7,7 +7,7 @@
 
 Name:           moodle
 Version:        2.5.1
-Release:       	5%{?dist}
+Release:       	6%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
@@ -84,6 +84,8 @@ rm config-dist.php install.php filter/tex/mimetex.* filter/tex/README.mimetex
 # by moodle itself.
 rm lib/phpmailer/language/phpmailer.lang-fo.php
 
+#Drop precompiled flash
+find . -type f -name '*.swf' | xargs rm -f
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -233,6 +235,9 @@ fi
 %exclude %{moodlewebdir}/COPYING.txt
 
 %changelog
+* Fri Aug 16 2013 Jon Ciesla <limburgher at gmail.com> - 2.5.1-6
+- Drop precompiled flash.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list