rpms/gtkhtml3/devel gtkhtml3.spec,1.48,1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 14:08:29 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/gtkhtml3/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4225

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



Index: gtkhtml3.spec
===================================================================
RCS file: /cvs/dist/rpms/gtkhtml3/devel/gtkhtml3.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- gtkhtml3.spec	19 Jan 2006 13:17:10 -0000	1.48
+++ gtkhtml3.spec	19 Jan 2006 14:08:26 -0000	1.49
@@ -5,7 +5,7 @@
 Summary: gtkhtml library
 Name: gtkhtml3
 Version: 3.9.4
-Release: 3
+Release: 4
 License: LGPL/GPL
 Group: System Environment/Libraries
 Source: ftp://ftp.gnome.org/pub/GNOME/sources/gtkhtml/gtkhtml-%{version}.tar.bz2
@@ -68,7 +68,7 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/gtkhtml/*.a
 
 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
 rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/GNOME_GtkHTML_Editor-3.8.servere
 
@@ -97,7 +97,10 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
-* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> - 3.9.4-2
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> - 3.9.4-3
+- s/sed -ie/sed -i -e/
+
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> - 3.9.4-3
 - fix broken fix in 3.9.4-2
 
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> - 3.9.4-2




More information about the fedora-cvs-commits mailing list