--- attr.spec.orig 2004-05-15 12:05:04 +0400 +++ attr.spec 2004-08-30 06:14:44 +0400 @@ -3,7 +3,7 @@ Name: attr Version: 2.4.15 -Release: alt1 +Release: alt2 Summary: Utility for managing filesystem extended attributes License: GPL @@ -82,14 +82,14 @@ %__rm -rf %buildroot%_datadir/doc/%name %__install -p -m644 */.libs/*.a %buildroot%_libdir/ -# Relocate shared libraries from %_libdir/ to /lib/. -%__mkdir_p %buildroot/lib -%__mv %buildroot%_libdir/*.so.* %buildroot/lib/ -%__chmod 644 %buildroot/lib/* +# Relocate shared libraries from %_libdir/ to /%_lib/. +%__mkdir_p %buildroot/%_lib +%__mv %buildroot%_libdir/*.so.* %buildroot/%_lib/ +%__chmod 644 %buildroot/%_lib/* for f in */.libs/*.so; do t=`objdump -p "$f" |awk '/SONAME/ {print $2}'` [ -n "$t" ] - %__ln_s -nf ../../lib/"$t" "%buildroot%_libdir/${f##*/}" + %__ln_s -nf ../../%_lib/"$t" "%buildroot%_libdir/${f##*/}" done %find_lang %name @@ -103,7 +103,7 @@ %_mandir/man[15]/* %files -n lib%name -/lib/*.so.* +/%_lib/*.so.* %files -n lib%name-devel %_libdir/*.so @@ -114,6 +114,9 @@ %_libdir/*.a %changelog +* Mon Aug 30 2004 Anton D. Kachalov 2.4.15-alt2 +- Multilib + * Sat May 15 2004 Alexander Bokovoy 2.4.15-alt1 - 2.4.15