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