Browse Source

modifying package: webalizer-2.20.01 20080713 -> 20080921

master
parent
commit
9ee6660c34
  1. 9
      webalizer/webalizer.spec

9
webalizer/webalizer.spec

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

Loading…
Cancel
Save