rpms/lighttpd/devel .cvsignore, 1.6, 1.7 lighttpd.spec, 1.10, 1.11 sources, 1.6, 1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Aug 22 16:27:01 UTC 2005


Author: thias

Update of /cvs/extras/rpms/lighttpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9777

Modified Files:
	.cvsignore lighttpd.spec sources 
Log Message:
Update to 1.4.0, then 1.4.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	1 Aug 2005 09:48:49 -0000	1.6
+++ .cvsignore	22 Aug 2005 16:26:58 -0000	1.7
@@ -1 +1 @@
-lighttpd-1.3.16.tar.gz
+lighttpd-1.4.1.tar.gz


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lighttpd.spec	1 Aug 2005 15:12:38 -0000	1.10
+++ lighttpd.spec	22 Aug 2005 16:26:58 -0000	1.11
@@ -2,8 +2,8 @@
 
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
-Version: 1.3.16
-Release: 2%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -21,6 +21,9 @@
 Requires(postun): /sbin/service
 BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, gcc-c++
 %{?_with_ldap:BuildRequires: openldap-devel}
+%{?_with_gamin:BuildRequires: gamin-devel}
+%{?_with_gdbm:BuildRequires: gdbm-devel}
+%{?_with_lua:BuildRequires: lua-devel}
 
 %description
 Secure, fast, compliant and very flexible web-server which has been optimized
@@ -31,7 +34,7 @@
 problems.
 
 Available rpmbuild rebuild options :
---with : ldap
+--with : ldap gamin gdbm memcache lua
 
 
 %package mod_mysql_vhost
@@ -66,9 +69,13 @@
 %build
 %configure \
     --libdir="%{_libdir}/lighttpd" \
-    --with-openssl \
     --with-mysql \
-    %{?_with_ldap:--with-ldap}
+    %{?_with_ldap:--with-ldap} \
+    --with-openssl \
+    %{?_with_gamin:--with-gamin} \
+    %{?_with_gdbm:--with-gdbm} \
+    %{?_with_memcache:--with-memcache} \
+    %{?_with_lua:--with-lua} \
 %{__make}
 
 
@@ -162,6 +169,13 @@
 
 
 %changelog
+* Mon Aug 22 2005 Matthias Saou <http://freshrpms.net/> 1.4.1-1
+- Update to 1.4.1.
+
+* Sun Aug 21 2005 Matthias Saou <http://freshrpms.net/> 1.4.0-1
+- Update to 1.4.0.
+- Add conditional of gamin, gdbm, memcache and lua options.
+
 * Mon Aug  1 2005 Matthias Saou <http://freshrpms.net/> 1.3.16-2
 - Update to 1.3.16, rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	1 Aug 2005 09:48:49 -0000	1.6
+++ sources	22 Aug 2005 16:26:58 -0000	1.7
@@ -1 +1 @@
-b73f7a7ace4901b6417b0e450aaa5df5  lighttpd-1.3.16.tar.gz
+3abffbe574fd835721760a37c00d3714  lighttpd-1.4.1.tar.gz




More information about the scm-commits mailing list