SPECS: lighttpd.spec - bcond corrected - runtime deps moved to pro...
glen
glen at pld-linux.org
Tue Oct 24 15:45:16 CEST 2006
Author: glen Date: Tue Oct 24 13:45:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- bcond corrected
- runtime deps moved to proper package (aren't those autogenerated anyway?)
---- Files affected:
SPECS:
lighttpd.spec (1.185 -> 1.186)
---- Diffs:
================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.185 SPECS/lighttpd.spec:1.186
--- SPECS/lighttpd.spec:1.185 Tue Oct 24 15:24:05 2006
+++ SPECS/lighttpd.spec Tue Oct 24 15:45:10 2006
@@ -35,7 +35,7 @@
# Prerelease
#define _snap r1332
-%if %{with_webdav_locks}
+%if %{with webdav_locks}
%define webdav_progs 1
%endif
@@ -136,11 +136,6 @@
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 +638,11 @@
Summary(pl): Moduł WebDAV dla libghttpd
Group: Networking/Daemons
Requires: %{name} = %{version}-%{release}
+%{?with_webdav_locks:Requires: e2fsprogs}
+%if %{with webdav_progs}
+Requires: libxml
+Requires: sqlite
+%endif
%description mod_webdav
The WebDAV module is a very minimalistic implementation of RFC 2518.
@@ -1152,6 +1152,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.186 2006/10/24 13:45:10 glen
+- bcond corrected
+- runtime deps moved to proper package (aren't those autogenerated anyway?)
+
Revision 1.185 2006/10/24 13:24:05 czarny
- conf.d dir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.185&r2=1.186&f=u
More information about the pld-cvs-commit
mailing list