SPECS: exim.spec - enable domainkeys support
arekm
arekm at pld-linux.org
Sat Jun 25 15:10:15 CEST 2005
Author: arekm Date: Sat Jun 25 13:10:15 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- enable domainkeys support
---- Files affected:
SPECS:
exim.spec (1.238 -> 1.239)
---- Diffs:
================================================================
Index: SPECS/exim.spec
diff -u SPECS/exim.spec:1.238 SPECS/exim.spec:1.239
--- SPECS/exim.spec:1.238 Sun May 22 17:12:19 2005
+++ SPECS/exim.spec Sat Jun 25 15:10:10 2005
@@ -8,6 +8,7 @@
%bcond_without ldap # without LDAP support
%bcond_without spf # without spf support
%bcond_without srs # without srs support
+%bcond_without dkeys # without domainkeys support
%bcond_with saexim # with sa-exim support
#
%define saexim_version 4.2
@@ -16,7 +17,7 @@
Summary(pt_BR): Servidor de correio eletrônico exim
Name: exim
Version: 4.51
-Release: 2
+Release: 3
Epoch: 2
License: GPL
Group: Networking/Daemons
@@ -57,6 +58,7 @@
%{?with_pgsql:BuildRequires: postgresql-devel}
%{?with_whoson:BuildRequires: whoson-devel}
%{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.1.0}
+%{?with_dkeys:BuildRequires: libdomainkeys}
BuildRequires: XFree86-devel
BuildRequires: db-devel
BuildRequires: openssl-devel >= 0.9.7d
@@ -172,7 +174,7 @@
%{__make} -j1 \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags} %{?with_spf:-DEXPERIMENTAL_SPF=yes} %{?with_srs:-DEXPERIMENTAL_SRS=yes}" \
+ CFLAGS="%{rpmcflags} %{?with_spf:-DEXPERIMENTAL_SPF=yes} %{?with_srs:-DEXPERIMENTAL_SRS=yes} %{?with_dkeys:-DEXPERIMENTAL_DOMAINKEYS=yes}" \
LOOKUP_CDB=yes \
XLFLAGS=-L%{_prefix}/X11R6/%{_lib} \
X11_LD_LIB=%{_prefix}/X11R6/%{_lib} \
@@ -181,7 +183,7 @@
%{?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}" \
+ 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_INCLUDE="%{?with_mysql:-I%{_includedir}/mysql} %{?with_pgsql:-I%{_includedir}/pgsql}"
makeinfo --force exim-texinfo-*/doc/*.texinfo
@@ -326,6 +328,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.239 2005/06/25 13:10:10 arekm
+- enable domainkeys support
+
Revision 1.238 2005/05/22 15:12:19 areq
- fix md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/exim.spec?r1=1.238&r2=1.239&f=u
More information about the pld-cvs-commit
mailing list