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