Update to new stable 0.8.53
This commit is contained in:
parent
5f097085b6
commit
2f134d1fc1
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
nginx-0.7.67.tar.gz
|
nginx-0.8.53.tar.gz
|
||||||
|
*~
|
||||||
|
nginx*/
|
||||||
|
x86_64/
|
||||||
|
.*.log
|
||||||
|
*swp
|
||||||
|
*.rpm
|
||||||
|
19
nginx.spec
19
nginx.spec
@ -8,7 +8,7 @@
|
|||||||
%define nginx_webroot %{nginx_datadir}/html
|
%define nginx_webroot %{nginx_datadir}/html
|
||||||
|
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Version: 0.7.67
|
Version: 0.8.53
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Robust, small and high performance HTTP and reverse proxy server
|
Summary: Robust, small and high performance HTTP and reverse proxy server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -20,7 +20,8 @@ URL: http://nginx.net/
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: pcre-devel,zlib-devel,openssl-devel,perl-devel,perl(ExtUtils::Embed)
|
BuildRequires: pcre-devel,zlib-devel,openssl-devel,perl-devel,perl(ExtUtils::Embed)
|
||||||
Requires: pcre,openssl
|
BuildRequires: libxslt-devel,GeoIP-devel,gd-devel
|
||||||
|
Requires: pcre,openssl,GeoIP,gd
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
# for /usr/sbin/useradd
|
# for /usr/sbin/useradd
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
@ -74,20 +75,27 @@ export DESTDIR=%{buildroot}
|
|||||||
--http-client-body-temp-path=%{nginx_home_tmp}/client_body \
|
--http-client-body-temp-path=%{nginx_home_tmp}/client_body \
|
||||||
--http-proxy-temp-path=%{nginx_home_tmp}/proxy \
|
--http-proxy-temp-path=%{nginx_home_tmp}/proxy \
|
||||||
--http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
|
--http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
|
||||||
|
--http-uwsgi-temp-path=%{nginx_home_tmp}/uwsgi \
|
||||||
|
--http-scgi-temp-path=%{nginx_home_tmp}/scgi \
|
||||||
--pid-path=%{_localstatedir}/run/%{name}.pid \
|
--pid-path=%{_localstatedir}/run/%{name}.pid \
|
||||||
--lock-path=%{_localstatedir}/lock/subsys/%{name} \
|
--lock-path=%{_localstatedir}/lock/subsys/%{name} \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-http_realip_module \
|
--with-http_realip_module \
|
||||||
--with-http_addition_module \
|
--with-http_addition_module \
|
||||||
|
--with-http_xslt_module \
|
||||||
|
--with-http_image_filter_module \
|
||||||
|
--with-http_geoip_module \
|
||||||
--with-http_sub_module \
|
--with-http_sub_module \
|
||||||
--with-http_dav_module \
|
--with-http_dav_module \
|
||||||
--with-http_flv_module \
|
--with-http_flv_module \
|
||||||
--with-http_gzip_static_module \
|
--with-http_gzip_static_module \
|
||||||
--with-http_random_index_module \
|
--with-http_random_index_module \
|
||||||
--with-http_secure_link_module \
|
--with-http_secure_link_module \
|
||||||
|
--with-http_degradation_module \
|
||||||
--with-http_stub_status_module \
|
--with-http_stub_status_module \
|
||||||
--with-http_perl_module \
|
--with-http_perl_module \
|
||||||
--with-mail \
|
--with-mail \
|
||||||
|
--with-file-aio \
|
||||||
--with-mail_ssl_module \
|
--with-mail_ssl_module \
|
||||||
--with-ipv6 \
|
--with-ipv6 \
|
||||||
--with-cc-opt="%{optflags} $(pcre-config --cflags)"
|
--with-cc-opt="%{optflags} $(pcre-config --cflags)"
|
||||||
@ -163,6 +171,10 @@ fi
|
|||||||
%config(noreplace) %{nginx_confdir}/fastcgi.conf.default
|
%config(noreplace) %{nginx_confdir}/fastcgi.conf.default
|
||||||
%config(noreplace) %{nginx_confdir}/fastcgi_params
|
%config(noreplace) %{nginx_confdir}/fastcgi_params
|
||||||
%config(noreplace) %{nginx_confdir}/fastcgi_params.default
|
%config(noreplace) %{nginx_confdir}/fastcgi_params.default
|
||||||
|
%config(noreplace) %{nginx_confdir}/scgi_params
|
||||||
|
%config(noreplace) %{nginx_confdir}/scgi_params.default
|
||||||
|
%config(noreplace) %{nginx_confdir}/uwsgi_params
|
||||||
|
%config(noreplace) %{nginx_confdir}/uwsgi_params.default
|
||||||
%config(noreplace) %{nginx_confdir}/koi-win
|
%config(noreplace) %{nginx_confdir}/koi-win
|
||||||
%config(noreplace) %{nginx_confdir}/koi-utf
|
%config(noreplace) %{nginx_confdir}/koi-utf
|
||||||
%config(noreplace) %{nginx_confdir}/%{name}.conf
|
%config(noreplace) %{nginx_confdir}/%{name}.conf
|
||||||
@ -177,6 +189,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-1
|
||||||
|
- Update to new stable 0.8.53
|
||||||
|
|
||||||
* Sat Jul 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.67-2
|
* Sat Jul 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.67-2
|
||||||
- add Provides: webserver (bug #619693)
|
- add Provides: webserver (bug #619693)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user