Mercurial > packages > rhel6 > uwsgi
comparison uwsgi.spec @ 2:6f2f488ec30d
Update to version 1.9.14
author | Guido Berhoerster <guido+packaging@berhoerster.name> |
---|---|
date | Sat, 27 Jul 2013 13:52:48 +0200 |
parents | 9668c317e887 |
children | 8f3c148d4f0d |
comparison
equal
deleted
inserted
replaced
1:1697a2bdcf59 | 2:6f2f488ec30d |
---|---|
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 fe9425920713f11d3636ae3924867147fabcc02c | 2 %global uwsgi_docs_rev 80da85d58cbaded82ece2b2329dddfdc0291ce0a |
3 | 3 |
4 Name: uwsgi | 4 Name: uwsgi |
5 Version: 1.9.13 | 5 Version: 1.9.14 |
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+ |
34 BuildRequires: httpd-devel | 34 BuildRequires: httpd-devel |
35 BuildRequires: java-devel | 35 BuildRequires: java-devel |
36 BuildRequires: krb5-devel | 36 BuildRequires: krb5-devel |
37 BuildRequires: libattr-devel | 37 BuildRequires: libattr-devel |
38 BuildRequires: libcap-devel | 38 BuildRequires: libcap-devel |
39 BuildRequires: libcurl-devel | |
40 BuildRequires: libcurl-devel | 39 BuildRequires: libcurl-devel |
41 BuildRequires: libedit-devel | 40 BuildRequires: libedit-devel |
42 BuildRequires: libuuid-devel | 41 BuildRequires: libuuid-devel |
43 BuildRequires: libxml2-devel | 42 BuildRequires: libxml2-devel |
44 BuildRequires: libxslt-devel | 43 BuildRequires: libxslt-devel |
377 blacklist_plugins="${blacklist_plugins} systemd_logger" | 376 blacklist_plugins="${blacklist_plugins} systemd_logger" |
378 # Ruby 1.9 is not available | 377 # Ruby 1.9 is not available |
379 blacklist_plugins="${blacklist_plugins} fiber" | 378 blacklist_plugins="${blacklist_plugins} fiber" |
380 # gccgo is not available | 379 # gccgo is not available |
381 blacklist_plugins="${blacklist_plugins} gccgo" | 380 blacklist_plugins="${blacklist_plugins} gccgo" |
381 # does not build | |
382 blacklist_plugins="${blacklist_plugins} rbthreads" | |
382 | 383 |
383 embed_plugins="null" | 384 embed_plugins="null" |
384 | 385 |
385 for f in plugins/*/uwsgiplugin.py; do | 386 for f in plugins/*/uwsgiplugin.py; do |
386 plugin="${f#plugins/}" | 387 plugin="${f#plugins/}" |
562 %{_libdir}/%{name}/pyerl_plugin.so | 563 %{_libdir}/%{name}/pyerl_plugin.so |
563 %{_libdir}/%{name}/redislog_plugin.so | 564 %{_libdir}/%{name}/redislog_plugin.so |
564 %{_libdir}/%{name}/ring_plugin.so | 565 %{_libdir}/%{name}/ring_plugin.so |
565 %{_libdir}/%{name}/router_spnego_plugin.so | 566 %{_libdir}/%{name}/router_spnego_plugin.so |
566 %{_libdir}/%{name}/rrdtool_plugin.so | 567 %{_libdir}/%{name}/rrdtool_plugin.so |
568 %{_libdir}/%{name}/servlet_plugin.so | |
567 | 569 |
568 %files doc | 570 %files doc |
569 %defattr(-,root,root,-) | 571 %defattr(-,root,root,-) |
570 %doc html/ | 572 %doc html/ |
571 | 573 |
677 %defattr(-,root,root,-) | 679 %defattr(-,root,root,-) |
678 %{_sysconfdir}/httpd/conf.d/10-uwsgi.conf | 680 %{_sysconfdir}/httpd/conf.d/10-uwsgi.conf |
679 %{_libdir}/httpd/modules/mod_uwsgi.so | 681 %{_libdir}/httpd/modules/mod_uwsgi.so |
680 | 682 |
681 %changelog | 683 %changelog |
684 * Sat Jul 27 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.14-1 | |
685 - Update to version 1.9.14 | |
686 | |
682 * Wed Jul 10 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.13-1 | 687 * Wed Jul 10 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.13-1 |
683 - Initial packaging | 688 - Initial packaging |