diff --git a/nginx.spec b/nginx.spec index a103388..fc414c3 100644 --- a/nginx.spec +++ b/nginx.spec @@ -8,11 +8,11 @@ Name: nginx Version: 0.5.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Robust, small and high performance http and reverse proxy server Group: System Environment/Daemons -# BSD 2 clause license +# BSD License (two clause) # http://www.freebsd.org/copyright/freebsd-license.html License: BSD URL: http://nginx.net/ @@ -77,12 +77,14 @@ export DESTDIR=%{buildroot} --with-http_ssl_module \ --with-http_realip_module \ --with-http_addition_module \ + --with-http_sub_module \ --with-http_dav_module \ --with-http_flv_module \ + --with-http_stub_status_module \ --with-http_perl_module \ --with-mail \ --with-mail_ssl_module \ - --with-cc-opt="%{optflags}" + --with-cc-opt="%{optflags} $(pcre-config --cflags)" make %{?_smp_mflags} @@ -147,6 +149,11 @@ fi %changelog +* Sat Aug 18 2007 Jeremy Hinegardner - 0.5.31-2 +- added --with-http_stub_status_module build option. +- added --with-http_sub_module build option. +- added use of pcre-config --cflags + * Fri Aug 17 2007 Jeremy Hinegardner - 0.5.31-1 - Update to 0.5.31 - specify license is BSD