]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- updated to 0.6.8.
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Name:           etherape
3 Version:        0.6.8
4 Release:        1
5 License:        GPL
6 Group:          Applications/Networking
7 Group(de):      Applikationen/Netzwerkwesen
8 Group(pl):      Aplikacje/Sieciowe
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 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 %prep
33 %setup -q
34
35 %build
36 gettextize --copy --force
37 aclocal -I macros
38 autoconf
39 automake -a -c
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
50         README.thanks
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc *.gz
60 %attr(755,root,root) %{_sbindir}/*
61 %{_datadir}/etherape
62 %{_mandir}/man?/*
This page took 0.034898 seconds and 4 git commands to generate.