From 2c30425dc64e660761aef607d3c6f0554fb5b310 Mon Sep 17 00:00:00 2001 From: Reinier Heeres Date: Wed, 12 Dec 2007 17:10:30 +0000 Subject: [PATCH] Updated spec to remove QT dependency --- poppler.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/poppler.spec b/poppler.spec index c21b6d2..cda733c 100644 --- a/poppler.spec +++ b/poppler.spec @@ -3,7 +3,7 @@ Summary: PDF rendering library Name: poppler Version: 0.6.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 and Redistributable, no modification permitted # the code is GPLv2 # the charmap data in /usr/share/poppler is redistributable @@ -101,9 +101,12 @@ converting PDF files to a number of other formats. %configure \ --disable-static \ --enable-cairo-output \ - --enable-poppler-qt \ - --enable-poppler-qt4 \ - --enable-xpdf-headers + --disable-poppler-qt \ + --disable-poppler-qt4 \ + --enable-xpdf-headers \ + --disable-abiword-output \ + --disable-splash-output \ + --disable-gtk-test ) make %{?_smp_mflags} -C %{name}-%{version} @@ -172,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Tue Dec 4 2007 Reinier Heeres - 0.6.2-4 +- Make OLPC-2 package without qt + * Sun Dec 2 2007 Matthias Clasen - 0.6.2-3 - Fix the qt3 checks some more