SPECS: exim.spec - enable sqlite lookup

arekm arekm at pld-linux.org
Mon Nov 28 20:02:05 CET 2005


Author: arekm                        Date: Mon Nov 28 19:02:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enable sqlite lookup

---- Files affected:
SPECS:
   exim.spec (1.251 -> 1.252) 

---- Diffs:

================================================================
Index: SPECS/exim.spec
diff -u SPECS/exim.spec:1.251 SPECS/exim.spec:1.252
--- SPECS/exim.spec:1.251	Mon Nov 28 14:09:44 2005
+++ SPECS/exim.spec	Mon Nov 28 20:01:59 2005
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without	pgsql	# without PostgreSQL support
 %bcond_without	mysql	# without MySQL support
+%bcond_without	sqlite	# without sqlite
 %bcond_without	whoson	# without whoson support
 %bcond_without	sasl	# without SASL
 %bcond_without	ldap	# without LDAP support
@@ -54,6 +55,7 @@
 %{?with_ldap:BuildRequires:	openldap-devel >= 2.0.0}
 %{?with_spf:BuildRequires:	libspf2-devel >= 1.2.5-2}
 %{?with_srs:BuildRequires:	libsrs_alt-devel >= 1.0}
+%{?with_sqlite:BuildRequires:	sqlite3-devel}
 %{?with_mysql:BuildRequires:	mysql-devel}
 %{?with_pgsql:BuildRequires:	postgresql-devel}
 %{?with_whoson:BuildRequires:	whoson-devel}
@@ -162,7 +164,7 @@
 %patch0 -p1
 %patch1 -p1
 # needs update / not needed anymore?
-#%patch2 -p0
+# %patch2 -p0
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -185,10 +187,11 @@
 	X11_LD_LIB=%{_prefix}/X11R6/%{_lib} \
 	%{?with_mysql:LOOKUP_MYSQL=yes} \
 	%{?with_pgsql:LOOKUP_PGSQL=yes} \
+	%{?with_sqlite:LOOKUP_SQLITE=yes} \
 	%{?with_whoson:LOOKUP_WHOSON=yes} \
 	%{?with_sasl:AUTH_CYRUS_SASL=yes} \
 	%{?with_ldap:LOOKUP_LDAP=yes LDAP_LIB_TYPE=OPENLDAP2} \
-	LOOKUP_LIBS="%{?with_ldap:-lldap -llber} %{?with_mysql:-lmysqlclient} %{?with_pgsql:-lpq} %{?with_whoson:-lwhoson} %{?with_spf:-lspf2} %{?with_srs:-lsrs_alt} %{?with_sasl:-lsasl2} %{?with_dkeys:-ldomainkeys}" \
+	LOOKUP_LIBS="%{?with_ldap:-lldap -llber} %{?with_mysql:-lmysqlclient} %{?with_pgsql:-lpq} %{?with_sqlite:-lsqlite3} %{?with_whoson:-lwhoson} %{?with_spf:-lspf2} %{?with_srs:-lsrs_alt} %{?with_sasl:-lsasl2} %{?with_dkeys:-ldomainkeys}" \
 	LOOKUP_INCLUDE="%{?with_mysql:-I%{_includedir}/mysql} %{?with_pgsql:-I%{_includedir}/pgsql}"
 
 makeinfo --force exim-texinfo-*/doc/*.texinfo
@@ -339,6 +342,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.252  2005/11/28 19:01:59  arekm
+- enable sqlite lookup
+
 Revision 1.251  2005/11/28 13:09:44  adamg
 - updated to 4.60
 - documentation updated ro 4.60
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/exim.spec?r1=1.251&r2=1.252&f=u




More information about the pld-cvs-commit mailing list