|
|
|
|
@ -36,7 +36,7 @@ Class: PLUS
|
|
|
|
|
Group: Logfile |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_here} |
|
|
|
|
Release: 20080713 |
|
|
|
|
Release: 20080921 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_dns no |
|
|
|
|
@ -49,8 +49,8 @@ Prefix: %{l_prefix}
|
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130 |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20040130 |
|
|
|
|
BuildPreReq: gd, png, zlib, db >= 4.1.24 |
|
|
|
|
PreReq: gd, png, zlib, db >= 4.1.24 |
|
|
|
|
BuildPreReq: gd, png, zlib, bzip2, db >= 4.1.24 |
|
|
|
|
PreReq: gd, png, zlib, bzip2, db >= 4.1.24 |
|
|
|
|
%if "%{with_dns}" == "yes" |
|
|
|
|
BuildPreReq: db::with_compat = yes |
|
|
|
|
PreReq: db::with_compat = yes |
|
|
|
|
@ -82,6 +82,9 @@ AutoReqProv: no
|
|
|
|
|
%if "%{with_dns}" == "yes" |
|
|
|
|
--enable-dns \ |
|
|
|
|
%endif |
|
|
|
|
--enable-bz2 \ |
|
|
|
|
--with-bz2lib=%{l_prefix}/lib \ |
|
|
|
|
--with-bz2=%{l_prefix}/include \ |
|
|
|
|
--with-etcdir=%{l_prefix}/etc/webalizer \ |
|
|
|
|
--with-gdlib=%{l_prefix}/lib \ |
|
|
|
|
--with-gd=%{l_prefix}/include \ |
|
|
|
|
|