]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- update to 0.5.7,
[packages/etherape.git] / etherape.spec
CommitLineData
cc31e0ea 1Summary: Graphical network viewer modeled after etherman
2Name: etherape
e0ebc695 3Version: 0.5.7
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
38%build
e0ebc695 39libtoolize --copy --force
cc31e0ea 40gettextize --copy --force
fcab7a15
AM
41automake -a -c
42aclocal -I macros
43autoconf
cc31e0ea 44%configure
5dd8448d 45%{__make}
53bdc9e6 46
47%install
48rm -rf $RPM_BUILD_ROOT
49
a3428734 50%{__make} install \
cc31e0ea 51 DESTDIR=$RPM_BUILD_ROOT
53bdc9e6 52
cc31e0ea 53gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
836799b3 54 README.thanks
cc31e0ea 55
56%find_lang %{name}
53bdc9e6 57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
cc31e0ea 61%files -f %{name}.lang
62%defattr(644,root,root,755)
63%doc *.gz
64%attr(755,root,root) %{_sbindir}/*
65%{_datadir}/etherape
66%{_mandir}/man?/*
This page took 0.083804 seconds and 4 git commands to generate.