[python-django-ckeditor] Remove bundle flash files

Eduardo Javier Echeverria Alvarado echevemaster at fedoraproject.org
Mon Aug 26 06:40:56 UTC 2013


commit 12d9f7e879156bf27836e298d896cd78bb1f6d52
Author: Eduardo Echeverria <echevemaster at gmail.com>
Date:   Mon Aug 26 02:10:39 2013 -0430

    Remove bundle flash files

 python-django-ckeditor.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-django-ckeditor.spec b/python-django-ckeditor.spec
index e3d35ad..f3ee0ec 100644
--- a/python-django-ckeditor.spec
+++ b/python-django-ckeditor.spec
@@ -1,7 +1,7 @@
 %global pkgname django-ckeditor 
 Name:		python-django-ckeditor
 Version:	4.0.2  
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Django admin CKEditor integration
 Group:		Development/Languages
 
@@ -44,7 +44,8 @@ echo "# Just a comment" > ckeditor/models.py
 rm -rf django_ckeditor.egg-info
 # Remove Ds_Store files
 find . -iname "*.Ds_Store" | xargs rm -f
-
+# Delete bundled flash files
+rm -r ckeditor/static/ckeditor/ckeditor/samples/plugins/htmlwriter/{assets,outputforflash.html}
 
 %build
 %{__python} setup.py build
@@ -60,6 +61,9 @@ find . -iname "*.Ds_Store" | xargs rm -f
 
 
 %changelog
+* Mon Aug 26 2013 Eduardo Echeverria  <echevemaster at gmail.com> - 4.0.2-5
+- Remove bundle flash files %%prep section.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list