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