Quellcode durchsuchen

add -a option also to SYNOPSIS in manual page and require spamassassin package already under build-time to fix configure-time

Ralf S. Engelschall vor 18 Jahren
Ursprung
Commit
e4d18776eb
2 geänderte Dateien mit 16 neuen und 8 gelöschten Zeilen
  1. 12 4
      milter-sa/milter-sa.patch
  2. 4 4
      milter-sa/milter-sa.spec

+ 12 - 4
milter-sa/milter-sa.patch

@@ -1,6 +1,6 @@
 Index: configure
 --- configure.orig	2006-04-05 18:00:01 +0200
-+++ configure	2007-03-02 10:32:13 +0100
++++ configure	2007-08-06 21:18:29 +0200
 @@ -7080,9 +7080,6 @@
  
  
@@ -22,8 +22,16 @@ Index: configure
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
 Index: spamass-milter.1.in
 --- spamass-milter.1.in.orig	2004-03-18 19:37:08 +0100
-+++ spamass-milter.1.in	2007-03-02 10:30:55 +0100
-@@ -199,6 +199,9 @@
++++ spamass-milter.1.in	2007-08-06 21:18:46 +0200
+@@ -20,6 +20,7 @@
+ .Op Fl r Ar nn
+ .Op Fl u Ar defaultuser
+ .Op Fl x
++.Op Fl a
+ .Op Fl - Ar spamc flags ...
+ .Sh DESCRIPTION
+ The
+@@ -199,6 +200,9 @@
  Requires the
  .Fl u
  flag.  
@@ -35,7 +43,7 @@ Index: spamass-milter.1.in
  This allows you to connect to a remote spamd with
 Index: spamass-milter.cpp
 --- spamass-milter.cpp.orig	2006-03-23 22:41:36 +0100
-+++ spamass-milter.cpp	2007-03-02 10:31:50 +0100
++++ spamass-milter.cpp	2007-08-06 21:18:29 +0200
 @@ -100,7 +100,7 @@
  extern "C" {
  #endif

+ 4 - 4
milter-sa/milter-sa.spec

@@ -33,7 +33,7 @@ Class:        EVAL
 Group:        Mail
 License:      GPL
 Version:      0.3.1
-Release:      20070302
+Release:      20070806
 
 #   package options
 %option       with_fsl  yes
@@ -48,9 +48,9 @@ Patch0:       milter-sa.patch
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20060823
-PreReq:       OpenPKG, openpkg >= 20060823, spamassassin
-BuildPreReq:  milter, MTA
-PreReq:       milter, MTA
+PreReq:       OpenPKG, openpkg >= 20060823
+BuildPreReq:  spamassassin, milter, MTA
+PreReq:       spamassassin, milter, MTA
 %if "%{with_fsl}" == "yes"
 BuildPreReq:  fsl >= 1.2.0
 PreReq:       fsl >= 1.2.0