[uwsgi/f21] Adding -plugin-coroae

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


commit 47b9711ade7f5e2a381fd74f0af2d3721f43ca98
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Fri Aug 29 16:44:26 2014 -0700

    Adding -plugin-coroae

 fedora.ini |    2 +-
 uwsgi.spec |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index 2d1645c..b6f826f 100644
--- a/fedora.ini
+++ b/fedora.ini
@@ -9,4 +9,4 @@ routing = auto
 ssl = auto
 malloc_implementation = libc
 embedded_plugins = corerouter, echo, ping
-plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, fastrouter, forkptyrouter, greenlet, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, nagios, pam, php, psgi, python, rack, rawrouter, redislog, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, sslrouter, syslog, systemd_logger, ugreen, zergpool
+plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, fastrouter, forkptyrouter, greenlet, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, nagios, pam, php, psgi, python, rack, rawrouter, redislog, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, sslrouter, syslog, systemd_logger, ugreen, zergpool
diff --git a/uwsgi.spec b/uwsgi.spec
index 8e45a2b..bb9bc08 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -224,6 +224,14 @@ Requires: %{name}-plugin-common
 %description -n %{name}-plugin-carbon
 This package contains the Carbon plugin for uWSGI (to use in graphite)
 
+%package -n %{name}-plugin-coroae
+Summary:  uWSGI - Plugin for PERL Coro support
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common, perl-Coro
+
+%description -n %{name}-plugin-carbon
+This package contains the coroae plugin for uWSGI (to use in graphite)
+
 %package -n %{name}-plugin-greenlet
 Summary:  uWSGI - Plugin for Python Greenlet support
 Group:    System Environment/Daemons   
@@ -690,6 +698,9 @@ exit 0
 %files -n %{name}-plugin-carbon
 %{_libdir}/%{name}/carbon_plugin.so
 
+%files -n %{name}-plugin-coroae
+%{_libdir}/%{name}/coroae_plugin.so
+
 %files -n %{name}-plugin-greenlet
 %{_libdir}/%{name}/greenlet_plugin.so
 


More information about the scm-commits mailing list