Author: sardzent Date: Wed Sep 19 17:58:04 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - bcond --with-http_addition_module - bcond --with-http_perl_module - P webserver - with perl module doesn't work need to install files and move to subpackage
---- Files affected: SPECS: nginx.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/nginx.spec diff -u SPECS/nginx.spec:1.32 SPECS/nginx.spec:1.33 --- SPECS/nginx.spec:1.32 Tue Sep 11 14:30:07 2007 +++ SPECS/nginx.spec Wed Sep 19 19:57:59 2007 @@ -11,13 +11,15 @@ %bcond_without poll %bcond_without ssl # ssl support %bcond_without imap # imap proxy +%bcond_without addition +#%bcond_without perl # perl module %bcond_with http_browser # header "User-agent" parser # Summary: High perfomance HTTP and reverse proxy server Summary(pl.UTF-8): Serwer HTTP i odwrotne proxy o wysokiej wydajności Name: nginx Version: 0.5.31 -Release: 3.1 +Release: 3.2 License: BSD-like Group: Networking/Daemons Source0: http://sysoev.ru/nginx/%{name}-%{version}.tar.gz @@ -51,6 +53,7 @@ Provides: group(http) Provides: group(nginx) Provides: user(nginx) +Provides: webserver Conflicts: logrotate < 3.7-4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -106,6 +109,8 @@ %{?with_select:--with-select_module} \ %{?with_poll:--with-poll_module} \ %{?with_ssl:--with-http_ssl_module} \ + %{?with_addition:--with-http_addition_module} \ +# %{?with_perl:--with-http_perl_module} \ %{?with_imap:--with-imap} \ %{!?with_http_browser:--without-http_browser_module} \ --http-log-path=%{_localstatedir}/log/%{name}/access.log \ @@ -207,6 +212,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2007/09/19 17:57:59 sardzent +- bcond --with-http_addition_module +- bcond --with-http_perl_module +- P webserver +- with perl module doesn't work need to install files and move to subpackage + Revision 1.32 2007/09/11 12:30:07 gotar - oops, it's 3.7-4 not 3.7.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
