|
|
|
|
@ -39,7 +39,7 @@ Distribution: OpenPKG [BASE]
|
|
|
|
|
Group: Mail |
|
|
|
|
License: IPL |
|
|
|
|
Version: %{V_postfix} |
|
|
|
|
Release: 20030704 |
|
|
|
|
Release: 20030707 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_fsl yes |
|
|
|
|
@ -63,14 +63,17 @@ Patch2: ftp://victor.teaser.fr/pub/lwa/postfix/postfix-%{V_whoson}-whoson.
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20030415, perl, pcre, db |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20030415, perl |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20030415, perl, procmail, perl-time |
|
|
|
|
BuildPreReq: pcre, db |
|
|
|
|
PreReq: pcre, db |
|
|
|
|
%if "%{with_fsl}" == "yes" |
|
|
|
|
BuildPreReq: fsl |
|
|
|
|
PreReq: fsl |
|
|
|
|
%endif |
|
|
|
|
%if "%{with_tls}" == "yes" |
|
|
|
|
BuildPreReq: openssl |
|
|
|
|
PreReq: openssl |
|
|
|
|
%endif |
|
|
|
|
%if "%{with_sasl}" == "yes" |
|
|
|
|
BuildPreReq: sasl |
|
|
|
|
@ -82,7 +85,7 @@ PreReq: mysql
|
|
|
|
|
%endif |
|
|
|
|
%if "%{with_ldap}" == "yes" |
|
|
|
|
BuildPreReq: openldap, openssl |
|
|
|
|
PreReq: openldap |
|
|
|
|
PreReq: openldap, openssl |
|
|
|
|
%endif |
|
|
|
|
%if "%{with_whoson}" == "yes" |
|
|
|
|
BuildPreReq: whoson |
|
|
|
|
|