|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Mail
|
|
|
License: BSD
|
|
|
Version: 8.12.7
|
|
|
-Release: 20030114
|
|
|
+Release: 20030129
|
|
|
|
|
|
# package options
|
|
|
%option with_tls no
|
|
|
@@ -47,6 +47,7 @@ Source1: etc.sendmail.tar
|
|
|
Source2: cf.tar
|
|
|
Source3: fsl.sendmail
|
|
|
Source4: rc.sendmail
|
|
|
+Patch0: http://www.sendmail.org/~ca/email/patches/proto.m4.8.649.2.14
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -77,6 +78,9 @@ Conflicts: ssmtp, exim, postfix
|
|
|
# unpack standard tarballs
|
|
|
%setup0 -q -c
|
|
|
%setup1 -q -T -D -a 1
|
|
|
+ ( cd sendmail-%{version}/cf/m4
|
|
|
+ %patch0
|
|
|
+ )
|
|
|
|
|
|
# add own M4 stuff to Sendmail configuration set
|
|
|
( cd sendmail-%{version}
|