[django-typepad/el6] fix bz#1000246

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


commit dac42e9bdec4f568f3212502e10e98812185a8a6
Author: lbazan <lbazan at fedoraproject.org>
Date:   Fri Feb 28 14:28:05 2014 -0500

    fix bz#1000246

 django-typepad.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/django-typepad.spec b/django-typepad.spec
index 5c6528e..d55af51 100644
--- a/django-typepad.spec
+++ b/django-typepad.spec
@@ -2,7 +2,7 @@
 
 Name:           django-typepad
 Version:        1.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A helper Django app for making TypePad applications
 
 Group:          Development/Languages
@@ -22,7 +22,7 @@ underpinnings for you to build TypePad cloud applications.
 
 %prep
 %setup -q -n typepadapp-%{version}
-
+rm -rf typepadapp/static/soundmanager/*.swf
 
 %build
 python setup.py build
@@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 28 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-2
+- remove bundled files
+- Fix BZ#1000246
+
 * Mon Feb 17 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-1
 - new upstream version
 


More information about the scm-commits mailing list