rpms/gnome-spell/devel gnome-spell.spec,1.16,1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 14:01:25 UTC 2006


Author: rstrode

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

Modified Files:
	gnome-spell.spec 
Log Message:
- s/sed -ie/sed -i -e/



Index: gnome-spell.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-spell/devel/gnome-spell.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gnome-spell.spec	19 Jan 2006 13:22:19 -0000	1.16
+++ gnome-spell.spec	19 Jan 2006 14:01:21 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: Bonobo component for spell checking
 Name: gnome-spell
 Version: 1.0.5
-Release: 12
+Release: 13
 Source0: ftp://ftp.gnome.org/pub/gnome/sources/gnome-spell/%{name}-%{version}.tar.bz2
 Patch0: gnome-spell-1.0.2-pspell-compat.patch
 Patch1: gnome-spell-1.0.2-langlist.patch
@@ -47,7 +47,7 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-spell/*.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
 
 
@@ -66,6 +66,9 @@
 %{_datadir}/idl/*
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 1.0.5-13
+- s/sed -ie/sed -i -e/
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 1.0.5-12
 - fix fix for multilib issue with shlib bonobo components (bug 156982)
 




More information about the fedora-cvs-commits mailing list