|
|
@@ -33,7 +33,7 @@ Class: PLUS
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
Version: 4.53
|
|
|
-Release: 20050926
|
|
|
+Release: 20050927
|
|
|
|
|
|
# package options
|
|
|
%option with_auth_cram_md5 no
|
|
|
@@ -102,6 +102,7 @@ Conflicts: postfix, sendmail, ssmtp
|
|
|
|
|
|
%track
|
|
|
prog exim = {
|
|
|
+ comment = "cs: remove 4.53-specific fix in %patch section when 4.54 is released"
|
|
|
version = %{version}
|
|
|
url = ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/
|
|
|
regex = exim-(__VER__)\.tar\.bz2
|
|
|
@@ -116,6 +117,11 @@ Conflicts: postfix, sendmail, ssmtp
|
|
|
-e 's;\(if \[ $name = exim${EXE}\)\( \]\; then\);\1 -a ".$DESTDIR" = . \2;' \
|
|
|
scripts/exim_install
|
|
|
|
|
|
+ # typo in 4.53
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;^pcre_globals\.:;pcre_globals.o:;' \
|
|
|
+ src/pcre/Makefile
|
|
|
+
|
|
|
%build
|
|
|
# correctly specify missing realtime functions library
|
|
|
EXTRALIBS="%{l_ldflags} -liconv"
|