]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- updated to 0.6.5.
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Name:           etherape
3 Version:        0.6.5
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 Patch0:         %{name}-DESTDIR.patch
11 URL:            http://etherape.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-libs-devel
16 BuildRequires:  gtk+-devel
17 BuildRequires:  libglade-devel
18 BuildRequires:  libpcap-devel
19 BuildRequires:  libtool
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24 %define         _sbindir        %{_bindir}
25
26 %description
27 Etherape is a graphical network monitor for Unix modeled after
28 etherman. Featuring ether, ip and tcp modes, it displays network
29 activity graphically. Hosts and links change in size with traffic.
30 Color coded protocols display. It supports ethernet, ppp and slip
31 devices. It can filter traffic to be shown, and can read traffic from
32 a file as well as live from the network.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 touch NEWS
39
40 %build
41 libtoolize --copy --force
42 gettextize --copy --force
43 aclocal -I macros
44 autoconf
45 automake -a -c
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
56         README.thanks
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc *.gz
66 %attr(755,root,root) %{_sbindir}/*
67 %{_datadir}/etherape
68 %{_mandir}/man?/*
This page took 0.034023 seconds and 3 git commands to generate.