rpms/evolution/devel evolution.spec,1.115,1.116

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 04:59:02 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1797

Modified Files:
	evolution.spec 
Log Message:
- fix multilib issue with shlib bonobo components (bug 156982)



Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- evolution.spec	13 Jan 2006 05:05:05 -0000	1.115
+++ evolution.spec	19 Jan 2006 04:58:56 -0000	1.116
@@ -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 @@
 # 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 @@
 %{_libdir}/evolution/%{evo_major}/*.so
 
 %changelog
+* Wed Jan 18 2006 Ray Strode <rstrode at redhat.com> - 2.5.4-9
+- fix multilib issue with shlib bonobo components (bug 156982)
+
 * Thu Jan 12 2006 David Malcolm <dmalcolm at redhat.com> - 2.5.4-8
 - avoid multiple initialization of NetworkManager connections (patch 807, 
   gnome bug #326875)




More information about the fedora-cvs-commits mailing list