Mercurial > packages > rhel6 > uwsgi
comparison uwsgi.spec @ 5:e6b2af6272a4
Update to version 2.0
author | Guido Berhoerster <guido+packaging@berhoerster.name> |
---|---|
date | Wed, 08 Jan 2014 19:46:46 +0100 |
parents | 851739edafa6 |
children | 6cbd1afb6634 |
comparison
equal
deleted
inserted
replaced
4:851739edafa6 | 5:e6b2af6272a4 |
---|---|
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 eaf1ca90a65ab8524c565fa1bd783838b5dba738 | 2 %global uwsgi_docs_rev 8efc5cdfc5d1061a3255a120ca49f7d2e2ab1290 |
3 | 3 |
4 Name: uwsgi | 4 Name: uwsgi |
5 Version: 1.9.21.1 | 5 Version: 2.0 |
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+ with exceptions | 10 License: GPLv2+ with exceptions |
422 | 422 |
423 cat >buildconf/fedora.ini <<EOF | 423 cat >buildconf/fedora.ini <<EOF |
424 [uwsgi] | 424 [uwsgi] |
425 inherit = base | 425 inherit = base |
426 ; enable XML configuration format | 426 ; enable XML configuration format |
427 xml = true | 427 xml = libxml2 |
428 ; configuration from SQlite database | 428 ; configuration from SQlite database |
429 sqlite3 = true | 429 sqlite3 = true |
430 ; configuration via LDAP | 430 ; configuration via LDAP |
431 ldap = true | 431 ldap = true |
432 ; enable SSL support | 432 ; enable SSL support |
521 %dir %{_sysconfdir}/uwsgi.d | 521 %dir %{_sysconfdir}/uwsgi.d |
522 %config(noreplace) %{_sysconfdir}/logrotate.d/uwsgi | 522 %config(noreplace) %{_sysconfdir}/logrotate.d/uwsgi |
523 %{_sbindir}/uwsgi | 523 %{_sbindir}/uwsgi |
524 %dir %{_localstatedir}/run/uwsgi | 524 %dir %{_localstatedir}/run/uwsgi |
525 %dir %{_libdir}/uwsgi | 525 %dir %{_libdir}/uwsgi |
526 %{_libdir}/%{name}/admin_plugin.so | |
527 %{_libdir}/%{name}/cache_plugin.so | 526 %{_libdir}/%{name}/cache_plugin.so |
528 %{_libdir}/%{name}/cgi_plugin.so | 527 %{_libdir}/%{name}/cgi_plugin.so |
529 %{_libdir}/%{name}/cheaper_busyness_plugin.so | 528 %{_libdir}/%{name}/cheaper_busyness_plugin.so |
530 %{_libdir}/%{name}/clock_monotonic_plugin.so | 529 %{_libdir}/%{name}/clock_monotonic_plugin.so |
531 %{_libdir}/%{name}/clock_realtime_plugin.so | 530 %{_libdir}/%{name}/clock_realtime_plugin.so |
718 %defattr(-,root,root,-) | 717 %defattr(-,root,root,-) |
719 %{_sysconfdir}/httpd/conf.d/10-uwsgi.conf | 718 %{_sysconfdir}/httpd/conf.d/10-uwsgi.conf |
720 %{_libdir}/httpd/modules/mod_uwsgi.so | 719 %{_libdir}/httpd/modules/mod_uwsgi.so |
721 | 720 |
722 %changelog | 721 %changelog |
722 * Wed Jan 8 2014 Guido Berhoerster <guido+packaging@berhoerster.name> - 2.0-1 | |
723 - Update to version 2.0 | |
724 | |
723 * Wed Dec 18 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.21.1-1 | 725 * Wed Dec 18 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.21.1-1 |
724 - Update to version 1.9.21.1 | 726 - Update to version 1.9.21.1 |
725 - License change to GPLv2+ with exceptions | 727 - License change to GPLv2+ with exceptions |
726 - Disable POSIX capabilities because libcap < 2.17 breaks the inclusion of kernel | 728 - Disable POSIX capabilities because libcap < 2.17 breaks the inclusion of kernel |
727 headers | 729 headers |