Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37403920
en ru br
Репозитории ALT
S:2.23.08.RB30-alt2
D:2.01.10.RB21-alt3
5.1: 2.01.10.RB23-alt1
4.1: 2.01.10.RB22-alt1
4.0: 2.01.10-alt6.1.0
3.0: 2.01.10-alt5.1
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: webalizer

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define majver 2.01
%define minver 10
%define suff RB21

Name: webalizer
Version: %majver.%minver.%suff
Release: alt3

Summary: Web/ftp/proxy server log analyser
License: GPL
Group: Monitoring

Url: http://www.patrickfrei.ch/webalizer/%name
Source0: %name-%majver-%minver-%suff-src.tar.bz2
Source1: %name.conf
Source2: README.ALT-webalizer

Patch1:  %name-alt-configure.patch

%define apache_group apache
%define apache_log %_logdir/httpd/access_log
%define vsftpd_log %_logdir/vsftpd.log
%define webalizer_user webalizer
%define webalizer_group webalizer
%define webalizer_home %_localstatedir/%name
%define webalizer_html %_var/www/html/%name
%define geoip_data /usr/share/GeoIP/GeoIP.dat

Summary(ru_RU.UTF-8): п░п╫п╟п╩п╦п╥п╟я┌п╬я─ п╩п╬пЁп╬п╡ web/ftp/proxy-я│п╣я─п╡п╣я─п╬п╡

BuildRequires: apache-devel libGeoIP-devel libdb4-devel libgd2-devel libpng-devel
BuildRequires: zlib-devel zlib-devel

%description
The Webalizer is a web server log file analysis program which produces
usage statistics in HTML format for viewing with a browser.  The results
are presented in both columnar and graphical format, which facilitates
interpretation.  Yearly, monthly, daily and hourly usage statistics are
presented, along with the ability to display usage by site, URL, referrer,
user agent (browser) and country (user agent and referrer are only
available if your web server produces combined log format files).
Webalizer Xtended is especially useful for all those users who would like
to have detailed HTML-404-statistics (i.e. about broken links and visitors
trying to look-up folders and files containing potentionally vulnerable
software). As further features, all colors of the statistics can be
defined by the user and the country resp. traffic statistics are more
reliable due to the implementation of Geolizer resp.


%description -l ru_RU.UTF-8
The Webalizer -- п©я─п╬пЁя─п╟п╪п╪п╟ п╢п╩я▐ п╟п╫п╟п╩п╦п╥п╟ п╩п╬пЁ-я└п╟п╧п╩п╬п╡ web-я│п╣я─п╡п╣я─п╟ Apache п╦
п╫п╣п╨п╬я┌п╬я─я▀я┘ п╢я─я┐пЁп╦я┘, п©я─п╣п╢я│я┌п╟п╡п╩я▐я▌я┴п╟я▐ я─п╣п╥я┐п╩я▄я┌п╟я┌я▀ п╡ п╡п╦п╢п╣ HTML (я┌п╟п╠п╩п╦я├я▀ п╦ п╢п╦п╟пЁя─п╟п╪п╪я▀).
п║п╬п╠п╦я─п╟п╣я┌я│я▐ пЁп╬п╢п╦я┤п╫п╟я▐, п©п╬п╪п╣я│я▐я┤п╫п╟я▐, п╣п╤п╣п╢п╫п╣п╡п╫п╟я▐ п╦ п©п╬я┤п╟я│п╬п╡п╟я▐ я│я┌п╟я┌п╦я│я┌п╦п╨п╟ я│
п╡п╬п╥п╪п╬п╤п╫п╬я│я┌я▄я▌ п©я─п╬я│п╪п╬я┌я─п╟ п©п╬ я│п╟п╧я┌п╟п╪, URL, я─п╣я└п╣я─я─п╣я─п╟п╪, п╠я─п╟я┐п╥п╣я─п╟п╪, я│я┌я─п╟п╫п╟п╪. п▓ я█я┌п╬п╧ п╡п╣я─я│п╦п╦
я┌п╟п╨п╤п╣ я│п╬п╠п╦я─п╟п╣я┌я│я▐ п╢п╣я┌п╟п╩я▄п╫п╟я▐ я│я┌п╟я┌п╦я│я┌п╦п╨п╟ п╬я┬п╦п╠п╬п╨ 404 (п╫п╣п©я─п╟п╡п╦п╩я▄п╫я▀п╣ п╩п╦п╫п╨п╦)

%prep
%setup -n %name-%majver-%minver-%suff
%patch1 -p1

%build
CFLAGS="%optflags -fsigned-char"
%configure \
--with-db \
--with-dblib \
--enable-dns \
--enable-geoip

# patch the template; keep common data in HOME, distinct in DATA

sed -e "s,__HTML__,%webalizer_html,g" \
   -e "s,__HOME__,%webalizer_home,g" \
   -e "s,__DATA__,%webalizer_home,g" \
   -e "s,__LOGFILE__,%apache_log,g" \
   -e "s,__GEOIPDATA__,%geoip_data,g" \
   -e "s,__LOGTYPE__,clf,g" \
< %SOURCE1 \
> apache.conf

sed -e "s,__HTML__,%webalizer_html/ftp,g" \
   -e "s,__HOME__,%webalizer_home,g" \
   -e "s,__DATA__,%webalizer_home/ftp,g" \
   -e "s,__LOGFILE__,%vsftpd_log,g" \
   -e "s,__GEOIPDATA__,%geoip_data,g" \
   -e "s,__LOGTYPE__,ftp # xferlog_std_format=YES to /etc/vsftpd.conf,g" \
< %SOURCE1 \
> vsftpd.conf

%make_build

%install
%__install -d %buildroot%_sysconfdir/{,%name,cron.d}
%__install -d %buildroot%_bindir
%__install -d %buildroot%_docdir
%__install -d %buildroot%webalizer_home
%__install -d %buildroot%webalizer_html
%__install -d %buildroot%_mandir/man1
%__install -m644 sample.conf %buildroot%_docdir/
%__install -m644 apache.conf %buildroot%_sysconfdir/%name/
%__install -m644 vsftpd.conf %buildroot%_sysconfdir/%name/
%__install -m755 webalizer %buildroot%_bindir
%__install -m644 webalizer.1 %buildroot%_man1dir
%__install -m644 webalizer.png %buildroot%webalizer_html
%__install -m644 msfree.png %buildroot%webalizer_html
touch %buildroot%_sysconfdir/%name.conf

%__cat << EOF > %buildroot%_sysconfdir/cron.d/%name
#!/bin/sh
15 03 * * * %webalizer_user %_bindir/%name -c %_sysconfdir/%name/apache.conf
#25 03 * * * %webalizer_user %_bindir/%name -c %_sysconfdir/%name/vsftpd.conf
EOF

%__ln_s webalizer %buildroot/%_bindir/webasolve

install -m644 %SOURCE2 README.ALT

%pre
%__grep -q "^%webalizer_group:" %_sysconfdir/group \
|| %_sbindir/groupadd -r -f %webalizer_group ||:
%__grep -q "^%webalizer_user:" %_sysconfdir/passwd \
|| %_sbindir/useradd -g %webalizer_group -G %apache_group -c 'The Webalizer' \
-d %webalizer_home -s /dev/null -r %webalizer_user ||:

%post
# get hostname.  This way till we have a macro.
W_HOST=`hostname`
[ $? = 0 ] || W_HOST=localhost
[ $? = 0 ] && {
%__subst "s,__HOST__,$W_HOST,g" %_sysconfdir/%name/apache.conf ||:
}
[ $? = 0 ] && {
%__subst "s,__HOST__,$W_HOST,g" %_sysconfdir/%name/vsftpd.conf ||:
}
[ -f "%_sysconfdir/%name.conf" ] && \
echo "NB: default webalizer configuration place is under %_sysconfdir/%name/ now
to allow for easier management of .conf files; you may want to look there
and/or update your setup." ||:

# fix awful user/group deletion in previous spec versions :(

%triggerpostun -- webalizer < 2.01.10-alt3
echo "Fixing permissions after faulty previous package:"
%_sbindir/groupadd -r -f %webalizer_group ||:
%_sbindir/useradd -g %webalizer_group -G %apache_group -c 'The Webalizer' \
-d %webalizer_home -s /dev/null -r %webalizer_user ||:
for i in %webalizer_home %webalizer_html; do
find $i -group %apache_webmaster \( -type f -o -type d \) -print0 \
| xargs -r0 -- %__chown -Rv root:%webalizer_group
done

%files
%doc CHANGES DNS.README INSTALL README* country-codes.txt sample.conf
%config(noreplace) %_sysconfdir/cron.d/*
%config(noreplace) %verify(not size mtime md5) %_sysconfdir/%name/*
%ghost %config(noreplace,missingok) %verify(not size mtime md5) %_sysconfdir/%name.conf
%_bindir/*
%_man1dir/*
%dir %attr(775,root,%webalizer_group) %webalizer_home
%dir %attr(775,root,%webalizer_group) %webalizer_html
%attr(644,root,%webalizer_group) %webalizer_html/*

# FIXME:

# - wait for pseudouser naming/mgmt policy and fix the package (finally)
# - bak-around userdel -r in early packages?

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin