SPECS: nginx.spec - clean up with bconds - some todo

sardzent sardzent at pld-linux.org
Thu Sep 6 18:31:07 CEST 2007


Author: sardzent                     Date: Thu Sep  6 16:31:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- clean up with bconds
- some todo

---- Files affected:
SPECS:
   nginx.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.26 SPECS/nginx.spec:1.27
--- SPECS/nginx.spec:1.26	Thu Sep  6 11:18:47 2007
+++ SPECS/nginx.spec	Thu Sep  6 18:31:02 2007
@@ -2,14 +2,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
@@ -78,7 +81,7 @@
 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
@@ -104,7 +107,7 @@
 	%{?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 \
@@ -200,6 +203,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2007/09/06 16:31:02  sardzent
+- clean up with bconds
+- some todo
+
 Revision 1.26  2007/09/06 09:18:47  sardzent
 - added "Provides" section
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list