From 994d84de12622d433b1f875bc9e65a6c12693ec9 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Jan 21 2006 21:36:41 +0000 Subject: Disable the PDF plugin, as poppler doesn't ship the xpdf headers anymore --- diff --git a/abiword.spec b/abiword.spec index e5b2603..13cd007 100644 --- a/abiword.spec +++ b/abiword.spec @@ -3,7 +3,7 @@ Summary: The AbiWord word processor Name: abiword Version: 2.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Group: Applications/Editors License: GPL @@ -65,7 +65,7 @@ make cd ../abiword-plugins libtoolize --copy --force ./nextgen.sh -%configure --disable-gda --with-abiword=../abi +%configure --disable-gda --disable-pdf --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 @@ -136,6 +136,10 @@ update-desktop-database %{_datadir}/applications %{_datadir}/icons/*png %changelog +* Sat Jan 21 2006 Marc Maurer - 1:2.4.2-4.fc5 +- Disable the PDF plugin for now, as poppler doesn't ship the xpdf + headers anymore + * Sat Jan 14 2006 Marc Maurer - 1:2.4.2-3.fc5 - Remove redundant requires - bug 177305