tadej / rpms / uwsgi

Forked from rpms/uwsgi 6 years ago
Clone
48fb6c9
#To download the documentation sources:
48fb6c9
#V=<version>; curl -L -o uwsgi-doc-${V}.tar.gz https://github.com/unbit/uwsgi-docs/archive/master.tar.gz
2213ec4
Name:           uwsgi
48fb6c9
Version:        1.9.17
f38fc15
Release:        1%{dist}
2213ec4
Summary:        Fast, self-healing, application container server
2213ec4
Group:          System Environment/Daemons   
2213ec4
License:        GPLv2
48fb6c9
URL:            https://github.com/unbit/uwsgi
48fb6c9
Source0:        https://github.com/unbit/%{name}/archive/%{version}.tar.gz
2213ec4
Source1:        fedora.ini
cc0b262
Source2:        uwsgi.service
cc0b262
Source3:        emperor.ini
48fb6c9
Source4:        uwsgi-doc-%{version}.tar.gz
100bc2e
Patch0:         uwsgi_trick_chroot_rpmbuild.patch
100bc2e
Patch1:         uwsgi_fix_rpath.patch
5249bc5
Patch2:         uwsgi_ruby20_compatibility.patch
cc0b262
Patch3:         uwsgi_fix_lua.patch
2c1b7e4
Patch4:         uwsgi_fix_jvm_in_arm.patch
2213ec4
BuildRequires:  curl,  python2-devel, libxml2-devel, libuuid-devel, jansson-devel
2213ec4
BuildRequires:  libyaml-devel, perl-devel, ruby-devel, perl-ExtUtils-Embed
100bc2e
BuildRequires:  python3-devel, python-greenlet-devel, lua-devel, ruby, pcre-devel
100bc2e
BuildRequires:  php-devel, php-embedded, libedit-devel, openssl-devel
cc0b262
BuildRequires:  bzip2-devel, gmp-devel, systemd-units, erlang, pam-devel
f38fc15
BuildRequires:  java-1.7.0-openjdk-devel, sqlite-devel, libcap-devel
f38fc15
Obsoletes:      %{name}-loggers <= 1.9.8-1
ce8a33b
Obsoletes:      %{name}-plugin-rsyslog <= 1.9.8-1
ce8a33b
Obsoletes:      %{name}-plugin-rsyslog <= 1.9.8-1
f38fc15
Provides:       %{name}-loggers = %{version}-%{release}
2213ec4
1b255a4
Requires(pre):    shadow-utils
1b255a4
Requires(post):   systemd-units
1b255a4
Requires(preun):  systemd-units
1b255a4
Requires(postun): systemd-units
1b255a4
2213ec4
%description
2213ec4
uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly
2213ec4
application container server.  Born as a WSGI-only server, over time it has
2213ec4
evolved in a complete stack for networked/clustered web applications,
2213ec4
implementing message/object passing, caching, RPC and process management. 
2213ec4
It uses the uwsgi (all lowercase, already included by default in the Nginx
2213ec4
and Cherokee releases) protocol for all the networking/interprocess
2213ec4
communications.  Can be run in preforking mode, threaded,
2213ec4
asynchronous/evented and supports various form of green threads/co-routine
2213ec4
(like uGreen and Fiber).  Sysadmin will love it as it can be configured via
2213ec4
command line, environment variables, xml, .ini and yaml files and via LDAP. 
2213ec4
Being fully modular can use tons of different technology on top of the same
2213ec4
core.
2213ec4
2213ec4
%package -n %{name}-devel
2213ec4
Summary:  uWSGI - Development header files and libraries
2213ec4
Group:    Development/Libraries
2213ec4
Requires: %{name}
2213ec4
2213ec4
%description -n %{name}-devel
2213ec4
This package contains the development header files and libraries
2213ec4
for uWSGI extensions
2213ec4
2213ec4
%package -n %{name}-plugin-common
2213ec4
Summary:  uWSGI - Common plugins for uWSGI
2213ec4
Group:    System Environment/Daemons
2213ec4
Requires: %{name}
2213ec4
2213ec4
%description -n %{name}-plugin-common
2213ec4
This package contains the most common plugins used with uWSGI. The
2213ec4
plugins included in this package are: cache, CGI, RPC, uGreen
2213ec4
2213ec4
%package -n %{name}-plugin-rack
2213ec4
Summary:  uWSGI - Ruby rack plugin
2213ec4
Group:    System Environment/Daemons
2213ec4
Requires: rubygem-rack, %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-rack
2213ec4
This package contains the rack plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-psgi
2213ec4
Summary:  uWSGI - Plugin for PSGI support
2213ec4
Group:    System Environment/Daemons
2213ec4
Requires: perl-PSGI, %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-psgi
2213ec4
This package contains the PSGI plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-python
2213ec4
Summary:  uWSGI - Plugin for Python support
2213ec4
Group:    System Environment/Daemons
2213ec4
Requires: python, %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-python
2213ec4
This package contains the python plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-nagios
2213ec4
Summary:  uWSGI - Plugin for Nagios support
2213ec4
Group:    System Environment/Daemons
2213ec4
Requires: %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-nagios
2213ec4
This package contains the nagios plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-fastrouter
2213ec4
Summary:  uWSGI - Plugin for FastRouter support
2213ec4
Group:    System Environment/Daemons
2213ec4
Requires: %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-fastrouter
2213ec4
This package contains the fastrouter (proxy) plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-admin
2213ec4
Summary:  uWSGI - Plugin for Admin support
2213ec4
Group:    System Environment/Daemons   
2213ec4
Requires: %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-admin
2213ec4
This package contains the admin plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-python3
2213ec4
Summary:  uWSGI - Plugin for Python 3.2 support
2213ec4
Group:    System Environment/Daemons   
2213ec4
Requires: python3, %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-python3
2213ec4
This package contains the Python 3.2 plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-ruby
2213ec4
Summary:  uWSGI - Plugin for Ruby support
2213ec4
Group:    System Environment/Daemons   
2213ec4
Requires: ruby, %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-ruby
2213ec4
This package contains the Ruby 1.9 plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-greenlet
2213ec4
Summary:  uWSGI - Plugin for Python Greenlet support
2213ec4
Group:    System Environment/Daemons   
2213ec4
Requires: python-greenlet, %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-greenlet
2213ec4
This package contains the python greenlet plugin for uWSGI
2213ec4
2213ec4
%package -n %{name}-plugin-lua
2213ec4
Summary:  uWSGI - Plugin for LUA support
2213ec4
Group:    System Environment/Daemons   
2213ec4
Requires: lua, %{name}-plugin-common
2213ec4
2213ec4
%description -n %{name}-plugin-lua
2213ec4
This package contains the lua plugin for uWSGI
2213ec4
100bc2e
%package -n %{name}-plugin-php
100bc2e
Summary:  uWSGI - Plugin for PHP support
100bc2e
Group:    System Environment/Daemons
40dfab3
Requires: %{name}-plugin-common
100bc2e
100bc2e
%description -n %{name}-plugin-php
100bc2e
This package contains the PHP plugin for uWSGI
100bc2e
100bc2e
%package -n %{name}-plugin-carbon
100bc2e
Summary:  uWSGI - Plugin for Carbon/Graphite support
100bc2e
Group:    System Environment/Daemons
100bc2e
Requires: %{name}-plugin-common
100bc2e
100bc2e
%description -n %{name}-plugin-carbon
100bc2e
This package contains the Carbon plugin for uWSGI (to use in graphite)
100bc2e
100bc2e
%package -n %{name}-plugin-rrdtool
100bc2e
Summary:  uWSGI - Plugin for RRDTool support
100bc2e
Group:    System Environment/Daemons
100bc2e
Requires: rrdtool, %{name}-plugin-common
100bc2e
100bc2e
%description -n %{name}-plugin-rrdtool
100bc2e
This package contains the RRD Tool plugin for uWSGI
100bc2e
cc0b262
%package -n %{name}-plugin-erlang
cc0b262
Summary:  uWSGI - Plugin for erlang support
cc0b262
Group:    System Environment/Daemons
cc0b262
Requires: %{name}-plugin-common, erlang
cc0b262
cc0b262
%description -n %{name}-plugin-erlang
cc0b262
This package contains the erlang plugin for uWSGI
cc0b262
cc0b262
%package -n %{name}-plugin-pam
cc0b262
Summary:  uWSGI - Plugin for PAM support
cc0b262
Group:    System Environment/Daemons
cc0b262
Requires: %{name}-plugin-common, pam
cc0b262
cc0b262
%description -n %{name}-plugin-pam
cc0b262
This package contains the PAM plugin for uWSGI
cc0b262
cc0b262
%package -n %{name}-plugin-jvm
cc0b262
Summary:  uWSGI - Plugin for JVM support
cc0b262
Group:    System Environment/Daemons
cc0b262
Requires: %{name}-plugin-common, java-1.7.0-openjdk
cc0b262
cc0b262
%description -n %{name}-plugin-jvm
cc0b262
This package contains the JVM plugin for uWSGI
cc0b262
cc0b262
%package -n %{name}-plugin-zergpool
cc0b262
Summary:  uWSGI - Plugin for zergpool support
cc0b262
Group:    System Environment/Daemons
cc0b262
Requires: %{name}-plugin-common
cc0b262
cc0b262
%description -n %{name}-plugin-zergpool
cc0b262
This package contains the zergpool plugin for uWSGI
cc0b262
cc0b262
%package -n %{name}-routers
cc0b262
Summary:  uWSGI - Router plugins
cc0b262
Group:    System Environment/Daemons
cc0b262
Requires: %{name}-plugin-common
cc0b262
cc0b262
%description -n %{name}-routers
cc0b262
This package contains the router plugins for uWSGI
cc0b262
cc0b262
%package -n %{name}-plugin-sslrouter
cc0b262
Summary:  uWSGI - SSL Router plugin
cc0b262
Group:    System Environment/Daemons
cc0b262
Requires: %{name}-plugin-common
cc0b262
cc0b262
%description -n %{name}-plugin-sslrouter
cc0b262
This package contains the SSL router plugin for uWSGI
cc0b262
cc0b262
%package -n %{name}-plugin-rawrouter
cc0b262
Summary:  uWSGI - Raw Router plugin
cc0b262
Group:    System Environment/Daemons
cc0b262
Requires: %{name}-plugin-common
cc0b262
cc0b262
%description -n %{name}-plugin-rawrouter
cc0b262
This package contains the Raw router plugin for uWSGI
cc0b262
cc0b262
2213ec4
%prep
2213ec4
%setup -q
2213ec4
cp -p %{SOURCE1} buildconf/
cc0b262
cp -p %{SOURCE2} %{name}.service
cc0b262
cp -p %{SOURCE3} %{name}.ini
48fb6c9
cp -p %{SOURCE4} uwsgi-docs.tar.gz
2213ec4
echo "plugin_dir = %{_libdir}/%{name}" >> buildconf/$(basename %{SOURCE1})
2213ec4
%patch0 -p1
2213ec4
%patch1 -p1
5249bc5
%patch2 -p1
cc0b262
%patch3 -p1
2c1b7e4
%patch4 -p1
2213ec4
2213ec4
%build
2213ec4
CFLAGS="%{optflags} -Wno-unused-but-set-variable" python uwsgiconfig.py --build fedora.ini
48fb6c9
CFLAGS="%{optflags} -Wno-unused-but-set-variable" python3 uwsgiconfig.py --plugin plugins/python fedora python3
2213ec4
2213ec4
%install
1b255a4
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d
1b255a4
mkdir -p %{buildroot}%{_unitdir}
2213ec4
mkdir -p %{buildroot}%{_sbindir}
2213ec4
mkdir -p %{buildroot}%{_includedir}/%{name}
2213ec4
mkdir -p %{buildroot}%{_libdir}/%{name}
cc0b262
mkdir -p %{buildroot}%{_javadir}
1b255a4
mkdir -p %{buildroot}/run/%{name}
48fb6c9
mkdir docs
48fb6c9
tar -C docs/ --strip-components=1 -xvzf uwsgi-docs.tar.gz
f38fc15
cp docs/Changelog-%{version}.rst CHANGELOG
1b255a4
%{__install} -p -m 0755 %{name} %{buildroot}%{_sbindir}
2213ec4
%{__install} -p -m 0644 *.h %{buildroot}%{_includedir}/%{name}
2213ec4
%{__install} -p -m 0755 *_plugin.so %{buildroot}%{_libdir}/%{name}
cc0b262
%{__install} -p -m 0644 plugins/jvm/%{name}.jar %{buildroot}%{_javadir}
1b255a4
%{__install} -p -m 0644 %{name}.ini %{buildroot}%{_sysconfdir}/%{name}.ini
1b255a4
%{__install} -p -m 0644 %{name}.service %{buildroot}%{_unitdir}/%{name}.service
1b255a4
1b255a4
1b255a4
%pre
1b255a4
getent group uwsgi >/dev/null || groupadd -r uwsgi
1b255a4
getent passwd uwsgi >/dev/null || \
1b255a4
    useradd -r -g uwsgi -d /run/uwsgi -s /sbin/nologin \
1b255a4
    -c "uWSGI daemon user" uwsgi
1b255a4
exit 0
1b255a4
1b255a4
%post
5bc3f49
%if 0%{?systemd_post:1}
5bc3f49
    %systemd_post uwsgi.service
5bc3f49
%else
5bc3f49
    if [ $1 -eq 1 ] ; then 
5bc3f49
        # Initial installation 
5bc3f49
        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
5bc3f49
    fi
5bc3f49
%endif
1b255a4
1b255a4
%preun
5bc3f49
%if 0%{?systemd_preun:1}
5bc3f49
    %systemd_preun uwsgi.service
5bc3f49
%else
5bc3f49
    if [ $1 -eq 0 ] ; then
5bc3f49
        # Package removal, not upgrade
5bc3f49
        /bin/systemctl --no-reload disable uwsgi.service > /dev/null 2>&1 || :
5bc3f49
        /bin/systemctl stop uwsgi.service > /dev/null 2>&1 || :
5bc3f49
    fi
5bc3f49
%endif
1b255a4
1b255a4
%postun
5bc3f49
%if 0%{?systemd_postun:1}
5bc3f49
    %systemd_postun uwsgi.service
5bc3f49
%else
5bc3f49
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
5bc3f49
    if [ $1 -ge 1 ] ; then
5bc3f49
        # Package upgrade, not uninstall
5bc3f49
        /bin/systemctl try-restart uwsgi.service >/dev/null 2>&1 || :
5bc3f49
    fi
5bc3f49
%endif
2213ec4
2213ec4
2213ec4
%files 
2213ec4
%{_sbindir}/%{name}
1b255a4
%{_sysconfdir}/%{name}.ini
1b255a4
%{_unitdir}/%{name}.service
1b255a4
%dir %{_sysconfdir}/%{name}.d
1b255a4
%dir /run/%{name}
f38fc15
%doc LICENSE README CHANGELOG docs
2213ec4
2213ec4
%files -n %{name}-devel
2213ec4
%{_includedir}/%{name}
2213ec4
2213ec4
%files -n %{name}-plugin-common
2213ec4
%dir %{_libdir}/%{name}
2213ec4
%{_libdir}/%{name}/cache_plugin.so
2213ec4
%{_libdir}/%{name}/cgi_plugin.so
2213ec4
%{_libdir}/%{name}/rpc_plugin.so
2213ec4
%{_libdir}/%{name}/ugreen_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-rack
2213ec4
%{_libdir}/%{name}/rack_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-psgi
2213ec4
%{_libdir}/%{name}/psgi_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-python
2213ec4
%{_libdir}/%{name}/python_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-nagios
2213ec4
%{_libdir}/%{name}/nagios_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-fastrouter
2213ec4
%{_libdir}/%{name}/fastrouter_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-admin
2213ec4
%{_libdir}/%{name}/admin_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-python3
48fb6c9
%{_libdir}/%{name}/python3_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-ruby
2213ec4
%{_libdir}/%{name}/ruby19_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-greenlet
2213ec4
%{_libdir}/%{name}/greenlet_plugin.so
2213ec4
2213ec4
%files -n %{name}-plugin-lua
2213ec4
%{_libdir}/%{name}/lua_plugin.so
2213ec4
100bc2e
%files -n %{name}-plugin-php
100bc2e
%{_libdir}/%{name}/php_plugin.so
100bc2e
100bc2e
%files -n %{name}-plugin-carbon
100bc2e
%{_libdir}/%{name}/carbon_plugin.so
100bc2e
100bc2e
%files -n %{name}-plugin-rrdtool
100bc2e
%{_libdir}/%{name}/rrdtool_plugin.so
100bc2e
cc0b262
%files -n %{name}-plugin-erlang
cc0b262
%{_libdir}/%{name}/erlang_plugin.so
cc0b262
%{_libdir}/%{name}/pyerl_plugin.so
cc0b262
cc0b262
%files -n %{name}-plugin-pam
cc0b262
%{_libdir}/%{name}/pam_plugin.so
cc0b262
cc0b262
%files -n %{name}-plugin-jvm
cc0b262
%{_libdir}/%{name}/jvm_plugin.so
cc0b262
%{_javadir}/uwsgi.jar
cc0b262
cc0b262
%files -n %{name}-plugin-zergpool
cc0b262
%{_libdir}/%{name}/zergpool_plugin.so
cc0b262
cc0b262
%files -n %{name}-routers
cc0b262
%{_libdir}/%{name}/router_*_plugin.so
cc0b262
cc0b262
%files -n %{name}-plugin-sslrouter
cc0b262
%{_libdir}/%{name}/sslrouter_plugin.so
cc0b262
cc0b262
%files -n %{name}-plugin-rawrouter
cc0b262
%{_libdir}/%{name}/rawrouter_plugin.so
cc0b262
2213ec4
2213ec4
%changelog
f38fc15
* Thu Oct 03 2013 Jorge A Gallegos <kad@blegh.net> - 1.9.17-1
f38fc15
- Copying the version changelog to top-level doc
f38fc15
- Compile with POSIX capabilities
ce8a33b
- Embed the loggers into the binary itself, no need for an extra package
2c1b7e4
- Patching jvm plugin to support arm
f38fc15
48fb6c9
* Wed Oct 02 2013 Jorge A Gallegos <kad@fedoraproject.org> - 1.9.17-0
48fb6c9
- Rebuilt for version 1.9.17
48fb6c9
- Pulling in new documentation from https://github.com/unbit/uwsgi-docs
48fb6c9
ff3a102
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.8-1
ff3a102
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ff3a102
48fb6c9
* Tue Apr 23 2013 Jorge A Gallegos <kad@blegh.net> - 1.9.8-0
cc0b262
- Rebuilt with latest stable version from upstream
cc0b262
cc0b262
* Thu Apr 11 2013 Jorge A Gallegos <kad@blegh.net> - 1.9.5-0
cc0b262
- Rebuilt with latest stable version from upstream
cc0b262
- Added Erlang, PAM and JVM plugins
cc0b262
- Added router-related plugins
cc0b262
- Added logger plugins
cc0b262
5249bc5
* Tue Apr 02 2013 Vít Ondruch <vondruch@redhat.com> - 1.2.6-10
5249bc5
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
5249bc5
6298acf
* Sat Mar 23 2013 Remi Collet <rcollet@redhat.com> - 1.2.6-9
6298acf
- rebuild for http://fedoraproject.org/wiki/Features/Php55
6298acf
6711be2
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-8
6711be2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6711be2
dc53223
* Thu Feb 14 2013 Jorge A Gallegos <kad@blegh.net> - 1.2.6-7
dc53223
- Tyrant mode shouldn't be used here, tyrant mode is root-only
dc53223
7e7c7f9
* Thu Dec 27 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.6-6
7e7c7f9
- Systemd now supports an exit status directive, fixing bugz 873382
7e7c7f9
879150b
* Fri Nov  9 2012 Remi Collet <rcollet@redhat.com> - 1.2.6-5
879150b
- rebuild against new php embedded library soname (5.4)
879150b
1e06b39
* Thu Oct 18 2012 Remi Collet <remi@fedoraproject.org> - 1.2.6-4
1e06b39
- rebuild for new PHP 5.4.8
1e06b39
40dfab3
* Wed Sep 19 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.6-3
40dfab3
- Dropped requirement on PHP for the PHP plugin
40dfab3
5bc3f49
* Sat Sep 15 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.6-2
5bc3f49
- Rebuilt with new systemd macros
5bc3f49
bc1c097
* Sun Sep 09 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.6-1
bc1c097
- Updated to latest stable from upstream
bc1c097
81ec9de
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 1.2.4-4
81ec9de
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
81ec9de
3595552
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
3595552
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3595552
c189c1a
* Sun Jul 08 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.4-1
c189c1a
- Updated to latest stable from upstream
c189c1a
100bc2e
* Tue Jun 26 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.3-1
100bc2e
- Updated to latest stable upstream
100bc2e
- Building the pytho3 plugin is a bit trickier now, but still possible
100bc2e
- Added PHP plugin
100bc2e
- Added Carbon plugin
100bc2e
- Added RRDTool plugin
100bc2e
- Added rsyslog plugin
100bc2e
- Added syslog plugin
100bc2e
2213ec4
* Sun Feb 19 2012 Jorge A Gallegos <kad@blegh.net> - 1.0.4-1
2213ec4
- Addressing issues from package review feedback
2213ec4
- s/python-devel/python2-devel
2213ec4
- Make the libdir subdir owned by -plugins-common
2213ec4
- Upgraded to latest stable upstream version
2213ec4
2213ec4
* Mon Feb 06 2012 Jorge A Gallegos <kad@blegh.net> - 1.0.2.1-2
2213ec4
- Fixing 'unstripped-binary-or-object'
2213ec4
2213ec4
* Thu Jan 19 2012 Jorge A Gallegos <kad@blegh.net> - 1.0.2.1-1
2213ec4
- New upstream version
2213ec4
2213ec4
* Thu Dec 08 2011 Jorge A Gallegos <kad@blegh.net> - 0.9.9.3-1
2213ec4
- New upstream version
2213ec4
2213ec4
* Sun Oct 09 2011 Jorge A Gallegos <kad@blegh.net> - 0.9.9.2-2
2213ec4
- Don't download the wiki page at build time
2213ec4
2213ec4
* Sun Oct 09 2011 Jorge A Gallegos <kad@blegh.net> - 0.9.9.2-1
2213ec4
- Updated to latest stable version
2213ec4
- Correctly linking plugin_dir
2213ec4
- Patches 1 and 2 were addressed upstream
2213ec4
2213ec4
* Sun Aug 21 2011 Jorge A Gallegos <kad@blegh.net> - 0.9.8.3-3
2213ec4
- Got rid of BuildRoot
2213ec4
- Got rid of defattr()
2213ec4
2213ec4
* Sun Aug 14 2011 Jorge Gallegos <kad@blegh.net> - 0.9.8.3-2
2213ec4
- Added uwsgi_fix_rpath.patch
2213ec4
- Backported json_loads patch to work with jansson 1.x and 2.x
2213ec4
- Deleted clean steps since they are not needed in fedora
2213ec4
2213ec4
* Sun Jul 24 2011 Jorge Gallegos <kad@blegh.net> - 0.9.8.3-1
2213ec4
- rebuilt
2213ec4
- Upgraded to latest stable version 0.9.8.3
2213ec4
- Split packages
2213ec4
2213ec4
* Sun Jul 17 2011 Jorge Gallegos <kad@blegh.net> - 0.9.6.8-2
2213ec4
- Heavily modified based on Oskari's work
2213ec4
2213ec4
* Mon Feb 28 2011 Oskari Saarenmaa <os@taisia.fi> - 0.9.6.8-1
2213ec4
- Initial.