[python-django-typepadapp] remove bundled flash files fix bz#1000246

Luis Enrique Bazán De León lbazan at fedoraproject.org
Fri Feb 28 19:39:00 UTC 2014


commit f008916ddfe3339d5d2159b599351cb82131d2c5
Author: lbazan <lbazan at fedoraproject.org>
Date:   Fri Feb 28 14:39:12 2014 -0500

    remove bundled flash files
    fix bz#1000246

 python-django-typepadapp.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/python-django-typepadapp.spec b/python-django-typepadapp.spec
index 711f1f9..8e86379 100644
--- a/python-django-typepadapp.spec
+++ b/python-django-typepadapp.spec
@@ -35,6 +35,7 @@ underpinnings for you to build TypePad cloud applications.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
+rm -rf typepadapp/static/soundmanager/*.swf
 
 %build
 %{__python2} setup.py build


More information about the scm-commits mailing list