|
|
@@ -31,8 +31,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: Mail
|
|
|
License: BSD
|
|
|
-Version: 2.1.1
|
|
|
-Release: 20020306
|
|
|
+Version: 2.1.3
|
|
|
+Release: 20020308
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-%{version}.tar.gz
|
|
|
@@ -41,7 +41,7 @@ Patch0: imapd.patch
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, sasl, db3, openssl, make
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, sasl, db, openssl, make
|
|
|
PreReq: OpenPKG, openpkg >= 20020206, sasl, db3, openssl
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
@@ -55,8 +55,8 @@ AutoReqProv: no
|
|
|
|
|
|
%build
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|
|
|
- cflags="-I%{l_prefix}/include/db3 -I%{l_prefix}/include"
|
|
|
- ldflags="-L%{l_prefix}/lib -ldb3"
|
|
|
+ cflags="-I%{l_prefix}/include"
|
|
|
+ ldflags="-L%{l_prefix}/lib"
|
|
|
case "%{l_target}" in
|
|
|
*-freebsd* ) ldflags="$ldflags -lpam -lcrypt" ;;
|
|
|
*-solaris* ) ldflags="$ldflags -lpam" ;;
|