[uwsgi/f21] Adding -plugin-jwsgi

Jorge A Gallegos kad at fedoraproject.org
Sun Sep 7 20:22:36 UTC 2014


commit f733bccb247838ce0584a01e8a03b62109e730ba
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Thu Sep 4 10:42:50 2014 -0700

    Adding -plugin-jwsgi

 fedora.ini |    2 +-
 uwsgi.spec |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index af667d2..591a8b2 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, 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, sslrouter, syslog, systemd_logger, ugreen, zergpool
diff --git a/uwsgi.spec b/uwsgi.spec
index 1932786..895049d 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -338,6 +338,14 @@ Requires: %{name}-plugin-common, java-headless, jpackage-utils
 %description -n %{name}-plugin-jvm
 This package contains the JVM plugin for uWSGI
 
+%package -n %{name}-plugin-jwsgi
+Summary:  uWSGI - Plugin for JWSGI support
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common, %{name}-plugin-jvm
+
+%description -n %{name}-plugin-jwsgi
+This package contains the jwsgi plugin for uWSGI
+
 %package -n %{name}-plugin-lua
 Summary:  uWSGI - Plugin for LUA support
 Group:    System Environment/Daemons   
@@ -873,6 +881,9 @@ exit 0
 %{_libdir}/%{name}/jvm_plugin.so
 %{_javadir}/uwsgi.jar
 
+%files -n %{name}-plugin-jwsgi
+%{_libdir}/%{name}/jwsgi_plugin.so
+
 %files -n %{name}-plugin-lua
 %{_libdir}/%{name}/lua_plugin.so
 


More information about the scm-commits mailing list