瀏覽代碼

modifying package: exim-4.53 20050926 -> 20050927

Christoph Schug 20 年之前
父節點
當前提交
37cda8e0e7
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      exim/exim.spec

+ 7 - 1
exim/exim.spec

@@ -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"