]> git.pld-linux.org Git - packages/ghostscript.git/commitdiff
- kill gimp print support /following wiget's advice/ auto/ac/ghostscript-7_07_1-0_8
authorwrobell <wrobell@pld-linux.org>
Tue, 9 Dec 2003 01:03:54 +0000 (01:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghostscript.spec -> 1.137

ghostscript.spec

index 1750e41b60ed764502cabcdbb7b3aaab3ae0a0a7..ddfd43b974a0ab8303e3acf05e74b1d0cbc60f0e 100644 (file)
@@ -1,10 +1,9 @@
 #
 # Conditional build:
 %bcond_without cups            # without CUPS support
-%bcond_with    gimpprint       # with gimp-print support (requires gimp-print < 2.3)
-%bcond_with    svga            # with svgalib display support (vgalib and lvga256 devices)
+%bcond_with            svga            # with svgalib display support (vgalib and lvga256 devices)
 %bcond_without omni            # without omni support
-#
+
 Summary:       PostScript & PDF interpreter and renderer
 Summary(de):   PostScript & PDF Interpreter und Renderer
 Summary(fr):   Interpréteur et visualisateur PostScript & PDF
@@ -14,7 +13,7 @@ Summary(tr):  PostScript & PDF yorumlay
 Name:          ghostscript
 %define gnu_ver 7.07
 Version:       %{gnu_ver}.1
-Release:       0.7
+Release:       0.8
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/espgs/espgs-%{version}-source.tar.bz2
@@ -36,7 +35,6 @@ BuildRequires:        autoconf
 BuildRequires: automake
 %{?with_cups:BuildRequires:    cups-devel}
 BuildRequires: docbook-style-dsssl
-%{?with_gimpprint:BuildRequires:       gimp-print-devel}
 BuildRequires: glib2-devel
 # for gsx
 #BuildRequires:        gtk+-devel
@@ -167,7 +165,7 @@ export CFLAGS
        --with-drivers=ALL%{?with_svga:,vgalib,lvga256} \
        --with-fontpath="%{_datadir}/fonts:%{_datadir}/fonts/Type1" \
        --with-ijs \
-       --with%{!?with_gimpprint:out}-gimp-print \
+       --without-gimp-print \
        %{!?with_cups:--disable-cups} \
        --with%{!?with_omni:out}-omni \
        --with-x
This page took 0.06252 seconds and 4 git commands to generate.