From a29b3bed909b930412df38a7e11f87e9503545a5 Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Fri, 5 Sep 2014 09:52:24 -0700 Subject: [PATCH] Adding -plugin-spooler --- fedora.ini | 2 +- uwsgi.spec | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/fedora.ini b/fedora.ini index 591a8b2..5d1c51e 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, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, 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, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, 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, spooler, sslrouter, syslog, systemd_logger, ugreen, zergpool diff --git a/uwsgi.spec b/uwsgi.spec index 895049d..fb4047d 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -472,7 +472,15 @@ Group: System Environment/Daemons Requires: ruby, %{name}-plugin-common %description -n %{name}-plugin-ruby -This package contains the Ruby 1.9 plugin for uWSGI +This package contains the ruby19 plugin for uWSGI + +%package -n %{name}-plugin-spooler +Summary: uWSGI - Plugin for Remote Spooling support +Group: System Environment/Daemons +Requires: %{name}-plugin-common + +%description -n %{name}-plugin-spooler +This package contains the spooler plugin for uWSGI %package -n %{name}-plugin-ugreen Summary: uWSGI - Plugin for uGreen support @@ -936,6 +944,9 @@ exit 0 %files -n %{name}-plugin-ruby %{_libdir}/%{name}/ruby19_plugin.so +%files -n %{name}-plugin-spooler +%{_libdir}/%{name}/spooler_plugin.so + %files -n %{name}-plugin-ugreen %{_libdir}/%{name}/ugreen_plugin.so