|
|
@@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
Version: 4.22
|
|
|
-Release: 20030818
|
|
|
+Release: 20030918
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -49,8 +49,8 @@ Source3: fsl.exim
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20030718, perl, gzip
|
|
|
-PreReq: OpenPKG, openpkg >= 20030718, perl, gzip
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20030909, perl, gzip
|
|
|
+PreReq: OpenPKG, openpkg >= 20030909, perl, gzip
|
|
|
BuildPreReq: openssl, db >= 4.1.24, libiconv
|
|
|
PreReq: openssl, db >= 4.1.24, libiconv
|
|
|
%if "%{with_fsl}" == "yes"
|
|
|
@@ -115,7 +115,7 @@ Conflicts: postfix, sendmail, ssmtp
|
|
|
|
|
|
make="%{l_make}"
|
|
|
mflags="%{l_mflags}"
|
|
|
- case "%{l_target}" in
|
|
|
+ case "%{l_platform -t}" in
|
|
|
*-freebsd* ) make="make"; mflags=""; PATH="/usr/bin:$PATH" ;;
|
|
|
esac
|
|
|
$make $mflags makefile
|
|
|
@@ -143,7 +143,7 @@ Conflicts: postfix, sendmail, ssmtp
|
|
|
INST_INFO_DIRECTORY=$RPM_BUILD_ROOT%{l_prefix}/info; export INST_INFO_DIRECTORY
|
|
|
make="%{l_make}"
|
|
|
mflags="%{l_mflags}"
|
|
|
- case "%{l_target}" in
|
|
|
+ case "%{l_platform -t}" in
|
|
|
*-freebsd* ) make="make"; mflags=""; PATH="/usr/bin:$PATH" ;;
|
|
|
esac
|
|
|
$make $mflags install
|