[sylpheed/f18] Don't install the test plugin (#912469)

Christoph Wickert cwickert at fedoraproject.org
Mon Feb 18 18:35:11 UTC 2013


commit 2510d68bc37fb6203bd46854f02cbfa8642fbbfb
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Feb 18 19:35:06 2013 +0100

    Don't install the test plugin (#912469)

 sylpheed.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/sylpheed.spec b/sylpheed.spec
index 3fca3cc..c6b7aa6 100644
--- a/sylpheed.spec
+++ b/sylpheed.spec
@@ -10,7 +10,7 @@
 
 Name:           sylpheed
 Version:        3.3.0
-Release:        1%{?prerelease:.%{?prerelease}}%{?dist}
+Release:        2%{?prerelease:.%{?prerelease}}%{?dist}
 Summary:        GTK+ based, lightweight, and fast email client
 
 Group:          Applications/Internet
@@ -121,11 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 # Install plugins
-for plugin in attachment_tool test ; do
-    pushd plugin/$plugin
-    make install-plugin DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
-    popd
-done
+pushd plugin/attachment_tool
+make install-plugin DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+popd
 
 find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
 
@@ -188,6 +186,9 @@ update-desktop-database &> /dev/null || :
 %{_libdir}/*.so
 
 %changelog
+* Mon Feb 18 2013 Christoph Wickert <cwickert at fedoraproject.org> - 3.3.0-2
+- Don't install the test plugin (#912469)
+
 * Thu Nov 15 2012 Christoph Wickert <cwickert at fedoraproject.org> - 3.3.0-1
 - Update to 3.3.0
 


More information about the scm-commits mailing list