rpms/poppler/OLPC-2 poppler.spec,1.39,1.40

Reinier Heeres (rwh) fedora-extras-commits at redhat.com
Wed Dec 12 18:16:38 UTC 2007


Author: rwh

Update of /cvs/pkgs/rpms/poppler/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12716

Modified Files:
	poppler.spec 
Log Message:
Build without QT dependency for OLPC-2



Index: poppler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/poppler/OLPC-2/poppler.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- poppler.spec	12 Dec 2007 16:44:36 -0000	1.39
+++ poppler.spec	12 Dec 2007 18:16:01 -0000	1.40
@@ -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 @@
 %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 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Dec  4 2007 Reinier Heeres <reinier at heeres.eu> - 0.6.2-4OLPC-2
+- Build without QT support for OLPC-2 branch
+
 * Sun Dec  2 2007 Matthias Clasen <mclasen at redhat.com> - 0.6.2-3
 - Fix the qt3 checks some more
 




More information about the fedora-extras-commits mailing list