rpms/gnome-vfs2/devel gnome-vfs2.spec,1.87,1.88

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 13:18:42 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/gnome-vfs2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8430

Modified Files:
	gnome-vfs2.spec 
Log Message:
- fix fix for bonobo shlib multilib issue (bug 156982)



Index: gnome-vfs2.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-vfs2/devel/gnome-vfs2.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- gnome-vfs2.spec	19 Jan 2006 05:08:27 -0000	1.87
+++ gnome-vfs2.spec	19 Jan 2006 13:18:38 -0000	1.88
@@ -10,7 +10,7 @@
 Summary: The GNOME virtual file-system libraries.
 Name: gnome-vfs2
 Version: 2.13.4
-Release: 3
+Release: 4
 License: LGPL
 Group: System Environment/Libraries
 Source0: gnome-vfs-%{version}.tar.bz2
@@ -125,7 +125,7 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.{a,la}
 
 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
 
 
@@ -180,6 +180,9 @@
 %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 2.13.4-4
+- fix fix for bonobo shlib multilib issue (bug 156982)
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 2.13.4-3
 - fix bonobo shlib multilib issue (bug 156982)
 




More information about the fedora-cvs-commits mailing list