From d89086f109c9c3849ba3c17a25a7ee506e8982d5 Mon Sep 17 00:00:00 2001 From: Reinier Heeres Date: Wed, 12 Dec 2007 17:47:16 +0000 Subject: [PATCH] Reverting changes; should have been in OLPC-2 tree --- poppler.spec | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/poppler.spec b/poppler.spec index cda733c..c21b6d2 100644 --- a/poppler.spec +++ b/poppler.spec @@ -3,7 +3,7 @@ Summary: PDF rendering library Name: poppler Version: 0.6.2 -Release: 4%{?dist} +Release: 3%{?dist} License: GPLv2 and Redistributable, no modification permitted # the code is GPLv2 # the charmap data in /usr/share/poppler is redistributable @@ -101,12 +101,9 @@ converting PDF files to a number of other formats. %configure \ --disable-static \ --enable-cairo-output \ - --disable-poppler-qt \ - --disable-poppler-qt4 \ - --enable-xpdf-headers \ - --disable-abiword-output \ - --disable-splash-output \ - --disable-gtk-test + --enable-poppler-qt \ + --enable-poppler-qt4 \ + --enable-xpdf-headers ) make %{?_smp_mflags} -C %{name}-%{version} @@ -175,9 +172,6 @@ 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