1 |
|
### RPM external openldap 2.3.39 |
2 |
|
## INITENV +PATH LD_LIBRARY_PATH %i/lib |
3 |
|
Source: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20071118.tgz |
4 |
+ |
Patch0: openldap-2.3.39-gcc44 |
5 |
|
Requires: openssl db4 |
6 |
|
#cyrus-sasl |
7 |
< |
Provides: libsasl2.so.2 |
7 |
> |
Provides: libsasl2.so.2 libsasl2.so.2()(64bit) |
8 |
|
|
9 |
|
#http://www.openssl.org/source/%n-%realversion.tar.gz |
10 |
|
|
11 |
|
%prep |
12 |
|
%setup -q -n %n-%{realversion} |
13 |
|
pwd |
14 |
+ |
%patch0 -p1 |
15 |
+ |
|
16 |
|
%build |
17 |
|
|
18 |
|
pwd |
51 |
|
<Environment name=OPENLDAP_BASE default="%i"></Environment> |
52 |
|
<Environment name=LIBDIR default="$OPENLDAP_BASE/lib"></Environment> |
53 |
|
</Client> |
54 |
+ |
<use name=openssl> |
55 |
+ |
<use name=db4> |
56 |
|
</Tool> |
57 |
|
EOF_TOOLFILE |
58 |
|
|