From 7e82f4c6fac5afb28e09258ff53e609d6cb1bc7c Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 19 Jan 2006 14:06:25 +0000 Subject: [PATCH] - s/sed -ie/sed -i -e/ --- gnome-vfs2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 4912274..57c30fe 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -10,7 +10,7 @@ Summary: The GNOME virtual file-system libraries. Name: gnome-vfs2 Version: 2.13.4 -Release: 4 +Release: 5 License: LGPL Group: System Environment/Libraries Source0: gnome-vfs-%{version}.tar.bz2 @@ -125,7 +125,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la 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 -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile done @@ -180,6 +180,9 @@ done %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Thu Jan 19 2006 Ray Strode 2.13.4-5 +- s/sed -ie/sed -i -e/ + * Thu Jan 19 2006 Ray Strode 2.13.4-4 - fix fix for bonobo shlib multilib issue (bug 156982)