OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Jul-2002 12:48:15
Branch: HEAD Handle: 2002073111481401
Modified files:
openpkg-src/apache apache.spec
openpkg-src/gd gd.spec
openpkg-src/gd1 gd1.spec
Log:
Also gd1 should be sufficient to be linked into mod_php
Summary:
Revision Changes Path
1.73 +2 -2 openpkg-src/apache/apache.spec
1.23 +1 -0 openpkg-src/gd/gd.spec
1.3 +1 -0 openpkg-src/gd1/gd1.spec
____________________________________________________________________________
Index: openpkg-src/apache/apache.spec
============================================================
$ cvs diff -u -r1.72 -r1.73 apache.spec
--- openpkg-src/apache/apache.spec 23 Jul 2002 15:31:58 -0000 1.72
+++ openpkg-src/apache/apache.spec 31 Jul 2002 10:48:14 -0000 1.73
@@ -184,7 +184,7 @@
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 @@
%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
Index: openpkg-src/gd/gd.spec
============================================================
$ cvs diff -u -r1.22 -r1.23 gd.spec
--- openpkg-src/gd/gd.spec 29 May 2002 20:00:01 -0000 1.22
+++ openpkg-src/gd/gd.spec 31 Jul 2002 10:48:14 -0000 1.23
@@ -46,6 +46,7 @@
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
Index: openpkg-src/gd1/gd1.spec
============================================================
$ cvs diff -u -r1.2 -r1.3 gd1.spec
--- openpkg-src/gd1/gd1.spec 29 May 2002 20:00:04 -0000 1.2
+++ openpkg-src/gd1/gd1.spec 31 Jul 2002 10:48:15 -0000 1.3
@@ -46,6 +46,7 @@
Conflicts: gd >= 2
AutoReq: no
AutoReqProv: no
+Provides: GD
%description
GD is a graphics library. It allows your code to quickly draw images
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]