]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- use http for sources from sourceforge
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Summary(pl):    Graficzny monitor sieci
3 Summary(pt_BR): Visualizador gráfico de redes modelado como o etherman
4 Name:           etherape
5 Version:        0.8.2
6 Release:        3
7 License:        GPL
8 Group:          Applications/Networking
9 Source0:        http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz
10 URL:            http://etherape.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  gnome-libs-devel
15 BuildRequires:  gtk+-devel
16 BuildRequires:  libglade-gnome-devel
17 BuildRequires:  libpcap-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _sbindir        %{_bindir}
22
23 %description
24 Etherape is a graphical network monitor for Unix modeled after
25 etherman. Featuring ether, ip and tcp modes, it displays network
26 activity graphically. Hosts and links change in size with traffic.
27 Color coded protocols display. It supports ethernet, ppp and slip
28 devices. It can filter traffic to be shown, and can read traffic from
29 a file as well as live from the network.
30
31 %description -l pl
32 Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
33 oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
34 zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
35 kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
36 jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
37
38 %description -l pt_BR
39 O etherape é um monitor gráfico de redes modelado como o etherman.
40 Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
41 da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
42 protocolos são codificados por cores. O Etherape suporta dispositivos
43 ethernet, ppp e slip.
44
45 %prep
46 %setup -q
47
48 %build
49 rm -f missing
50 %{__libtoolize}
51 %{__gettextize}
52 %{__aclocal} -I macros
53 %{__autoconf}
54 %{__automake}
55 CFLAGS="%{rpmcflags} -I /usr/include/libglade-1.0"
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT \
64         Developmentdir=%{_applnkdir}/Network/Misc \
65         pixmapsdir="%{_pixmapsdir}"
66
67 %find_lang %{name}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README FAQ README.help README.bugs README.thanks
75 %attr(755,root,root) %{_sbindir}/*
76 %{_datadir}/etherape
77 %{_datadir}/gnome/help/*
78 %{_mandir}/man?/*
79 %{_applnkdir}/Network/Misc/*
80 %{_pixmapsdir}/*
This page took 0.027959 seconds and 3 git commands to generate.