]> git.pld-linux.org Git - packages/ghostscript.git/commitdiff
- added forgotten BR: pkgconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Dec 2003 07:02:51 +0000 (07:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghostscript.spec -> 1.136

ghostscript.spec

index 182d54b1c0e39db326620fe9021d00af9b67ce23..1750e41b60ed764502cabcdbb7b3aaab3ae0a0a7 100644 (file)
@@ -1,10 +1,10 @@
 #
 # 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_without omni    # without omni support
-
+%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_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
@@ -34,20 +34,21 @@ URL:                http://www.ghostscript.com/
 BuildRequires: XFree86-devel
 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
-BuildRequires: glib2-devel
 BuildRequires: libpng-devel >= 1.0.8
 BuildRequires: libstdc++-devel
+BuildRequires: pkgconfig
 # Required by 'gdevvglb' device.
 %ifarch %{ix86} alpha ppc
 %{?with_svga:BuildRequires:    svgalib-devel}
 %endif
 # for documentation regeneration
 BuildRequires: tetex
-%{?with_cups:BuildRequires:    cups-devel}
-BuildRequires: docbook-style-dsssl
-%{?with_gimpprint:BuildRequires:       gimp-print-devel}
 BuildRequires: tetex-dvips
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.044483 seconds and 4 git commands to generate.