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