|
@@ -11,7 +11,7 @@
|
|
Summary: Robust, small and high performance http and reverse proxy server
|
|
Summary: Robust, small and high performance http and reverse proxy server
|
|
Summary(ja): 堅牢・軽量・高性能な HTTP およびリバースプロキシサーバ
|
|
Summary(ja): 堅牢・軽量・高性能な HTTP およびリバースプロキシサーバ
|
|
Name: nginx
|
|
Name: nginx
|
|
-Version: 0.8.50
|
|
|
|
|
|
+Version: 0.8.53
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
@@ -36,6 +36,8 @@ Source103: nginx-50x.html
|
|
Source104: nginx-404.html
|
|
Source104: nginx-404.html
|
|
%define ngx_fancyindex_version 0.3
|
|
%define ngx_fancyindex_version 0.3
|
|
Source1000: ngx-fancyindex-%{ngx_fancyindex_version}.tar.gz
|
|
Source1000: ngx-fancyindex-%{ngx_fancyindex_version}.tar.gz
|
|
|
|
+%define nginx_accept_language_module_version 02262ce
|
|
|
|
+Source1010: giom-nginx_accept_language_module-%{nginx_accept_language_module_version}.tar.gz
|
|
|
|
|
|
# removes -Werror in upstream build scripts. -Werror conflicts with
|
|
# removes -Werror in upstream build scripts. -Werror conflicts with
|
|
# -D_FORTIFY_SOURCE=2 causing warnings to turn into errors.
|
|
# -D_FORTIFY_SOURCE=2 causing warnings to turn into errors.
|
|
@@ -83,7 +85,7 @@ Nginx [engine x/エンジンX] は Igor Sysoev により開発された以下の
|
|
- IMAP/POP3 プロキシサーバ
|
|
- IMAP/POP3 プロキシサーバ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -a 1000
|
|
|
|
|
|
+%setup -q -a 1000 -a 1010
|
|
|
|
|
|
%patch0 -p0
|
|
%patch0 -p0
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
@@ -126,6 +128,7 @@ export DESTDIR=%{buildroot}
|
|
--with-mail \
|
|
--with-mail \
|
|
--with-mail_ssl_module \
|
|
--with-mail_ssl_module \
|
|
--add-module=ngx-fancyindex-%{ngx_fancyindex_version} \
|
|
--add-module=ngx-fancyindex-%{ngx_fancyindex_version} \
|
|
|
|
+ --add-module=giom-nginx_accept_language_module-%{nginx_accept_language_module_version} \
|
|
%ifarch i686
|
|
%ifarch i686
|
|
--with-cpu-opt=pentiumpro \
|
|
--with-cpu-opt=pentiumpro \
|
|
--with-zlib-asm=pentiumpro \
|
|
--with-zlib-asm=pentiumpro \
|
|
@@ -238,6 +241,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 28 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.53-1
|
|
|
|
+- update to 0.8.53
|
|
|
|
+- add nginx_accept_language_module
|
|
|
|
+
|
|
* Sat Sep 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.50-1
|
|
* Sat Sep 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.50-1
|
|
- update to 0.8.50
|
|
- update to 0.8.50
|
|
- update ngx-fancyindex to 0.3
|
|
- update ngx-fancyindex to 0.3
|