Adding -plugin-webdav
This commit is contained in:
parent
a262b38c3a
commit
f09a4b1bc0
@ -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, v8, 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, webdav, zergpool
|
||||
|
12
uwsgi.spec
12
uwsgi.spec
@ -37,6 +37,7 @@ 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, v8-devel
|
||||
BuildRequires: libattr-devel
|
||||
Obsoletes: %{name}-loggers <= 1.9.8-1
|
||||
Obsoletes: %{name}-routers <= 2.0.6
|
||||
Obsoletes: %{name}-plugin-erlang <= 1.9.20-1
|
||||
@ -617,6 +618,14 @@ Requires: %{name}-plugin-common, v8
|
||||
%description -n %{name}-plugin-v8
|
||||
This package contains the v8 plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-webdav
|
||||
Summary: uWSGI - Plugin for WebDAV support
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common, libattr
|
||||
|
||||
%description -n %{name}-plugin-webdav
|
||||
This package contains the webdav plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-zergpool
|
||||
Summary: uWSGI - Plugin for zergpool support
|
||||
Group: System Environment/Daemons
|
||||
@ -1138,6 +1147,9 @@ exit 0
|
||||
%files -n %{name}-plugin-v8
|
||||
%{_libdir}/%{name}/v8_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-webdav
|
||||
%{_libdir}/%{name}/webdav_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-zergpool
|
||||
%{_libdir}/%{name}/zergpool_plugin.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user