From d121f06743e169da57cf1dde244c8dd25e75f49f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 28 Jan 2008 15:30:01 +0000 Subject: [PATCH] - Don't build with jasper support. --- ghostscript.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index 77fc3df..7dca432 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -23,7 +23,7 @@ Patch6: ghostscript-runlibfileifexists.patch Patch7: ghostscript-gsbug689577.patch Requires: urw-fonts >= 1.1, ghostscript-fonts -BuildRequires: libjpeg-devel, libXt-devel, jasper-devel +BuildRequires: libjpeg-devel, libXt-devel BuildRequires: zlib-devel, libpng-devel, unzip, gtk2-devel BuildRequires: glib2-devel, gnutls-devel # Omni requires libxml @@ -125,6 +125,7 @@ do FONTPATH="$FONTPATH${FONTPATH:+:}$path" done %configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \ + --without-jasper \ --with-drivers=ALL --disable-compile-inits # Build IJS @@ -267,7 +268,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Jan 28 2008 Tim Waugh 8.61-7 -- Build requires jasper-devel. +- Don't build with jasper support. - Remove bundled libraries. * Tue Dec 11 2007 Tim Waugh 8.61-6