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