]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[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.8.2
6 Release:        2
7 License:        GPL
8 Group:          Applications/Networking
9 Source0:        ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
10 URL:            http://etherape.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  gnome-libs-devel
15 BuildRequires:  gtk+-devel
16 BuildRequires:  libglade-gnome-devel
17 BuildRequires:  libpcap-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23 %define         _sbindir        %{_bindir}
24
25 %description
26 Etherape is a graphical network monitor for Unix modeled after
27 etherman. Featuring ether, ip and tcp modes, it displays network
28 activity graphically. Hosts and links change in size with traffic.
29 Color coded protocols display. It supports ethernet, ppp and slip
30 devices. It can filter traffic to be shown, and can read traffic from
31 a file as well as live from the network.
32
33 %description -l pl
34 Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
35 oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
36 zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
37 kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
38 jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
39
40 %description -l pt_BR
41 O etherape é um monitor gráfico de redes modelado como o etherman.
42 Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
43 da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
44 protocolos são codificados por cores. O Etherape suporta dispositivos
45 ethernet, ppp e slip.
46
47 %prep
48 %setup -q
49
50 %build
51 rm -f missing
52 %{__libtoolize}
53 %{__gettextize}
54 %{__aclocal} -I macros
55 %{__autoconf}
56 %{__automake}
57 CFLAGS="%{rpmcflags} -I /usr/X11R6/include/libglade-1.0"
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT \
66         Developmentdir=%{_applnkdir}/Network/Misc
67
68 %find_lang %{name}
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog NEWS README FAQ README.help README.bugs README.thanks
76 %attr(755,root,root) %{_sbindir}/*
77 %{_datadir}/etherape
78 %{_mandir}/man?/*
79 %{_applnkdir}/Network/Misc/*
80 %{_pixmapsdir}/*
This page took 0.030851 seconds and 3 git commands to generate.