[uwsgi/f21] Adding -plugin-v8

Jorge A Gallegos kad at fedoraproject.org
Sun Sep 7 21:12:08 UTC 2014


commit a262b38c3a1abf3c8472770c9fc3823fb2444547
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Sun Sep 7 13:45:36 2014 -0700

    Adding -plugin-v8

 fedora.ini |    2 +-
 uwsgi.spec |   35 +++++++++++++++++++++++------------
 2 files changed, 24 insertions(+), 13 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index f7a31c8..ac6516f 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, ldap, 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, sqlite3, ssi, sslrouter, stats_pusher_file, stats_pusher_mongodb, stats_pusher_socket, stats_pusher_statsd, syslog, systemd_logger, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, tuntap, 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, ldap, 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, sqlite3, ssi, sslrouter, stats_pusher_file, stats_pusher_mongodb, stats_pusher_socket, stats_pusher_statsd, syslog, systemd_logger, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, tuntap, ugreen, v8, zergpool
diff --git a/uwsgi.spec b/uwsgi.spec
index 1b397af..4bd5574 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -36,7 +36,7 @@ BuildRequires:  java-devel, sqlite-devel, libcap-devel, systemd-devel
 BuildRequires:  httpd-devel, tcp_wrappers-devel, zeromq-devel, libcurl-devel
 BuildRequires:  gloox-devel, perl-Coro, libstdc++-devel, libgo-devel, gcc-go
 BuildRequires:  GeoIP-devel, libevent-devel, glusterfs-api-devel, zlib-devel
-BuildRequires:  libmongodb-devel, mono-devel, openldap-devel
+BuildRequires:  libmongodb-devel, mono-devel, openldap-devel, v8-devel
 Obsoletes:      %{name}-loggers <= 1.9.8-1
 Obsoletes:      %{name}-routers <= 2.0.6
 Obsoletes:      %{name}-plugin-erlang <= 1.9.20-1
@@ -585,14 +585,6 @@ Requires: %{name}-plugin-common
 %description -n %{name}-plugin-ssi
 This package contains the ssi plugin for uWSGI
 
-%package -n %{name}-plugin-ugreen
-Summary:  uWSGI - Plugin for uGreen support
-Group:    System Environment/Daemons
-Requires: %{name}-plugin-common
-
-%description -n %{name}-plugin-ugreen
-This package contains the uGreen plugin for uWSGI
-
 %package -n %{name}-plugin-tornado
 Summary:  uWSGI - Plugin for Tornado support
 Group:    System Environment/Daemons
@@ -609,6 +601,22 @@ Requires: %{name}-plugin-common, python3-tornado
 %description -n %{name}-plugin-tornado3
 This package contains the tornado (python v3) plugin for uWSGI
 
+%package -n %{name}-plugin-ugreen
+Summary:  uWSGI - Plugin for uGreen support
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common
+
+%description -n %{name}-plugin-ugreen
+This package contains the uGreen plugin for uWSGI
+
+%package -n %{name}-plugin-v8
+Summary:  uWSGI - Plugin for v8 support
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common, v8
+
+%description -n %{name}-plugin-v8
+This package contains the v8 plugin for uWSGI
+
 %package -n %{name}-plugin-zergpool
 Summary:  uWSGI - Plugin for zergpool support
 Group:    System Environment/Daemons
@@ -1118,15 +1126,18 @@ exit 0
 %files -n %{name}-plugin-ssi
 %{_libdir}/%{name}/ssi_plugin.so
 
-%files -n %{name}-plugin-ugreen
-%{_libdir}/%{name}/ugreen_plugin.so
-
 %files -n %{name}-plugin-tornado
 %{_libdir}/%{name}/tornado_plugin.so
 
 %files -n %{name}-plugin-tornado3
 %{_libdir}/%{name}/tornado3_plugin.so
 
+%files -n %{name}-plugin-ugreen
+%{_libdir}/%{name}/ugreen_plugin.so
+
+%files -n %{name}-plugin-v8
+%{_libdir}/%{name}/v8_plugin.so
+
 %files -n %{name}-plugin-zergpool
 %{_libdir}/%{name}/zergpool_plugin.so
 


More information about the scm-commits mailing list