rpms/nginx/EL-5 nginx.spec,1.7,1.8

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Sat Aug 18 18:35:30 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/nginx/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14186

Modified Files:
	nginx.spec 
Log Message:
- added --with-http_stub_status_module build option.
- added --with-http_sub_module build option.
- add in pcre-config --cflags




Index: nginx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/EL-5/nginx.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nginx.spec	18 Aug 2007 06:36:43 -0000	1.7
+++ nginx.spec	18 Aug 2007 18:34:57 -0000	1.8
@@ -8,11 +8,11 @@
 
 Name:           nginx
 Version:        0.5.31
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Robust, small and high performance http and reverse proxy server
 Group:          System Environment/Daemons   
 
-# BSD 2 clause license
+# BSD License (two clause)
 # http://www.freebsd.org/copyright/freebsd-license.html
 License:        BSD
 URL:            http://nginx.net/ 
@@ -77,12 +77,14 @@
     --with-http_ssl_module \
     --with-http_realip_module \
     --with-http_addition_module \
+    --with-http_sub_module \
     --with-http_dav_module \
     --with-http_flv_module \
+    --with-http_stub_status_module \
     --with-http_perl_module \
     --with-mail \
     --with-mail_ssl_module \
-    --with-cc-opt="%{optflags}"
+    --with-cc-opt="%{optflags} $(pcre-config --cflags)"
 make %{?_smp_mflags} 
 
 
@@ -147,6 +149,11 @@
 
 
 %changelog
+* Sat Aug 18 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 0.5.31-3
+- added --with-http_stub_status_module build option.
+- added --with-http_sub_module build option.
+- add in pcre-config --cflags
+
 * Sat Aug 18 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 0.5.31-2
 - remove BuildRequires: perl-devel
 




More information about the fedora-extras-commits mailing list