rpms/abiword/FC-3 abiword.spec,1.26,1.27

Marc Maurer (uwog) fedora-extras-commits at redhat.com
Sun Oct 23 13:51:25 UTC 2005


Author: uwog

Update of /cvs/extras/rpms/abiword/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5836

Modified Files:
	abiword.spec 
Log Message:
Fix bug 161832, add gsf dep, disable collaboration plugin




Index: abiword.spec
===================================================================
RCS file: /cvs/extras/rpms/abiword/FC-3/abiword.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- abiword.spec	15 Oct 2005 12:04:16 -0000	1.26
+++ abiword.spec	23 Oct 2005 13:51:23 -0000	1.27
@@ -34,6 +34,7 @@
 BuildRequires: aiksaurus-gtk-devel >= 1.2.1
 BuildRequires: link-grammar-devel >= 4.1.3
 BuildRequires: gtkmathview-devel >= 0.7.5
+BuildRequires: libgsf-devel >= 1.10.1
 
 # gnome build deps
 BuildRequires: libbonobo-devel
@@ -67,8 +68,13 @@
 libtoolize --copy --force
 ./nextgen.sh
 %configure --disable-gda --disable-wmf --with-abiword=../abi
+# Remove libtool predep_objects and postdep_objects wonkiness so that
+# building without -nostdlib doesn't include them twice.  Because we
+# already link with g++, weird stuff happens if you don't let the
+# compiler handle this.
 sed 's/^predep_objects=.*/predep_objects=\"\"/' < libtool > libtool.foo
-sed 's/^postdep_objects=.*/postdep_objects=\"\"/' < libtool.foo > libtool
+sed 's/^postdep_objects=.*/postdep_objects=\"\"/' < libtool.foo > libtool.foobar
+sed 's/-shared -nostdlib/-shared/' < libtool.foobar > libtool
 make
 
 # now make the docs
@@ -132,6 +138,11 @@
 %{_datadir}/icons/*png
 
 %changelog
+* Sun Oct 23 2005 Marc Maurer <uwog at abisource.com> - 1:2.4.1-3.fc3
+- Fix bug 161832: "Abiword is not loading certain modules"
+- Add libgsf dependecy, which was needed all along
+- Disable the collaboration plugin, it is not for general use at all
+
 * Sat Oct 15 2005 Marc Maurer <uwog at abisource.com> - 1:2.4.1-4.fc3
 - Disable the wmf plugin
 




More information about the fedora-extras-commits mailing list