- fix multilib issue with shlib bonobo components (bug 156982)

This commit is contained in:
Ray Strode 2006-01-19 04:58:56 +00:00
parent f6008fbd24
commit abd1452497

View File

@ -33,7 +33,7 @@
Name: evolution
Version: 2.5.4
Release: 8
Release: 9
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/
@ -349,7 +349,9 @@ rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/evolution-%{evo_major}.desktop
# evolution link
ln -sf ./evolution-%{evo_major} $RPM_BUILD_ROOT/%{_bindir}/evolution
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
sed -ie 's|location *= *"/usr/lib\(64\)*/|location="/usr/$(LIB)/|' $serverfile
done
%find_lang %name-%{evo_major}
%post
@ -512,6 +514,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so
%changelog
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 2.5.4-9
- fix multilib issue with shlib bonobo components (bug 156982)
* Thu Jan 12 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-8
- avoid multiple initialization of NetworkManager connections (patch 807,
gnome bug #326875)