[python-django-typepadapp/f19] remove bundled flash files

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Mar 5 19:53:50 UTC 2014


commit 89eb4fe43edbbd5f7bb411d261e23384be514f55
Author: lbazan <lbazan at fedoraproject.org>
Date:   Wed Mar 5 14:53:26 2014 -0500

    remove bundled flash files

 python-django-typepadapp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-django-typepadapp.spec b/python-django-typepadapp.spec
index 711f1f9..2e0274c 100644
--- a/python-django-typepadapp.spec
+++ b/python-django-typepadapp.spec
@@ -3,7 +3,7 @@
 
 Name:           python-django-typepadapp
 Version:        1.2.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A helper Django app for making TypePad applications
 License:        BSD
 URL:            https://github.com/eelias/typepadapp
@@ -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
@@ -54,6 +55,9 @@ chmod 0644 %{buildroot}%{python2_sitelib}/typepadapp/static/soundmanager/soundma
 %{python2_sitelib}/typepadapp-*.egg-info
 
 %changelog
+* Wed Mar 05 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-7
+- remove bundled flash files
+
 * Tue Feb 18 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-6
 - add aditional requires
 


More information about the scm-commits mailing list