From 4e3fad0ee288ccc495d4a7c1f6d667fabce0c2f0 Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Fri, 29 Aug 2014 17:23:41 -0700 Subject: [PATCH] Adding -plugin-fiber --- fedora.ini | 2 +- uwsgi.spec | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/fedora.ini b/fedora.ini index b2524de..187f367 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, coroae, cplusplus, curl_cron, dumbloop, 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, cplusplus, curl_cron, dumbloop, fastrouter, fiber, 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 a992654..98755f9 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -256,6 +256,14 @@ Requires: %{name}-plugin-common %description -n %{name}-plugin-dumbloop This package contains the dumbloop plugin for uWSGI +%package -n %{name}-plugin-fiber +Summary: uWSGI - Plugin for Ruby Fiber support +Group: System Environment/Daemons +Requires: %{name}-plugin-common, %{name}-plugin-rack + +%description -n %{name}-plugin-fiber +This package contains the fiber plugin for uWSGI + %package -n %{name}-plugin-greenlet Summary: uWSGI - Plugin for Python Greenlet support Group: System Environment/Daemons @@ -734,6 +742,9 @@ exit 0 %files -n %{name}-plugin-dumbloop %{_libdir}/%{name}/dumbloop_plugin.so +%files -n %{name}-plugin-fiber +%{_libdir}/%{name}/fiber_plugin.so + %files -n %{name}-plugin-greenlet %{_libdir}/%{name}/greenlet_plugin.so