]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
fixed a small typo
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Summary(pl):    Graficzny monitor sieci
3 Name:           etherape
4 Version:        0.8.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
9 URL:            http://etherape.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gettext-devel
13 BuildRequires:  gnome-libs-devel
14 BuildRequires:  gtk+-devel
15 BuildRequires:  libglade-devel
16 BuildRequires:  libpcap-devel
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22 %define         _sbindir        %{_bindir}
23
24 %description
25 Etherape is a graphical network monitor for Unix modeled after
26 etherman. Featuring ether, ip and tcp modes, it displays network
27 activity graphically. Hosts and links change in size with traffic.
28 Color coded protocols display. It supports ethernet, ppp and slip
29 devices. It can filter traffic to be shown, and can read traffic from
30 a file as well as live from the network.
31
32 %description -l pl
33 Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
34 oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
35 zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
36 kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
37 jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
38
39 %prep
40 %setup -q
41
42 %build
43 libtoolize --copy --force
44 gettextize --copy --force
45 aclocal -I macros
46 autoconf
47 automake -a -c -f
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT \
56         Developmentdir=%{_applnkdir}/Network/Misc
57
58 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
59         README.thanks
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc *.gz
69 %attr(755,root,root) %{_sbindir}/*
70 %{_datadir}/etherape
71 %{_mandir}/man?/*
72 %{_applnkdir}/Network/Misc/*
73 %{_pixmapsdir}/*
This page took 0.065837 seconds and 3 git commands to generate.