[uwsgi/f21] Adding -plugin-cplusplus

Jorge A Gallegos kad at fedoraproject.org
Sat Aug 30 00:18:00 UTC 2014


commit f1770d8144d2c85900ee2120cd1b3a5ba0a41efe
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Fri Aug 29 16:57:37 2014 -0700

    Adding -plugin-cplusplus

 fedora.ini |    2 +-
 uwsgi.spec |   15 +++++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index b6f826f..4d6ce7f 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, 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, 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
diff --git a/uwsgi.spec b/uwsgi.spec
index 7d6c942..f4cdca4 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -34,7 +34,7 @@ BuildRequires:  php-devel, php-embedded, libedit-devel, openssl-devel
 BuildRequires:  bzip2-devel, gmp-devel, systemd-units, pam-devel
 BuildRequires:  java-devel, sqlite-devel, libcap-devel, systemd-devel
 BuildRequires:  httpd-devel, tcp_wrappers-devel, zeromq-devel, libcurl-devel
-BuildRequires:  gloox-devel, perl-Coro
+BuildRequires:  gloox-devel, perl-Coro, libstdc++-devel
 Obsoletes:      %{name}-loggers <= 1.9.8-1
 Obsoletes:      %{name}-routers <= 2.0.6
 Obsoletes:      %{name}-plugin-erlang <= 1.9.20-1
@@ -230,7 +230,15 @@ Group:    System Environment/Daemons
 Requires: %{name}-plugin-common, %{name}-plugin-psgi, perl-Coro
 
 %description -n %{name}-plugin-coroae
-This package contains the coroae plugin for uWSGI (to use in graphite)
+This package contains the coroae plugin for uWSGI
+
+%package -n %{name}-plugin-cplusplus
+Summary:  uWSGI - Plugin for C++ support
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common, libstdc++
+
+%description -n %{name}-plugin-cplusplus
+This package contains the cplusplus plugin for uWSGI
 
 %package -n %{name}-plugin-greenlet
 Summary:  uWSGI - Plugin for Python Greenlet support
@@ -701,6 +709,9 @@ exit 0
 %files -n %{name}-plugin-coroae
 %{_libdir}/%{name}/coroae_plugin.so
 
+%files -n %{name}-plugin-cplusplus
+%{_libdir}/%{name}/cplusplus_plugin.so
+
 %files -n %{name}-plugin-greenlet
 %{_libdir}/%{name}/greenlet_plugin.so
 


More information about the scm-commits mailing list