56 BuildPreReq: gd, png, zlib, bzip2, db >= 4.1.24 |
57 BuildPreReq: gd, png, zlib, bzip2, db >= 4.1.24 |
57 PreReq: gd, png, zlib, bzip2, db >= 4.1.24 |
58 PreReq: gd, png, zlib, bzip2, db >= 4.1.24 |
58 %if "%{with_dns}" == "yes" |
59 %if "%{with_dns}" == "yes" |
59 BuildPreReq: db::with_compat = yes |
60 BuildPreReq: db::with_compat = yes |
60 PreReq: db::with_compat = yes |
61 PreReq: db::with_compat = yes |
|
62 %endif |
|
63 %if "%{with_geoip}" == "yes" |
|
64 BuildPreReq: geoip |
|
65 PreReq: geoip |
61 %endif |
66 %endif |
62 AutoReq: no |
67 AutoReq: no |
63 AutoReqProv: no |
68 AutoReqProv: no |
64 |
69 |
65 %description |
70 %description |
90 --prefix=%{l_prefix} \ |
95 --prefix=%{l_prefix} \ |
91 --sysconfdir=%{l_prefix}/etc/%{name} \ |
96 --sysconfdir=%{l_prefix}/etc/%{name} \ |
92 --with-geodb=%{l_prefix}/var/%{name} \ |
97 --with-geodb=%{l_prefix}/var/%{name} \ |
93 %if "%{with_dns}" == "yes" |
98 %if "%{with_dns}" == "yes" |
94 --enable-dns \ |
99 --enable-dns \ |
|
100 %endif |
|
101 %if "%{with_geoip}" == "yes" |
|
102 --enable-geoip \ |
95 %endif |
103 %endif |
96 --enable-bz2 \ |
104 --enable-bz2 \ |
97 --with-bz2lib=%{l_prefix}/lib \ |
105 --with-bz2lib=%{l_prefix}/lib \ |
98 --with-bz2=%{l_prefix}/include \ |
106 --with-bz2=%{l_prefix}/include \ |
99 --with-etcdir=%{l_prefix}/etc/webalizer \ |
107 --with-etcdir=%{l_prefix}/etc/webalizer \ |