Author: glen Date: Fri Jul 22 09:44:55 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - tidy up spec header of notes and todo and bconds
---- Files affected: SPECS: lighttpd.spec (1.115 -> 1.116) ---- Diffs: ================================================================ Index: SPECS/lighttpd.spec diff -u SPECS/lighttpd.spec:1.115 SPECS/lighttpd.spec:1.116 --- SPECS/lighttpd.spec:1.115 Fri Jul 22 00:04:11 2005 +++ SPECS/lighttpd.spec Fri Jul 22 11:44:50 2005 @@ -4,13 +4,15 @@ # - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866 # - gdbm for mod_trigger_b4_dl http://www.lighttpd.net/documentation/trigger_b4_dl.html # +# NOTES: +# - fcgi-devel is only used for the test-scripts +# - disable largefile, 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 +# # Conditional build for lighttpd: %bcond_without xattr # without support of extended attributes %bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel) -# 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 largefile # without largefile support +%bcond_without largefile # without largefile support (see notes above) %bcond_without ssl # disable ssl support %bcond_without mysql # without mysql %bcond_with ldap # with ldap @@ -18,9 +20,9 @@ %bcond_with memcache # enable memcached support in mod_cml / mod_trigger_b4_dl %bcond_with valgrind # compile code with valgrind support. %bcond_with dirhide # with 'hide from dirlisting' hack -# + # Prerelease snapshot: DATE-TIME -##define _snap 20050116-1743 +#define _snap 20050116-1743 %if 0%{?_snap} %define _source http://www.lighttpd.net/download/%{name}-%{version}-%{_snap}.tar.gz @@ -300,6 +302,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.116 2005/07/22 09:44:50 glen +- tidy up spec header of notes and todo and bconds + Revision 1.115 2005/07/21 22:04:11 glen - separate modules which require extra deps to subpackages - add lua and memcache deps for mod_cml ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.115&r2=1.116&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
