]> git.pld-linux.org Git - packages/gd.git/commitdiff
- killed X11/Xpm entropy
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Jun 2003 10:45:11 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gd.spec -> 1.85

gd.spec

diff --git a/gd.spec b/gd.spec
index a320967a40b8e4a2c7a3be46a62bec5519008423..17bf824e0b50815d0e31ab72ea3aa0d7821fcf28 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -1,6 +1,7 @@
 #
 # _without_gif - without GIF support (patch from http://www.rhyme.com.au/gd/)
 # _without_lzw - without LZW compression in GIF creation functions
+# _without_xpm - without XPM support (requires X11 libs)
 #
 Summary:       Library for PNG, JPEG creation
 Summary(es):   Biblioteca para manipulación de imágenes
@@ -18,6 +19,8 @@ Patch1:               %{name}-gif-am.patch
 Patch2:                %{name}-fontpath.patch
 Patch3:                %{name}-no_ldflags_in_gdlib-config.patch
 URL:           http://www.boutell.com/gd/
+%{!?_without_xpm:BuildRequires:        XFree86-devel}
+%{?_without_xpm:BuildConflicts:        XFree86-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: freetype-devel >= 2.0
@@ -72,6 +75,7 @@ Summary(pl):  Cz
 Summary(pt_BR):        Arquivos de inclusão e bibliotecas para desenvolver programas usando gd
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
+%{!?_without_xpm:Requires:     XFree86-devel}
 Requires:      freetype-devel >= 2.0
 Requires:      libjpeg-devel
 Requires:      libpng-devel
This page took 0.143621 seconds and 4 git commands to generate.