Author: czarny                       Date: Tue Oct 24 13:21:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added webdav-locks
- webdav description extended with lock ability
- R and BRs of webdav stuff according to: 
http://trac.lighttpd.net/trac/wiki/Docs%3AModWebDAV

---- Files affected:
SPECS:
   lighttpd.spec (1.183 -> 1.184) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.183 SPECS/lighttpd.spec:1.184
--- SPECS/lighttpd.spec:1.183   Wed Oct 11 12:00:14 2006
+++ SPECS/lighttpd.spec Tue Oct 24 15:21:04 2006
@@ -26,6 +26,7 @@
                                # NOTE: must be enabled in config: 
server.stat-cache-engine = "fam"
 %bcond_with    gdbm            # gdbm in mod_trigger_b4_dl
 %bcond_with    webdav_props    # properties in mod_webdav (includes extra 
sqlite3/libxml deps)
+%bcond_with    webdav_locks    # webdav locks with extra efsprogs deps
 %bcond_with    valgrind        # compile code with valgrind support.
 %bcond_with    deflate         # build deflate module (needs patch update with 
current svn)
 
@@ -34,6 +35,10 @@
 # Prerelease
 #define _snap r1332
 
+%if %{with_webdav_locks}
+%define                webdav_progs    1
+%endif
+
 %define                _rel 2
 Summary:       Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
@@ -104,6 +109,7 @@
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
+%{?with_webdav_locks:BuildRequires:    e2fsprogs-devel}
 %{?with_gamin:BuildRequires:   gamin-devel}
 %{?with_gdbm:BuildRequires:    gdbm-devel}
 %{?with_memcache:BuildRequires:        libmemcache-devel}
@@ -130,6 +136,11 @@
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
 Requires(pre): /usr/sbin/usermod
+%{?with_webdav_locks:Requires: e2fsprogs}
+%if %{with webdav_progs}
+Requries:      libxml
+Requires:      sqlite
+%endif
 Requires:      %{name}-mod_dirlisting
 Requires:      %{name}-mod_indexfile
 Requires:      %{name}-mod_staticfile
@@ -643,6 +654,7 @@
 - MKCOL
 - DELETE
 - PUT
+- LOCK (experimental)
 
 and the usual GET, POST, HEAD from HTTP/1.1.
 
@@ -658,6 +670,7 @@
 - MKCOL
 - DELETE
 - PUT
+- LOCK (experimental)
 oraz zwykłe GET, POST, HEAD z HTTP/1.1.
 
 Jak na razie montowanie zasobu webdav pod Windows XP działa i
@@ -745,6 +758,7 @@
        %{?with_lua:--with-lua=lua51} \
        %{?with_memcache:--with-memcache} \
        %{?with_webdav_props:--with-webdav-props} \
+       %{?with_webdav_locks:--with-webdav-locks} \
        %{?with_gamin:--with-gamin} \
        %{?with_gdbm:--with-gdbm}
 
@@ -1137,6 +1151,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.184  2006/10/24 13:21:04  czarny
+- added webdav-locks
+- webdav description extended with lock ability
+- R and BRs of webdav stuff according to: 
http://trac.lighttpd.net/trac/wiki/Docs%3AModWebDAV
+
 Revision 1.183  2006/10/11 10:00:14  glen
 - rel 2: enabled lua
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.183&r2=1.184&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to