Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37402748
en ru br
Репозитории ALT
S:0.17-alt5
5.1: 0.17-alt3
4.1: 0.17-alt3
4.0: 0.17-alt3
3.0: 0.16-alt2
www.altlinux.org/Changes

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

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

Name: iftop
Version: 0.17
Release: alt3

Summary: Display bandwidth usage on an interface
License: GPL
Group: Monitoring
Url: http://www.ex-parrot.com/~pdw/iftop/
Packager: Michael Shigorin <mike at altlinux.ru>

# %url/download/iftop-%version.tar.gz

Source: iftop-%version.tar
Patch: iftop-%version-%release.patch

Summary(ru_RU.KOI8-R): Отображает использование полосы пропускания сети
Summary(uk_UA.KOI8-U): В╕дбива╓ використання мереж╕

Requires(pre): shadow-utils
Requires: /var/resolv

# Automatically added by buildreq on Wed Mar 24 2004

BuildRequires: libncurses-devel libpcap-devel

%description
iftop does for network usage what top(1) does for CPU usage.  It listens
to network traffic on a named interface and displays a table of current
bandwidth usage by pairs of hosts.  Handy for answering the question
"why is our ADSL link so slow?".

%description -l ru_RU.KOI8-R
iftop -- аналог top(1) по части использования сети: слушает трафик на
указанном интерфейсе и отображает таблицу текущего использования по парам
хостов.  Удобно для ответа на вопрос "почему наш ADSL так тормозит?".

%description -l uk_UA.KOI8-U
iftop -- аналог top(1) щодо використання мереж╕: слуха╓ траф╕к на
вказаному ╕нтерфейс╕ й зображу╓ таблицю поточного використання за парами
хост╕в.  Зручно для в╕дпов╕д╕ на запитання "чому наш ADSL так гальму╓?".

%prep
%setup -q
%patch -p1

%build
%add_optflags -fno-strict-aliasing
autoreconf -fisv
%configure --with-user=_iftop --with-chroot=/var/resolv
%make_build

%install
%makeinstall
mkdir -p %buildroot%_bindir
chmod 700 %buildroot%_sbindir/iftop
mv %buildroot%_sbindir/iftop %buildroot%_bindir/
ln -s `relative %_bindir/iftop %_sbindir/` %buildroot%_sbindir/
install -pD -m755 iftop.control %buildroot%_controldir/iftop

%pre
/usr/sbin/groupadd -r -f netadmin
%pre_control iftop

%post
/usr/sbin/groupadd -r -f _iftop
/usr/sbin/useradd -r -g _iftop -d /dev/null -s /dev/null -n _iftop >/dev/null 2>&1 ||:
%post_control -s netadmin iftop

%files
%_bindir/*
%_sbindir/*
%_controldir/iftop
%_man8dir/*
%doc ChangeLog README TODO

%changelog

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

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