Name: uwsgi Version: 0.9.6.8 Release: 1%{?dist} Summary: Fast, self-healing, application container server Group: System Environment/Daemons License: GPLv2 URL: http://projects.unbit.it/uwsgi/ BuildRequires: python-devel, libxml2-devel Source0: http://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz # Documentation downloaded from the uWSGI wiki: # http://projects.unbit.it/uwsgi/wiki/Doc?version=15&format=txt Source1: uwsgi-wiki-doc-v15.txt %description uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly application container server. Born as a WSGI-only server, over time it has evolved in a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi (all lowercase, already included by default in the Nginx and Cherokee releases) protocol for all the networking/interprocess communications. Can be run in preforking mode, threaded, asynchronous/evented and supports various form of green threads/coroutine (like uGreen and Fiber). Sysadmin will love it as it can be configured via command line, environment variables, xml, .ini and yaml files and via LDAP. Being fully modular can use tons of different technology on top of the same core. %prep %setup -q cp -p %{SOURCE1} . %build CFLAGS="%{optflags} -Wno-unused-but-set-variable" python uwsgiconfig.py --build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sbindir} %{__install} -p -m 0755 uwsgi %{buildroot}%{_sbindir} %files %defattr(-,root,root,-) %doc LICENSE README ChangeLog uwsgi-wiki-doc*.txt %{_sbindir}/%{name} %changelog * Mon Feb 28 2011 Oskari Saarenmaa - 0.9.6.8-1 - Initial.