summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2004-06-22 13:14:10 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitd574232f8549005e1bc074e343af5324f52fe289 (patch)
tree955f1f021ef1ec4d48a395e424d2f495b89585b3
parentfe8e351e27c9be8cedaa9a1e1327f7baf06d4845 (diff)
downloadpostfix-d574232f8549005e1bc074e343af5324f52fe289.zip
postfix-d574232f8549005e1bc074e343af5324f52fe289.tar.gz
- most patches updated to postfix 2.1.3
- pgsql and ns-mx-acl patch removed as the functionality is included in postfix 2.1.x - polish bcond/patch commented-out (AFAIR it didn't work anyway), added to TODO list - dict_ldap patch removed - postfix 2.1.3 includes improved LDAP support Changed files: postfix.spec -> 1.212.2.3
-rw-r--r--postfix.spec15
1 files changed, 6 insertions, 9 deletions
diff --git a/postfix.spec b/postfix.spec
index baa8960..ae7a142 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -6,7 +6,10 @@
%bcond_without sasl # without SMTP AUTH support
%bcond_without ssl # without SSL/TLS support
%bcond_without cdb # without cdb map support
-%bcond_with polish # with double English+Polish messages
+#%bcond_with polish # with double English+Polish messages
+#
+# TODO:
+# - check/fix 'polish' bcond
#
%define _tls_ipv6_ver 1.25-pf-2.1.3
Summary: Postfix Mail Transport Agent
@@ -36,14 +39,11 @@ Source8: http://www.ipnet6.org/postfix/download/tls+ipv6-%{_tls_ipv6_ver}.patch.
Patch0: %{name}-config.patch
Patch1: %{name}-conf_msg.patch
Patch2: %{name}-dynamicmaps.patch
-Patch3: %{name}-pgsql.patch
Patch4: %{name}-master.cf_cyrus.patch
-Patch5: %{name}-pl.patch
+#Patch5: %{name}-pl.patch
Patch6: %{name}-cdb_man.patch
-Patch7: %{name}-ns-mx-acl.patch
Patch8: %{name}-kill_warnings.patch
Patch9: %{name}-ipv6-kill_warnings.patch
-Patch10: %{name}-dict_ldap.patch
URL: http://www.postfix.org/
BuildRequires: awk
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
@@ -210,15 +210,12 @@ zcat %{SOURCE8} | patch -p1 -s
%patch0 -p1
%patch1 -p1
%patch2 -p1
-%patch3 -p1
%patch4 -p1
-%{?with_polish:%patch5 -p1}
+#%{?with_polish:%patch5 -p1}
%{?with_cdb:%patch6 -p1}
-%patch7 -p1
%patch8 -p1
%patch9 -p1
%{?with_cdb:sh dict_cdb.sh}
-%patch10 -p1
%build
%{__make} -f Makefile.init makefiles