SPECS: lighttpd.spec - rel 2: enabled lua
glen
glen at pld-linux.org
Wed Oct 11 12:00:20 CEST 2006
Author: glen Date: Wed Oct 11 10:00:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2: enabled lua
---- Files affected:
SPECS:
lighttpd.spec (1.182 -> 1.183)
---- Diffs:
================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.182 SPECS/lighttpd.spec:1.183
--- SPECS/lighttpd.spec:1.182 Tue Oct 10 02:33:01 2006
+++ SPECS/lighttpd.spec Wed Oct 11 12:00:14 2006
@@ -20,7 +20,7 @@
%bcond_without ssl # ssl support
%bcond_without mysql # mysql support in mod_mysql_vhost
%bcond_with ldap # ldap support in mod_auth
-%bcond_with lua # LUA support in mod_cml (needs LUA >= 5.1)
+%bcond_without lua # LUA support in mod_cml (needs LUA >= 5.1)
%bcond_with memcache # memcached support in mod_cml / mod_trigger_b4_dl
%bcond_with gamin # gamin for reducing number of stat() calls.
# NOTE: must be enabled in config: server.stat-cache-engine = "fam"
@@ -34,7 +34,7 @@
# Prerelease
#define _snap r1332
-%define _rel 1
+%define _rel 2
Summary: Fast and light HTTP server
Summary(pl): Szybki i lekki serwer HTTP
Name: lighttpd
@@ -110,7 +110,7 @@
BuildRequires: libtool
BuildRequires: libuuid-devel
%{?with_webdav_props:BuildRequires: libxml2-devel}
-%{?with_lua:BuildRequires: lua51-devel >= 5.1}
+%{?with_lua:BuildRequires: lua51-devel}
BuildRequires: mailcap >= 2.1.14-4.4
%{?with_mysql:BuildRequires: mysql-devel}
%{?with_ldap:BuildRequires: openldap-devel}
@@ -742,7 +742,7 @@
%{?with_mysql:--with-mysql} \
%{?with_ldap:--with-ldap} \
%{?with_ssl:--with-openssl} \
- %{?with_lua:--with-lua} \
+ %{?with_lua:--with-lua=lua51} \
%{?with_memcache:--with-memcache} \
%{?with_webdav_props:--with-webdav-props} \
%{?with_gamin:--with-gamin} \
@@ -1137,6 +1137,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.183 2006/10/11 10:00:14 glen
+- rel 2: enabled lua
+
Revision 1.182 2006/10/10 00:33:01 glen
- 1.4.13
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.182&r2=1.183&f=u
More information about the pld-cvs-commit
mailing list