You just trampled on Vincent's fixes...
Luca Berra wrote:
> Name : nss_ldap Relocations: (not relocateable)
> Version : 211 Vendor: Luca Berra <[EMAIL
> PROTECTED]>
> Release : 3mdk Build Date: Sat Nov 1 13:57:21 2003
> -=-=-=-
> Luca Berra <[EMAIL PROTECTED]> 211-3mdk
>
> - fixed db4
> - changed ldap2-static-devel buildrequires to ldap2-devel
> - don't buildrequire gdbm-devel
> - 211-2mdk has been lost in a time warp
>
> -=-=-=-
> -%configure --with-ldap-lib=openldap --libdir=/%_lib
> +%configure --with-ldap-lib=openldap --libdir=/lib
> %__make
> popd
>
> @@ -85,16 +88,16 @@
> rm -rf $RPM_BUILD_ROOT
>
> install -d $RPM_BUILD_ROOT%{_sysconfdir}
> -install -d $RPM_BUILD_ROOT/%_lib/security
> +install -d $RPM_BUILD_ROOT/lib/security
>
> # Install the nsswitch module.
> %make install DESTDIR="${RPM_BUILD_ROOT}" INST_UID=`id -u` INST_GID=`id -g` \
> - libdir=/%_lib
> + libdir=/lib
>
>
> # Install the module for PAM.
> pushd pam_ldap-%{pam_ldap_version}
> -%make install DESTDIR="$RPM_BUILD_ROOT" libdir=/%_lib
> +%make install DESTDIR="$RPM_BUILD_ROOT" libdir=/lib
> popd
> echo "secret" > $RPM_BUILD_ROOT/%{_sysconfdir}/ldap.secret
>
> @@ -124,16 +127,23 @@
> %doc nsswitch.ldap certutil ldap.conf
> %attr (600,root,root) %config(noreplace) %{_sysconfdir}/ldap.secret
> %attr (644,root,root) %config(noreplace) %{_sysconfdir}/ldap.conf
> -/%_lib/*so*
> +/lib/*so*
>
> %files -n pam_ldap
> %defattr(-,root,root)
> %doc
> pam_ldap-%{pam_ldap_version}/{AUTHORS,NEWS,COPYING,COPYING.LIB,README,ChangeLog,pam.d,chsh,chfn,ldap.conf}
> -/%_lib/security/*so*
> +/lib/security/*so*
>
> %changelog
> -* Fri Oct 17 2003 Vincent Danen <[EMAIL PROTECTED]> 207-4mdk
> -- use /%%_lib not /lib so libs are installed in the right place for amd64
> +* Sat Nov 01 2003 Luca Berra <[EMAIL PROTECTED]> 211-3mdk
> +- fixed db4
> +- changed ldap2-static-devel buildrequires to ldap2-devel
> +- don't buildrequire gdbm-devel
> +- 211-2mdk has been lost in a time warp
> +
> +* Fri Oct 17 2003 Florin <[EMAIL PROTECTED]> 211-1mdk
> +- nss_ldap 211
> +- pam_ldap 165
>