Browse Source

Also gd1 should be sufficient to be linked into mod_php

Christoph Schug 23 years ago
parent
commit
e561d49f61
3 changed files with 4 additions and 2 deletions
  1. 2 2
      apache/apache.spec
  2. 1 0
      gd/gd.spec
  3. 1 0
      gd1/gd1.spec

+ 2 - 2
apache/apache.spec

@@ -184,7 +184,7 @@ BuildPreReq:  make, bison, flex
 BuildPreReq:  mysql
 %endif
 %if "%{with_mod_php_gd}" == "yes"
-BuildPreReq:  gd
+BuildPreReq:  GD
 %endif
 %if "%{with_mod_php_db}" == "yes"
 BuildPreReq:  db
@@ -230,7 +230,7 @@ BuildPreReq: expat
 %if "%{with_mod_php3}" == "yes"
 BuildPreReq:  make, bison, flex
 %if "%{with_mod_php3_gd}" == "yes"
-BuildPreReq:  gd
+BuildPreReq:  GD
 %endif
 %if "%{with_mod_php3_jpeg}" == "yes"
 BuildPreReq:  jpeg

+ 1 - 0
gd/gd.spec

@@ -46,6 +46,7 @@ PreReq:       OpenPKG, openpkg >= 20020206, png, zlib, jpeg, freetype
 Conflicts:    gd < 2, gd >= 3, gd1
 AutoReq:      no
 AutoReqProv:  no
+Provides:     GD
 
 %description
     GD is a graphics library. It allows your code to quickly draw images

+ 1 - 0
gd1/gd1.spec

@@ -46,6 +46,7 @@ PreReq:       OpenPKG, openpkg >= 20020206, png, zlib, jpeg, freetype
 Conflicts:    gd >= 2
 AutoReq:      no
 AutoReqProv:  no
+Provides:     GD
 
 %description
     GD is a graphics library. It allows your code to quickly draw images