]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- updated to 0.6.5.
[packages/etherape.git] / etherape.spec
CommitLineData
cc31e0ea 1Summary: Graphical network viewer modeled after etherman
2Name: etherape
9447beeb 3Version: 0.6.5
e0ebc695 4Release: 1
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 10Patch0: %{name}-DESTDIR.patch
cc31e0ea 11URL: http://etherape.sourceforge.net/
e0ebc695 12BuildRequires: autoconf
cc31e0ea 13BuildRequires: automake
14BuildRequires: gettext-devel
15BuildRequires: gnome-libs-devel
16BuildRequires: gtk+-devel
17BuildRequires: libglade-devel
18BuildRequires: libpcap-devel
e0ebc695 19BuildRequires: libtool
cc31e0ea 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define _prefix /usr/X11R6
23%define _mandir %{_prefix}/man
24%define _sbindir %{_bindir}
53bdc9e6 25
26%description
96ee7c5e 27Etherape is a graphical network monitor for Unix modeled after
28etherman. Featuring ether, ip and tcp modes, it displays network
29activity graphically. Hosts and links change in size with traffic.
30Color coded protocols display. It supports ethernet, ppp and slip
31devices. It can filter traffic to be shown, and can read traffic from
32a file as well as live from the network.
53bdc9e6 33
34%prep
35%setup -q
cc31e0ea 36%patch0 -p1
53bdc9e6 37
61491112 38touch NEWS
39
53bdc9e6 40%build
e0ebc695 41libtoolize --copy --force
cc31e0ea 42gettextize --copy --force
fcab7a15
AM
43aclocal -I macros
44autoconf
0b753ac9 45automake -a -c
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.071424 seconds and 4 git commands to generate.