From: sardzent Date: Wed, 19 Sep 2007 17:57:59 +0000 (+0000) Subject: - bcond --with-http_addition_module X-Git-Tag: auto/ac/nginx-0_5_31-4~3 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fnginx.git;a=commitdiff_plain;h=7ffe7917d6b1c9b9caba85ca5b71cb424053e317 - 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 Changed files: nginx.spec -> 1.33 --- diff --git a/nginx.spec b/nginx.spec index 2292263..5510948 100644 --- a/nginx.spec +++ b/nginx.spec @@ -10,13 +10,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 @@ -50,6 +52,7 @@ Requires: rc-scripts >= 0.2.0 Provides: group(http) Provides: group(nginx) Provides: user(nginx) +Provides: webserver Conflicts: logrotate < 3.7-4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -105,6 +108,8 @@ sh %{SOURCE2} /etc/mime.types %{?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 \