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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 13:24:09 UTC 2006


Author: rstrode

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

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



Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- evolution.spec	19 Jan 2006 04:58:56 -0000	1.116
+++ evolution.spec	19 Jan 2006 13:24:04 -0000	1.117
@@ -33,7 +33,7 @@
 
 Name: evolution
 Version: 2.5.4
-Release: 9
+Release: 10
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.ximian.com/
@@ -350,7 +350,7 @@
 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
+    sed -ie 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
 done
 %find_lang %name-%{evo_major}
 
@@ -514,6 +514,9 @@
 %{_libdir}/evolution/%{evo_major}/*.so
 
 %changelog
+* Wed Jan 18 2006 Ray Strode <rstrode at redhat.com> - 2.5.4-10
+- fix fix for multilib issue with shlib bonobo components (bug 156982)
+
 * Wed Jan 18 2006 Ray Strode <rstrode at redhat.com> - 2.5.4-9
 - fix multilib issue with shlib bonobo components (bug 156982)
 




More information about the fedora-cvs-commits mailing list