]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- outdated.
[packages/etherape.git] / etherape.spec
CommitLineData
cc31e0ea 1Summary: Graphical network viewer modeled after etherman
2Name: etherape
30c194ee 3Version: 0.5.6
c16f2fac 4Release: 2
cc31e0ea 5License: GPL
6Group: Applications/Networking
fcab7a15 7Group(de): Applikationen/Netzwerkwesen
cc31e0ea 8Group(pl): Aplikacje/Sieciowe
bf28d9af 9Source0: ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
fcab7a15
AM
10Patch0: %{name}-DESTDIR.patch
11Patch1: %{name}-resolv.patch
cc31e0ea 12URL: http://etherape.sourceforge.net/
13BuildRequires: automake
14BuildRequires: gettext-devel
15BuildRequires: gnome-libs-devel
16BuildRequires: gtk+-devel
17BuildRequires: libglade-devel
18BuildRequires: libpcap-devel
fcab7a15
AM
19BuildRequires: autoconf
20BuildRequires: automake
21BuildRequires: gettext-devel
cc31e0ea 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%define _prefix /usr/X11R6
25%define _mandir %{_prefix}/man
26%define _sbindir %{_bindir}
53bdc9e6 27
28%description
96ee7c5e 29Etherape is a graphical network monitor for Unix modeled after
30etherman. Featuring ether, ip and tcp modes, it displays network
31activity graphically. Hosts and links change in size with traffic.
32Color coded protocols display. It supports ethernet, ppp and slip
33devices. It can filter traffic to be shown, and can read traffic from
34a file as well as live from the network.
53bdc9e6 35
36%prep
37%setup -q
cc31e0ea 38%patch0 -p1
fcab7a15 39%patch1 -p1
53bdc9e6 40
41%build
cc31e0ea 42gettextize --copy --force
fcab7a15
AM
43automake -a -c
44aclocal -I macros
45autoconf
cc31e0ea 46%configure
5dd8448d 47%{__make}
53bdc9e6 48
49%install
50rm -rf $RPM_BUILD_ROOT
51
a3428734 52%{__make} install \
cc31e0ea 53 DESTDIR=$RPM_BUILD_ROOT
53bdc9e6 54
cc31e0ea 55gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
836799b3 56 README.thanks
cc31e0ea 57
58%find_lang %{name}
53bdc9e6 59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
cc31e0ea 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.066271 seconds and 4 git commands to generate.