Summary: Graphical network viewer modeled after etherman Summary(pl): Graficzny monitor sieci Summary(pt_BR): Visualizador gráfico de redes modelado como o etherman Name: etherape Version: 0.9.0 Release: 3 License: GPL Group: Applications/Networking Source0: http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz # Source0-md5: a712f4cb04897d1a02ce988cffbf254c Patch0: %{name}-bdf_h.patch Patch1: %{name}-desktop.patch URL: http://etherape.sourceforge.net/ BuildRequires: gettext-devel BuildRequires: gtk+2-devel BuildRequires: libgnomeui-devel BuildRequires: libpcap-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Etherape is a graphical network monitor for Unix modeled after etherman. Featuring ether, ip and tcp modes, it displays network activity graphically. Hosts and links change in size with traffic. Color coded protocols display. It supports ethernet, ppp and slip devices. It can filter traffic to be shown, and can read traffic from a file as well as live from the network. %description -l pl Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip oraz tcp, wyświetla aktywność sieci graficznie. Hosty i połączenia zmieniją rozmiar wraz z ruchem. Protokóły obrazowane za pomocą kolorów. Obsługa urządzeń ethernet, ppp i slip. Może filtrować ruch jaki pokazuje, czytać z pliku lub bezpośrednio z sieci. %description -l pt_BR O etherape é um monitor gráfico de redes modelado como o etherman. Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade da rede: Máquinas e conexőes mudam em tamanho como o tráfego e os protocolos săo codificados por cores. O Etherape suporta dispositivos ethernet, ppp e slip. %prep %setup -q %patch0 -p1 %patch1 -p1 %build %{__aclocal} %{__libtoolize} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ pixmapsdir=%{_pixmapsdir} \ Developmentdir=%{_desktopdir} echo "Categories=Application;Network;" >> \ $RPM_BUILD_ROOT%{_desktopdir}/etherape.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog FAQ NEWS README* TODO %attr(755,root,root) %{_bindir}/etherape %{_datadir}/etherape %{_mandir}/man1/etherape.1* %{_desktopdir}/etherape.desktop %{_pixmapsdir}/etherape.png