--- libnfsidmap.spec 2005-10-14 19:22:10 +0400 +++ libnfsidmap.spec.orig 2005-05-07 19:28:40 +0400 @@ -6,7 +6,7 @@ Name: libnfsidmap Version: 0.10 -Release: alt3 +Release: alt2 Summary: Name to user id mapping library License: BSD @@ -65,8 +65,8 @@ %install %makeinstall libdir=%buildroot/%_lib %__mkdir_p %buildroot%_libdir -find %buildroot/%_lib -name \*.so|while read; do - %__ln_s -nf ../../%_lib/`readlink $REPLY` %buildroot%_libdir/${REPLY##*/} +find %buildroot/lib -name \*.so|while read; do + %__ln_s -nf ../../lib/`readlink $REPLY` %buildroot%_libdir/${REPLY##*/} %__rm -f $REPLY done @@ -88,9 +88,6 @@ %endif %changelog -* Fri Oct 14 2005 Kirill A. Shutemov 0.10-alt3 -- x86_64 support - * Sat May 7 2005 Sergey Bolshakov 0.10-alt2 - made umich_ldap mappings build conditional and disabled by default