[uwsgi/f21] Adding -alarm-xmpp

Jorge A Gallegos kad at fedoraproject.org
Sat Aug 30 00:17:34 UTC 2014


commit 8559a2dd86c1aad440c7a16b2af084d274bd6148
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Fri Aug 29 16:31:53 2014 -0700

    Adding -alarm-xmpp

 uwsgi.spec |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/uwsgi.spec b/uwsgi.spec
index eeb7d1b..0bffe0b 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -85,14 +85,24 @@ This package contains the most common plugins used with uWSGI. The
 plugins included in this package are: cache, CGI, RPC, uGreen
 
 # Alarms
+
 %package -n %{name}-alarm-curl
 Summary:  uWSGI - Curl alarm plugin
 Group:    System Environment/Daemons
 Requires: %{name}-plugin-common, libcurl
 
+
 %description -n %{name}-alarm-curl
 This package contains the alarm_curl alarm plugin for uWSGI
 
+%package -n %{name}-alarm-xmpp
+Summary:  uWSGI - Curl alarm plugin
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common, gloox
+
+%description -n %{name}-alarm-xmpp
+This package contains the alarm_xmpp alarm plugin for uWSGI
+
 # Loggers
 
 %package -n %{name}-logger-crypto
@@ -633,6 +643,9 @@ exit 0
 %files -n %{name}-alarm-curl
 %{_libdir}/%{name}/alarm_curl_plugin.so
 
+%files -n %{name}-alarm-xmpp
+%{_libdir}/%{name}/alarm_xmpp_plugin.so
+
 # Loggers
 
 %files -n %{name}-logger-crypto


More information about the scm-commits mailing list