Adding -plugin-spooler

This commit is contained in:
Jorge Gallegos 2014-09-05 09:52:24 -07:00
parent f733bccb24
commit a29b3bed90
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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