- fix fix for multilib issue with shlib bonobo components (bug 156982)
This commit is contained in:
parent
abd1452497
commit
8fad5ce212
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.5.4
|
Version: 2.5.4
|
||||||
Release: 9
|
Release: 10
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -350,7 +350,7 @@ rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/evolution-%{evo_major}.desktop
|
|||||||
ln -sf ./evolution-%{evo_major} $RPM_BUILD_ROOT/%{_bindir}/evolution
|
ln -sf ./evolution-%{evo_major} $RPM_BUILD_ROOT/%{_bindir}/evolution
|
||||||
|
|
||||||
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
|
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
|
||||||
sed -ie 's|location *= *"/usr/lib\(64\)*/|location="/usr/$(LIB)/|' $serverfile
|
sed -ie 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
|
||||||
done
|
done
|
||||||
%find_lang %name-%{evo_major}
|
%find_lang %name-%{evo_major}
|
||||||
|
|
||||||
@ -514,6 +514,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*.so
|
%{_libdir}/evolution/%{evo_major}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 2.5.4-10
|
||||||
|
- fix fix for multilib issue with shlib bonobo components (bug 156982)
|
||||||
|
|
||||||
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 2.5.4-9
|
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 2.5.4-9
|
||||||
- fix multilib issue with shlib bonobo components (bug 156982)
|
- fix multilib issue with shlib bonobo components (bug 156982)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user