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