]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- bcond --with-http_addition_module
authorsardzent <sardzent@pld-linux.org>
Wed, 19 Sep 2007 17:57:59 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

nginx.spec

index 22922632e5324f940523d027a8219806222fcc45..5510948b141bd8d72145cdfaa95581be0ce9892d 100644 (file)
 %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 \
This page took 0.477979 seconds and 4 git commands to generate.