Mercurial > packages > rhel6 > uwsgi
comparison uwsgi.spec @ 3:8f3c148d4f0d
Update to version 1.9.15
author | Guido Berhoerster <guido+packaging@berhoerster.name> |
---|---|
date | Mon, 09 Sep 2013 19:21:35 +0200 |
parents | 6f2f488ec30d |
children | 851739edafa6 |
comparison
equal
deleted
inserted
replaced
2:6f2f488ec30d | 3:8f3c148d4f0d |
---|---|
1 # revision of the uwsgi documentation corresponding to the packaged release | 1 # revision of the uwsgi documentation corresponding to the packaged release |
2 %global uwsgi_docs_rev 80da85d58cbaded82ece2b2329dddfdc0291ce0a | 2 %global uwsgi_docs_rev 63bde22cd047e8ff0da9bbb98d2ad2cdf9be2d5a |
3 | 3 |
4 Name: uwsgi | 4 Name: uwsgi |
5 Version: 1.9.14 | 5 Version: 1.9.15 |
6 Release: 1%{?dist} | 6 Release: 1%{?dist} |
7 Summary: Complete Stack for Building Clustered/Distributed Network Applications | 7 Summary: Complete Stack for Building Clustered/Distributed Network Applications |
8 | 8 |
9 Group: System Environment/Daemons | 9 Group: System Environment/Daemons |
10 License: GPLv2+ | 10 License: GPLv2+ |
378 blacklist_plugins="${blacklist_plugins} fiber" | 378 blacklist_plugins="${blacklist_plugins} fiber" |
379 # gccgo is not available | 379 # gccgo is not available |
380 blacklist_plugins="${blacklist_plugins} gccgo" | 380 blacklist_plugins="${blacklist_plugins} gccgo" |
381 # does not build | 381 # does not build |
382 blacklist_plugins="${blacklist_plugins} rbthreads" | 382 blacklist_plugins="${blacklist_plugins} rbthreads" |
383 # needs glusterfs >= 3.4 | |
384 blacklist_plugins="${blacklist_plugins} glusterfs" | |
383 | 385 |
384 embed_plugins="null" | 386 embed_plugins="null" |
385 | 387 |
386 for f in plugins/*/uwsgiplugin.py; do | 388 for f in plugins/*/uwsgiplugin.py; do |
387 plugin="${f#plugins/}" | 389 plugin="${f#plugins/}" |
499 %dir %{_sysconfdir}/uwsgi.d | 501 %dir %{_sysconfdir}/uwsgi.d |
500 %config(noreplace) %{_sysconfdir}/logrotate.d/uwsgi | 502 %config(noreplace) %{_sysconfdir}/logrotate.d/uwsgi |
501 %{_sbindir}/uwsgi | 503 %{_sbindir}/uwsgi |
502 %dir %{_localstatedir}/run/uwsgi | 504 %dir %{_localstatedir}/run/uwsgi |
503 %dir %{_libdir}/uwsgi | 505 %dir %{_libdir}/uwsgi |
506 %{_libdir}/%{name}/admin_plugin.so | |
504 %{_libdir}/%{name}/cache_plugin.so | 507 %{_libdir}/%{name}/cache_plugin.so |
505 %{_libdir}/%{name}/cgi_plugin.so | 508 %{_libdir}/%{name}/cgi_plugin.so |
506 %{_libdir}/%{name}/cheaper_busyness_plugin.so | 509 %{_libdir}/%{name}/cheaper_busyness_plugin.so |
507 %{_libdir}/%{name}/clock_monotonic_plugin.so | 510 %{_libdir}/%{name}/clock_monotonic_plugin.so |
508 %{_libdir}/%{name}/clock_realtime_plugin.so | 511 %{_libdir}/%{name}/clock_realtime_plugin.so |
514 %{_libdir}/%{name}/logcrypto_plugin.so | 517 %{_libdir}/%{name}/logcrypto_plugin.so |
515 %{_libdir}/%{name}/logfile_plugin.so | 518 %{_libdir}/%{name}/logfile_plugin.so |
516 %{_libdir}/%{name}/notfound_plugin.so | 519 %{_libdir}/%{name}/notfound_plugin.so |
517 %{_libdir}/%{name}/objc_gc_plugin.so | 520 %{_libdir}/%{name}/objc_gc_plugin.so |
518 %{_libdir}/%{name}/ping_plugin.so | 521 %{_libdir}/%{name}/ping_plugin.so |
522 %{_libdir}/%{name}/pty_plugin.so | |
519 %{_libdir}/%{name}/rawrouter_plugin.so | 523 %{_libdir}/%{name}/rawrouter_plugin.so |
520 %{_libdir}/%{name}/router_cache_plugin.so | 524 %{_libdir}/%{name}/router_cache_plugin.so |
525 %{_libdir}/%{name}/router_expires_plugin.so | |
521 %{_libdir}/%{name}/router_hash_plugin.so | 526 %{_libdir}/%{name}/router_hash_plugin.so |
522 %{_libdir}/%{name}/router_http_plugin.so | 527 %{_libdir}/%{name}/router_http_plugin.so |
523 %{_libdir}/%{name}/router_memcached_plugin.so | 528 %{_libdir}/%{name}/router_memcached_plugin.so |
524 %{_libdir}/%{name}/router_radius_plugin.so | 529 %{_libdir}/%{name}/router_radius_plugin.so |
525 %{_libdir}/%{name}/router_redirect_plugin.so | 530 %{_libdir}/%{name}/router_redirect_plugin.so |
527 %{_libdir}/%{name}/router_rewrite_plugin.so | 532 %{_libdir}/%{name}/router_rewrite_plugin.so |
528 %{_libdir}/%{name}/router_static_plugin.so | 533 %{_libdir}/%{name}/router_static_plugin.so |
529 %{_libdir}/%{name}/router_uwsgi_plugin.so | 534 %{_libdir}/%{name}/router_uwsgi_plugin.so |
530 %{_libdir}/%{name}/router_xmldir_plugin.so | 535 %{_libdir}/%{name}/router_xmldir_plugin.so |
531 %{_libdir}/%{name}/rpc_plugin.so | 536 %{_libdir}/%{name}/rpc_plugin.so |
537 %{_libdir}/%{name}/rsyslog_plugin.so | |
532 %{_libdir}/%{name}/signal_plugin.so | 538 %{_libdir}/%{name}/signal_plugin.so |
533 %{_libdir}/%{name}/spooler_plugin.so | 539 %{_libdir}/%{name}/spooler_plugin.so |
534 %{_libdir}/%{name}/ssi_plugin.so | 540 %{_libdir}/%{name}/ssi_plugin.so |
535 %{_libdir}/%{name}/sslrouter_plugin.so | 541 %{_libdir}/%{name}/sslrouter_plugin.so |
536 %{_libdir}/%{name}/stats_pusher_statsd_plugin.so | 542 %{_libdir}/%{name}/stats_pusher_statsd_plugin.so |
537 %{_libdir}/%{name}/symcall_plugin.so | 543 %{_libdir}/%{name}/symcall_plugin.so |
544 %{_libdir}/%{name}/syslog_plugin.so | |
538 %{_libdir}/%{name}/transformation_chunked_plugin.so | 545 %{_libdir}/%{name}/transformation_chunked_plugin.so |
539 %{_libdir}/%{name}/transformation_gzip_plugin.so | 546 %{_libdir}/%{name}/transformation_gzip_plugin.so |
540 %{_libdir}/%{name}/transformation_offload_plugin.so | 547 %{_libdir}/%{name}/transformation_offload_plugin.so |
541 %{_libdir}/%{name}/transformation_tofile_plugin.so | 548 %{_libdir}/%{name}/transformation_tofile_plugin.so |
542 %{_libdir}/%{name}/transformation_toupper_plugin.so | 549 %{_libdir}/%{name}/transformation_toupper_plugin.so |
543 %{_libdir}/%{name}/ugreen_plugin.so | 550 %{_libdir}/%{name}/ugreen_plugin.so |
544 %{_libdir}/%{name}/webdav_plugin.so | 551 %{_libdir}/%{name}/webdav_plugin.so |
545 %{_libdir}/%{name}/xattr_plugin.so | 552 %{_libdir}/%{name}/xattr_plugin.so |
546 %{_libdir}/%{name}/zergpool_plugin.so | 553 %{_libdir}/%{name}/zergpool_plugin.so |
547 %{_libdir}/%{name}/admin_plugin.so | |
548 %{_libdir}/%{name}/syslog_plugin.so | |
549 %{_libdir}/%{name}/rsyslog_plugin.so | |
550 | 554 |
551 %{_libdir}/%{name}/carbon_plugin.so | 555 %{_libdir}/%{name}/carbon_plugin.so |
552 %{_libdir}/%{name}/emperor_amqp_plugin.so | 556 %{_libdir}/%{name}/emperor_amqp_plugin.so |
553 %{_libdir}/%{name}/emperor_zeromq_plugin.so | 557 %{_libdir}/%{name}/emperor_zeromq_plugin.so |
554 %{_libdir}/%{name}/erlang_plugin.so | 558 %{_libdir}/%{name}/erlang_plugin.so |
679 %defattr(-,root,root,-) | 683 %defattr(-,root,root,-) |
680 %{_sysconfdir}/httpd/conf.d/10-uwsgi.conf | 684 %{_sysconfdir}/httpd/conf.d/10-uwsgi.conf |
681 %{_libdir}/httpd/modules/mod_uwsgi.so | 685 %{_libdir}/httpd/modules/mod_uwsgi.so |
682 | 686 |
683 %changelog | 687 %changelog |
688 * Mon Sep 9 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.15-1 | |
689 - Update to version 1.9.15 | |
690 | |
684 * Sat Jul 27 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.14-1 | 691 * Sat Jul 27 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.14-1 |
685 - Update to version 1.9.14 | 692 - Update to version 1.9.14 |
686 | 693 |
687 * Wed Jul 10 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.13-1 | 694 * Wed Jul 10 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.13-1 |
688 - Initial packaging | 695 - Initial packaging |