From bdded86a2d0bc4fda0e6f432343dc1dce01c9419 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Aug 19 2005 13:46:40 +0000 Subject: Fix the build by rerunning autogen.sh --- diff --git a/abiword.spec b/abiword.spec index 76e8fae..823f4be 100644 --- a/abiword.spec +++ b/abiword.spec @@ -3,7 +3,7 @@ Summary: The AbiWord word processor Name: abiword Version: 2.3.4 -Release: 2 +Release: 3 Epoch: 1 Group: Applications/Editors License: GPL @@ -55,7 +55,9 @@ AbiWord full-featured, and remain lean. %build cd abi -autoconf +# rerun autogen.sh, as we patch some Makefile.am's (see patch2) +./autogen.sh +#autoconf %configure --enable-gnome --with-libxml2 cd ../wv %configure --with-libwmf --with-libxml2 @@ -130,6 +132,10 @@ update-desktop-database %{_datadir}/applications %{_datadir}/icons/*png %changelog +* Fri Aug 19 2005 Marc Maurer - 1:2.3.4-3 +- Fix the build after applying the pango disabling patch by + rerunning autogen.sh + * Fri Aug 19 2005 Marc Maurer - 1:2.3.4-2 - Disable the experimental pango renderer