Bugzilla – Bug 116589
gnome-applets has incorrect libexecdir
Last modified: 2005-10-04 22:37:00 UTC
gnome-applets uncondtionally uses --libexecdir=%{prefix}/lib/gnome-applets it should be --libexecdir=%{prefix}/%_lib/gnome-applets Not critical since everything works.
Fixed in stable and plus
Reopening.
Correct libexecdir is %{prefix}/lib/{package_name}. Reverting. Libexecdir is intended for binary helpers. Binary files (bindir, libexecdir) are not duplicated on bi-arch. If you change libexecdir to %{prefix}/%{_lib}/{package_name}, IA32 libraries on x86_64 will not find these helpers and fail. For example see bug 62050. See also: http://fourier.suse.de/mlarch/SuSE/packagers/2004/packagers.2004.10/msg00005.html
correct for the case of binaries. I just wonder how many packages use libexecdir for libraries and plugins where the story is completely different ...