#Documentation sources: %global commit b86b3f7f183f90d874c8586d369c8cecc4347121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global docrepo uwsgi-docs %{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}} %{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}} Name: uwsgi Version: 1.9.18.2 Release: 0%{dist} Summary: Fast, self-healing, application container server Group: System Environment/Daemons License: GPLv2 URL: https://github.com/unbit/uwsgi Source0: http://projects.unbit.it/downloads/%{name}-%{version}.tar.gz Source1: fedora.ini Source2: uwsgi.service Source3: emperor.ini Source4: https://github.com/unbit/%{docrepo}/archive/%{commit}/%{docrepo}-%{shortcommit}.tar.gz Patch0: uwsgi_trick_chroot_rpmbuild.patch Patch1: uwsgi_fix_rpath.patch Patch2: uwsgi_ruby20_compatibility.patch Patch3: uwsgi_fix_lua.patch Patch4: uwsgi_fix_jvm_in_arm.patch BuildRequires: curl, python2-devel, libxml2-devel, libuuid-devel, jansson-devel BuildRequires: libyaml-devel, perl-devel, ruby-devel, perl-ExtUtils-Embed BuildRequires: python3-devel, python-greenlet-devel, lua-devel, ruby, pcre-devel BuildRequires: php-devel, php-embedded, libedit-devel, openssl-devel BuildRequires: bzip2-devel, gmp-devel, systemd-units, erlang, pam-devel BuildRequires: java-1.7.0-openjdk-devel, sqlite-devel, libcap-devel BuildRequires: httpd-devel, tcp_wrappers-devel Obsoletes: %{name}-loggers <= 1.9.8-1 Obsoletes: %{name}-plugin-rsyslog <= 1.9.8-1 Obsoletes: %{name}-plugin-rsyslog <= 1.9.8-1 Provides: %{name}-loggers = %{version}-%{release} Requires(pre): shadow-utils Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units %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/co-routine (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. %package -n %{name}-devel Summary: uWSGI - Development header files and libraries Group: Development/Libraries Requires: %{name} %description -n %{name}-devel This package contains the development header files and libraries for uWSGI extensions %package -n %{name}-plugin-common Summary: uWSGI - Common plugins for uWSGI Group: System Environment/Daemons Requires: %{name} %description -n %{name}-plugin-common This package contains the most common plugins used with uWSGI. The plugins included in this package are: cache, CGI, RPC, uGreen %package -n %{name}-plugin-rack Summary: uWSGI - Ruby rack plugin Group: System Environment/Daemons Requires: rubygem-rack, %{name}-plugin-common %description -n %{name}-plugin-rack This package contains the rack plugin for uWSGI %package -n %{name}-plugin-psgi Summary: uWSGI - Plugin for PSGI support Group: System Environment/Daemons Requires: perl-PSGI, %{name}-plugin-common %description -n %{name}-plugin-psgi This package contains the PSGI plugin for uWSGI %package -n %{name}-plugin-python Summary: uWSGI - Plugin for Python support Group: System Environment/Daemons Requires: python, %{name}-plugin-common %description -n %{name}-plugin-python This package contains the python plugin for uWSGI %package -n %{name}-plugin-nagios Summary: uWSGI - Plugin for Nagios support Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-nagios This package contains the nagios plugin for uWSGI %package -n %{name}-plugin-fastrouter Summary: uWSGI - Plugin for FastRouter support Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-fastrouter This package contains the fastrouter (proxy) plugin for uWSGI %package -n %{name}-plugin-admin Summary: uWSGI - Plugin for Admin support Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-admin This package contains the admin plugin for uWSGI %package -n %{name}-plugin-python3 Summary: uWSGI - Plugin for Python 3.2 support Group: System Environment/Daemons Requires: python3, %{name}-plugin-common %description -n %{name}-plugin-python3 This package contains the Python 3.2 plugin for uWSGI %package -n %{name}-plugin-ruby Summary: uWSGI - Plugin for Ruby support Group: System Environment/Daemons Requires: ruby, %{name}-plugin-common %description -n %{name}-plugin-ruby This package contains the Ruby 1.9 plugin for uWSGI %package -n %{name}-plugin-greenlet Summary: uWSGI - Plugin for Python Greenlet support Group: System Environment/Daemons Requires: python-greenlet, %{name}-plugin-common %description -n %{name}-plugin-greenlet This package contains the python greenlet plugin for uWSGI %package -n %{name}-plugin-lua Summary: uWSGI - Plugin for LUA support Group: System Environment/Daemons Requires: lua, %{name}-plugin-common %description -n %{name}-plugin-lua This package contains the lua plugin for uWSGI %package -n %{name}-plugin-php Summary: uWSGI - Plugin for PHP support Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-php This package contains the PHP plugin for uWSGI %package -n %{name}-plugin-carbon Summary: uWSGI - Plugin for Carbon/Graphite support Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-carbon This package contains the Carbon plugin for uWSGI (to use in graphite) %package -n %{name}-plugin-rrdtool Summary: uWSGI - Plugin for RRDTool support Group: System Environment/Daemons Requires: rrdtool, %{name}-plugin-common %description -n %{name}-plugin-rrdtool This package contains the RRD Tool plugin for uWSGI %package -n %{name}-plugin-erlang Summary: uWSGI - Plugin for erlang support Group: System Environment/Daemons Requires: %{name}-plugin-common, erlang %description -n %{name}-plugin-erlang This package contains the erlang plugin for uWSGI %package -n %{name}-plugin-pam Summary: uWSGI - Plugin for PAM support Group: System Environment/Daemons Requires: %{name}-plugin-common, pam %description -n %{name}-plugin-pam This package contains the PAM plugin for uWSGI %package -n %{name}-plugin-jvm Summary: uWSGI - Plugin for JVM support Group: System Environment/Daemons Requires: %{name}-plugin-common, java-1.7.0-openjdk %description -n %{name}-plugin-jvm This package contains the JVM plugin for uWSGI %package -n %{name}-plugin-zergpool Summary: uWSGI - Plugin for zergpool support Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-zergpool This package contains the zergpool plugin for uWSGI %package -n %{name}-routers Summary: uWSGI - Router plugins Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-routers This package contains the router plugins for uWSGI %package -n %{name}-plugin-sslrouter Summary: uWSGI - SSL Router plugin Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-sslrouter This package contains the SSL router plugin for uWSGI %package -n %{name}-plugin-rawrouter Summary: uWSGI - Raw Router plugin Group: System Environment/Daemons Requires: %{name}-plugin-common %description -n %{name}-plugin-rawrouter This package contains the Raw router plugin for uWSGI %package -n mod_proxy_%{name} Summary: uWSGI - Apache2 proxy module Group: System Environment/Daemons Requires: %{name}, httpd %description -n mod_proxy_%{name} Fully Apache API compliant proxy module %prep %setup -q cp -p %{SOURCE1} buildconf/ cp -p %{SOURCE2} %{name}.service cp -p %{SOURCE3} %{name}.ini cp -p %{SOURCE4} uwsgi-docs.tar.gz echo "plugin_dir = %{_libdir}/%{name}" >> buildconf/$(basename %{SOURCE1}) %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %build CFLAGS="%{optflags} -Wno-unused-but-set-variable" python uwsgiconfig.py --build fedora.ini CFLAGS="%{optflags} -Wno-unused-but-set-variable" python3 uwsgiconfig.py --plugin plugins/python fedora python3 %{_httpd_apxs} -Wc,-Wall -Wl -c apache2/mod_proxy_uwsgi.c %install mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_sbindir} mkdir -p %{buildroot}%{_includedir}/%{name} mkdir -p %{buildroot}%{_libdir}/%{name} mkdir -p %{buildroot}%{_javadir} mkdir -p %{buildroot}/run/%{name} mkdir -p %{buildroot}%{_httpd_moddir} mkdir docs tar -C docs/ --strip-components=1 -xvzf uwsgi-docs.tar.gz cp docs/Changelog-%{version}.rst CHANGELOG echo "A copy of the documentation is included under the docs/" > README.Fedora echo "directory at commit %{commit}, i.e. this:" >> README.Fedora echo "https://github.com/unbit/%{docrepo}/tree/%{commit}" >> README.Fedora %{__install} -p -m 0755 %{name} %{buildroot}%{_sbindir} %{__install} -p -m 0644 *.h %{buildroot}%{_includedir}/%{name} %{__install} -p -m 0755 *_plugin.so %{buildroot}%{_libdir}/%{name} %{__install} -p -m 0644 plugins/jvm/%{name}.jar %{buildroot}%{_javadir} %{__install} -p -m 0644 %{name}.ini %{buildroot}%{_sysconfdir}/%{name}.ini %{__install} -p -m 0644 %{name}.service %{buildroot}%{_unitdir}/%{name}.service %{__install} -p -m 0755 apache2/.libs/mod_proxy_%{name}.so %{buildroot}%{_httpd_moddir}/mod_proxy_%{name}.so %pre getent group uwsgi >/dev/null || groupadd -r uwsgi getent passwd uwsgi >/dev/null || \ useradd -r -g uwsgi -d /run/uwsgi -s /sbin/nologin \ -c "uWSGI daemon user" uwsgi exit 0 %post %if 0%{?systemd_post:1} %systemd_post uwsgi.service %else if [ $1 -eq 1 ] ; then # Initial installation /bin/systemctl daemon-reload >/dev/null 2>&1 || : fi %endif %preun %if 0%{?systemd_preun:1} %systemd_preun uwsgi.service %else if [ $1 -eq 0 ] ; then # Package removal, not upgrade /bin/systemctl --no-reload disable uwsgi.service > /dev/null 2>&1 || : /bin/systemctl stop uwsgi.service > /dev/null 2>&1 || : fi %endif %postun %if 0%{?systemd_postun:1} %systemd_postun uwsgi.service %else /bin/systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall /bin/systemctl try-restart uwsgi.service >/dev/null 2>&1 || : fi %endif %files %{_sbindir}/%{name} %{_sysconfdir}/%{name}.ini %{_unitdir}/%{name}.service %dir %{_sysconfdir}/%{name}.d %dir /run/%{name} %doc LICENSE README README.Fedora CHANGELOG docs %files -n %{name}-devel %{_includedir}/%{name} %files -n %{name}-plugin-common %dir %{_libdir}/%{name} %{_libdir}/%{name}/cache_plugin.so %{_libdir}/%{name}/cgi_plugin.so %{_libdir}/%{name}/rpc_plugin.so %{_libdir}/%{name}/ugreen_plugin.so %files -n %{name}-plugin-rack %{_libdir}/%{name}/rack_plugin.so %files -n %{name}-plugin-psgi %{_libdir}/%{name}/psgi_plugin.so %files -n %{name}-plugin-python %{_libdir}/%{name}/python_plugin.so %files -n %{name}-plugin-nagios %{_libdir}/%{name}/nagios_plugin.so %files -n %{name}-plugin-fastrouter %{_libdir}/%{name}/fastrouter_plugin.so %files -n %{name}-plugin-admin %{_libdir}/%{name}/admin_plugin.so %files -n %{name}-plugin-python3 %{_libdir}/%{name}/python3_plugin.so %files -n %{name}-plugin-ruby %{_libdir}/%{name}/ruby19_plugin.so %files -n %{name}-plugin-greenlet %{_libdir}/%{name}/greenlet_plugin.so %files -n %{name}-plugin-lua %{_libdir}/%{name}/lua_plugin.so %files -n %{name}-plugin-php %{_libdir}/%{name}/php_plugin.so %files -n %{name}-plugin-carbon %{_libdir}/%{name}/carbon_plugin.so %files -n %{name}-plugin-rrdtool %{_libdir}/%{name}/rrdtool_plugin.so %files -n %{name}-plugin-erlang %{_libdir}/%{name}/erlang_plugin.so %{_libdir}/%{name}/pyerl_plugin.so %files -n %{name}-plugin-pam %{_libdir}/%{name}/pam_plugin.so %files -n %{name}-plugin-jvm %{_libdir}/%{name}/jvm_plugin.so %{_javadir}/uwsgi.jar %files -n %{name}-plugin-zergpool %{_libdir}/%{name}/zergpool_plugin.so %files -n %{name}-routers %{_libdir}/%{name}/router_*_plugin.so %files -n %{name}-plugin-sslrouter %{_libdir}/%{name}/sslrouter_plugin.so %files -n %{name}-plugin-rawrouter %{_libdir}/%{name}/rawrouter_plugin.so %files -n mod_proxy_%{name} %{_httpd_moddir}/mod_proxy_%{name}.so %changelog * Wed Oct 09 2013 Jorge A Gallegos - 1.9.17-2 - Uploaded new sources per spec rework (Jorge Gallegos) - Adding more router plugins (Jorge Gallegos) - Adding mod_proxy_uwsgi apache module (Jorge Gallegos) - Complying with the guidelines for source urls (Jorge Gallegos) - The settings in the service file were right before (Jorge Gallegos) - Enabling stats log socket, and capabilities (Jorge Gallegos) * Thu Oct 03 2013 Jorge A Gallegos - 1.9.17-1 - Copying the version changelog to top-level doc - Compile with POSIX capabilities - Embed the loggers into the binary itself, no need for an extra package - Patching jvm plugin to support arm * Wed Oct 02 2013 Jorge A Gallegos - 1.9.17-0 - Rebuilt for version 1.9.17 - Pulling in new documentation from https://github.com/unbit/uwsgi-docs * Sun Aug 04 2013 Fedora Release Engineering - 1.9.8-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Apr 23 2013 Jorge A Gallegos - 1.9.8-0 - Rebuilt with latest stable version from upstream * Thu Apr 11 2013 Jorge A Gallegos - 1.9.5-0 - Rebuilt with latest stable version from upstream - Added Erlang, PAM and JVM plugins - Added router-related plugins - Added logger plugins * Tue Apr 02 2013 Vít Ondruch - 1.2.6-10 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Sat Mar 23 2013 Remi Collet - 1.2.6-9 - rebuild for http://fedoraproject.org/wiki/Features/Php55 * Fri Feb 15 2013 Fedora Release Engineering - 1.2.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Feb 14 2013 Jorge A Gallegos - 1.2.6-7 - Tyrant mode shouldn't be used here, tyrant mode is root-only * Thu Dec 27 2012 Jorge A Gallegos - 1.2.6-6 - Systemd now supports an exit status directive, fixing bugz 873382 * Fri Nov 9 2012 Remi Collet - 1.2.6-5 - rebuild against new php embedded library soname (5.4) * Thu Oct 18 2012 Remi Collet - 1.2.6-4 - rebuild for new PHP 5.4.8 * Wed Sep 19 2012 Jorge A Gallegos - 1.2.6-3 - Dropped requirement on PHP for the PHP plugin * Sat Sep 15 2012 Jorge A Gallegos - 1.2.6-2 - Rebuilt with new systemd macros * Sun Sep 09 2012 Jorge A Gallegos - 1.2.6-1 - Updated to latest stable from upstream * Sat Aug 04 2012 David Malcolm - 1.2.4-4 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sun Jul 22 2012 Fedora Release Engineering - 1.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sun Jul 08 2012 Jorge A Gallegos - 1.2.4-1 - Updated to latest stable from upstream * Tue Jun 26 2012 Jorge A Gallegos - 1.2.3-1 - Updated to latest stable upstream - Building the pytho3 plugin is a bit trickier now, but still possible - Added PHP plugin - Added Carbon plugin - Added RRDTool plugin - Added rsyslog plugin - Added syslog plugin * Sun Feb 19 2012 Jorge A Gallegos - 1.0.4-1 - Addressing issues from package review feedback - s/python-devel/python2-devel - Make the libdir subdir owned by -plugins-common - Upgraded to latest stable upstream version * Mon Feb 06 2012 Jorge A Gallegos - 1.0.2.1-2 - Fixing 'unstripped-binary-or-object' * Thu Jan 19 2012 Jorge A Gallegos - 1.0.2.1-1 - New upstream version * Thu Dec 08 2011 Jorge A Gallegos - 0.9.9.3-1 - New upstream version * Sun Oct 09 2011 Jorge A Gallegos - 0.9.9.2-2 - Don't download the wiki page at build time * Sun Oct 09 2011 Jorge A Gallegos - 0.9.9.2-1 - Updated to latest stable version - Correctly linking plugin_dir - Patches 1 and 2 were addressed upstream * Sun Aug 21 2011 Jorge A Gallegos - 0.9.8.3-3 - Got rid of BuildRoot - Got rid of defattr() * Sun Aug 14 2011 Jorge Gallegos - 0.9.8.3-2 - Added uwsgi_fix_rpath.patch - Backported json_loads patch to work with jansson 1.x and 2.x - Deleted clean steps since they are not needed in fedora * Sun Jul 24 2011 Jorge Gallegos - 0.9.8.3-1 - rebuilt - Upgraded to latest stable version 0.9.8.3 - Split packages * Sun Jul 17 2011 Jorge Gallegos - 0.9.6.8-2 - Heavily modified based on Oskari's work * Mon Feb 28 2011 Oskari Saarenmaa - 0.9.6.8-1 - Initial.