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