[gallery2] Drop precompiled flash.

Jon Ciesla limb at fedoraproject.org
Fri Aug 16 12:54:38 UTC 2013


commit 01ed8cc56662c7fd0ea9efc4c7beb96211ac7a67
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Aug 16 07:49:13 2013 -0500

    Drop precompiled flash.

 gallery2.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gallery2.spec b/gallery2.spec
index 8c2fa63..fcffab4 100644
--- a/gallery2.spec
+++ b/gallery2.spec
@@ -7,7 +7,7 @@ URL: http://gallery.menalto.com
 Name: gallery2
 Version: 2.3.2
 Group: Applications/Publishing
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2+
 #Source0: http://dl.sf.net/gallery/gallery-%{version}-full.zip
 # Tarball from upstream contains prebuilt jars, some of which are not redistributable.
@@ -715,6 +715,8 @@ rm -rf modules/remote
 rm -rf modules/uploadapplet
 rm -rf modules/slideshowapplet
 
+#Drop precompiled flash
+find . -type f -name '*.swf' | xargs rm -f
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -1126,6 +1128,9 @@ fi
 %{installprefix}/gallery2/themes/tile/
 
 %changelog
+* Fri Aug 16 2013 Jon Ciesla <limburgher at gmail.com> - 2.3.2-10
+- Drop precompiled flash.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.2-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list