]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- bcond corrected
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 24 Oct 2006 13:45:10 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- runtime deps moved to proper package (aren't those autogenerated anyway?)

Changed files:
    lighttpd.spec -> 1.186

lighttpd.spec

index 600d80716eaa85f2dfa613a8a3d1a471dc677f19..e13bb6ed94f1f9cb6584a57de337672b844ed032 100644 (file)
@@ -34,7 +34,7 @@
 # Prerelease
 #define _snap r1332
 
-%if %{with_webdav_locks}
+%if %{with webdav_locks}
 %define                webdav_progs    1
 %endif
 
@@ -135,11 +135,6 @@ Requires(pre):     /usr/lib/rpm/user_group.sh
 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
@@ -642,6 +637,11 @@ Summary:   WebDAV module for lighttpd
 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.
This page took 0.159418 seconds and 4 git commands to generate.