Author: eothane                      Date: Mon Mar  7 19:03:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some silly cosmetics
- addedd 'hide from dirlisting' (dir-listing.hide = ) hack
  bconded (--with dirhack)
- release 2

---- Files affected:
SPECS:
   lighttpd.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.102 SPECS/lighttpd.spec:1.103
--- SPECS/lighttpd.spec:1.102   Sun Mar  6 21:27:50 2005
+++ SPECS/lighttpd.spec Mon Mar  7 20:03:52 2005
@@ -7,17 +7,17 @@
 #
 # Conditional build for lighttpd:
 %bcond_without xattr           # without support of extended attributes
+%bcond_without  ipv6            # IPv4-only version (doesn't require IPv6 in 
kernel)
+%bcond_without  largefile       # without largefile support
+                               # use it if you have 2.4 kernel to get 
sendfile() support,
+                               # and don't need > 2GB file requests,
+                               # see 
http://article.gmane.org/gmane.comp.web.lighttpd:722
+%bcond_without  ssl             # disable ssl support
 %bcond_with    mysql           # with mysql
 %bcond_with    ldap            # with ldap
 %bcond_with    valgrind        # enable valgrind fixes in code.
-%bcond_without ipv6            # IPv4-only version (doesn't require IPv6 in 
kernel)
-%bcond_without largefile       # without largefile support,
-%bcond_without ssl             # disable ssl support
-# use it if you have 2.4 kernel to get sendfile() support,
-# and don't need > 2GB file requests,
-# see http://article.gmane.org/gmane.comp.web.lighttpd:722
+%bcond_with    dirhide         # with 'hide from dirlisting' hack 
 #
-
 # Prerelease snapshot: DATE-TIME
 ##define _snap 20050116-1743
 
@@ -27,7 +27,7 @@
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define                _rel 1
+%define                _rel 2
 
 Summary:       Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
@@ -43,6 +43,7 @@
 Source3:       %{name}.user
 Source4:       %{name}.logrotate
 Source5:       %{name}.sysconfig
+Patch0:                http://minghetti.ch/blob/dirlist-hide.patch
 URL:           http://www.lighttpd.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -111,6 +112,7 @@
 
 %prep
 %setup -q
+%{?with_dirhide:%patch0 -p0}
 
 %build
 %{__libtoolize}
@@ -226,6 +228,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2005/03/07 19:03:52  eothane
+- some silly cosmetics
+- addedd 'hide from dirlisting' (dir-listing.hide = ) hack
+  bconded (--with dirhack)
+- release 2
+
 Revision 1.102  2005/03/06 20:27:50  glen
 - 1.3.13
  - added customizable directory listings
================================================================

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


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

Reply via email to