Browse Source

add libraries to PreReq

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
0245ebeadb
  1. 10
      sasl/sasl.spec
  2. 6
      socat/socat.spec

10
sasl/sasl.spec

@ -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

6
socat/socat.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE]
Group: Network
License: GPL
Version: %{V_major}.%{V_minor}
Release: 20030224
Release: 20030707
# list of sources
Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
@ -45,8 +45,10 @@ Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, readline, openssl
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
PreReq: OpenPKG, openpkg >= 20020206
BuildPreReq: readline, openssl
PreReq: readline, openssl
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save