rpms/abiword/devel abiword.spec,1.23,1.24

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


Author: uwog

Update of /cvs/extras/rpms/abiword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5654

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




Index: abiword.spec
===================================================================
RCS file: /cvs/extras/rpms/abiword/devel/abiword.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- abiword.spec	11 Oct 2005 19:45:30 -0000	1.23
+++ abiword.spec	23 Oct 2005 13:16:30 -0000	1.24
@@ -3,7 +3,7 @@
 Summary: The AbiWord word processor
 Name: abiword
 Version: 2.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 Group: Applications/Editors
 License: GPL
@@ -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.12.1
 
 # gnome build deps
 BuildRequires: libbonobo-devel
@@ -65,8 +66,13 @@
 libtoolize --copy --force
 ./nextgen.sh
 %configure --disable-gda --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
@@ -130,6 +136,11 @@
 %{_datadir}/icons/*png
 
 %changelog
+* Sun Oct 23 2005 Marc Maurer <uwog at abisource.com> - 1:2.4.1-3.fc5
+- 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
+
 * Tue Oct 11 2005 Marc Maurer <uwog at abisource.com> - 1:2.4.1-2
 - Use %%{?dist} in the release name
 




More information about the fedora-extras-commits mailing list