Browse Source

there is a single gd now only

master
parent
commit
b6b5da79d1
  1. 4
      php/php.spec
  2. 4
      webalizer/webalizer.spec

4
php/php.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Language
License: PHP
Version: 4.3.2
Release: 20030529
Release: 20030603
# package options (analog to apache.spec)
%option with_calendar no
@ -88,7 +88,7 @@ PreReq: OpenPKG, openpkg >= 20020206
BuildPreReq: MYSQL
%endif
%if "%{with_gd}" == "yes"
BuildPreReq: GD, jpeg, png
BuildPreReq: gd, jpeg, png
%endif
%if "%{with_db}" == "yes"
BuildPreReq: db

4
webalizer/webalizer.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
Group: Web
License: GPL
Version: %{V_here}
Release: 20030402
Release: 20030603
# package options
%option with_dns no
@ -48,7 +48,7 @@ Source0: ftp://ftp.mrunix.net/pub/webalizer/webalizer-%{V_real}-src.tgz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, GD, png, zlib, db >= 4.1.24
BuildPreReq: OpenPKG, openpkg >= 20020206, gd, png, zlib, db >= 4.1.24
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save