]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- fix libresolv check on amd64, prefer libresolv over libbind (everywhere)
[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:        3
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 URL:            http://etherape.sourceforge.net/
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+2-devel
16 BuildRequires:  libgnomeui-devel
17 BuildRequires:  libpcap-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Etherape is a graphical network monitor for Unix modeled after
22 etherman. Featuring ether, ip and tcp modes, it displays network
23 activity graphically. Hosts and links change in size with traffic.
24 Color coded protocols display. It supports ethernet, ppp and slip
25 devices. It can filter traffic to be shown, and can read traffic from
26 a file as well as live from the network.
27
28 %description -l pl
29 Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
30 oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
31 zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
32 kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
33 jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
34
35 %description -l pt_BR
36 O etherape é um monitor gráfico de redes modelado como o etherman.
37 Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
38 da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
39 protocolos são codificados por cores. O Etherape suporta dispositivos
40 ethernet, ppp e slip.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45 %patch1 -p1
46
47 %build
48 %{__aclocal}
49 %{__libtoolize}
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53
54 %configure
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT \
63         pixmapsdir=%{_pixmapsdir} \
64         Developmentdir=%{_desktopdir}
65
66 echo "Categories=Application;Network;" >> \
67         $RPM_BUILD_ROOT%{_desktopdir}/etherape.desktop
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.104724 seconds and 3 git commands to generate.