]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- added missing "rm -f missing" n top %build and merge translations from Conectiva.
[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:        1
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-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 --copy --force
53 gettextize --copy --force
54 aclocal -I macros
55 autoconf
56 automake -a -c -f
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 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
69         README.thanks
70
71 %find_lang %{name}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc *.gz
79 %attr(755,root,root) %{_sbindir}/*
80 %{_datadir}/etherape
81 %{_mandir}/man?/*
82 %{_applnkdir}/Network/Misc/*
83 %{_pixmapsdir}/*
This page took 0.062101 seconds and 3 git commands to generate.