SPECS: amavisd.spec - rel 7: fix build when sendmail binary is not...
glen
glen at pld-linux.org
Fri Apr 14 16:30:01 CEST 2006
Author: glen Date: Fri Apr 14 14:30:01 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 7: fix build when sendmail binary is not present
---- Files affected:
SPECS:
amavisd.spec (1.60 -> 1.61)
---- Diffs:
================================================================
Index: SPECS/amavisd.spec
diff -u SPECS/amavisd.spec:1.60 SPECS/amavisd.spec:1.61
--- SPECS/amavisd.spec:1.60 Fri Apr 14 13:44:56 2006
+++ SPECS/amavisd.spec Fri Apr 14 16:29:52 2006
@@ -7,7 +7,7 @@
Summary(pl): Antywirusowy skaner poczty elektronicznej - Demon
Name: amavisd
Version: 0.1
-Release: 6
+Release: 7
Epoch: 1
License: GPL
Group: Applications/Mail
@@ -62,6 +62,9 @@
Obsoletes: amavisd-new
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# needs fix somewhere
+%undefine with_ccache
+
%description
AMaViS is a script that interfaces a mail transport agent (MTA) with
one or more virus scanners. This is daemonized version of amavis.
@@ -186,6 +189,7 @@
%{__automake}
%{__autoconf}
%configure \
+ --with-sendmail-wrapper=/usr/lib/sendmail \
--enable-smtp \
--enable-postfix \
--enable-all \
@@ -200,6 +204,7 @@
mv amavis/amavisd amavis/amavisd.postfix
%configure \
+ --with-sendmail-wrapper=/usr/lib/sendmail \
--disable-smtp \
--enable-exim \
--enable-all \
@@ -215,6 +220,7 @@
#NFY
%configure \
+ --with-sendmail-wrapper=/usr/lib/sendmail \
--disable-smtp \
--enable-qmail \
--enable-all \
@@ -230,6 +236,7 @@
mv amavis/amavis amavis/amavis.qmail-queue
%configure \
+ --with-sendmail-wrapper=/usr/lib/sendmail \
--disable-smtp \
--enable-sendmail \
--enable-all \
@@ -327,6 +334,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.61 2006/04/14 14:29:52 glen
+- rel 7: fix build when sendmail binary is not present
+
Revision 1.60 2006/04/14 11:44:56 glen
- rel 6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/amavisd.spec?r1=1.60&r2=1.61&f=u
More information about the pld-cvs-commit
mailing list