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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 13:22:23 UTC 2006


Author: rstrode

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

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



Index: gnome-spell.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-spell/devel/gnome-spell.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gnome-spell.spec	19 Jan 2006 05:04:54 -0000	1.15
+++ gnome-spell.spec	19 Jan 2006 13:22:19 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: Bonobo component for spell checking
 Name: gnome-spell
 Version: 1.0.5
-Release: 11
+Release: 12
 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 -ie '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-12
+- fix fix for multilib issue with shlib bonobo components (bug 156982)
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 1.0.5-11
 - fix multilib issue with shlib bonobo components (bug 156982)
 




More information about the fedora-cvs-commits mailing list