|
|
@@ -33,13 +33,14 @@ Class: BASE
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
Version: 1.31
|
|
|
-Release: 20070907
|
|
|
+Release: 20070926
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
|
|
|
Source1: rc.postgrey
|
|
|
Source2: whitelist.clients
|
|
|
Source3: whitelist.recipients
|
|
|
+Patch0: postgrey.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -69,6 +70,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
# build manual page
|