|
|
@@ -24,12 +24,14 @@
|
|
|
##
|
|
|
|
|
|
# involved versions
|
|
|
-%define V_postfix 1.1.4
|
|
|
+%define V_postfix 1.1.5
|
|
|
%define V_tls 0.8.4-1.1.4-0.9.6c
|
|
|
%define V_pflogsumm 1.0.4
|
|
|
|
|
|
# build options
|
|
|
-%define with_tls yes
|
|
|
+%ifndef with_tls
|
|
|
+%define with_tls no
|
|
|
+%endif
|
|
|
|
|
|
# package information
|
|
|
Name: postfix
|
|
|
@@ -76,6 +78,8 @@ Provides: MTA
|
|
|
o Optional Berkeley-DB lookup table support
|
|
|
o Optional PCRE matching support
|
|
|
|
|
|
+ Options: with_tls=%{with_tls}
|
|
|
+
|
|
|
%prep
|
|
|
%setup0 -q -c -a 0
|
|
|
%if "%{with_tls}" == "yes"
|