|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Cryptography
|
|
|
License: BSD
|
|
|
Version: 2.1.14
|
|
|
-Release: 20030704
|
|
|
+Release: 20030707
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -52,8 +52,10 @@ Patch0: sasl.patch
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20030415, db >= 4.1.24, gcc, openssl
|
|
|
-PreReq: OpenPKG, openpkg >= 20030415, db >= 4.1.24
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20030415, gcc
|
|
|
+PreReq: OpenPKG, openpkg >= 20030415
|
|
|
+BuildPreReq: db >= 4.1.24, openssl
|
|
|
+PreReq: db >= 4.1.24, openssl
|
|
|
%if "%{with_fsl}" == "yes"
|
|
|
BuildPreReq: fsl
|
|
|
PreReq: fsl
|
|
|
@@ -64,9 +66,11 @@ PreReq: PAM
|
|
|
%endif
|
|
|
%if "%{with_ldap}" == "yes"
|
|
|
BuildPreReq: openldap
|
|
|
+PreReq: openldap
|
|
|
%endif
|
|
|
%if "%{with_mysql}" == "yes"
|
|
|
BuildPreReq: mysql
|
|
|
+PreReq: mysql
|
|
|
%endif
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|