]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- clean up with bconds auto/ac/nginx-0_5_31-3
authorsardzent <sardzent@pld-linux.org>
Thu, 6 Sep 2007 16:31:02 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some todo

Changed files:
    nginx.spec -> 1.27

nginx.spec

index 3f0ac5506923c1d8addc74b5d02702ae3964164d..ba25b8130a0732f77983b0e4c35c28d17906c488 100644 (file)
@@ -1,14 +1,17 @@
 # TODO
 # - more bconds (??)
 # - subpackage with error pages
+# - /etc/sysconfig/nginx file
+# - prepare style like nginx.conf
+#
 # Conditional build for nginx:
-%bcond_with    stub_status             # stats module
-%bcond_with    rtsig
-%bcond_with    select
-%bcond_with    poll
-%bcond_with    ssl                     # ssl support
-%bcond_with    imap                    # imap proxy
-%bcond_without http_browser            # parse header "User-agent"
+%bcond_without stub_status             # stats module
+%bcond_without rtsig
+%bcond_without select
+%bcond_without poll
+%bcond_without ssl                     # ssl support
+%bcond_without imap                    # imap proxy
+%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
@@ -77,7 +80,7 @@ Requires:     monit
 monitrc file for monitoring nginx webserver server.
 
 %description -n monit-rc-nginx -l pl.UTF-8
-Plik monitrc do monitorowania serwera www nging.
+Plik monitrc do monitorowania serwera www nginx.
 
 
 %prep
@@ -103,7 +106,7 @@ sh %{SOURCE2} /etc/mime.types
        %{?with_poll:--with-poll_module} \
        %{?with_ssl:--with-http_ssl_module} \
        %{?with_imap:--with-imap} \
-       %{?with_http_browser:--without-http_browser_module} \
+       %{!?with_http_browser:--without-http_browser_module} \
        --http-log-path=%{_localstatedir}/log/%{name}/access.log \
        --http-client-body-temp-path=%{_localstatedir}/cache/%{name}/client_body_temp \
        --http-proxy-temp-path=%{_localstatedir}/cache/%{name}/proxy_temp \
This page took 0.186982 seconds and 4 git commands to generate.