]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- Removed 'BuildRequires: (XFree86|glib)-devel' from packages which have
[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
cc31e0ea 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _prefix /usr/X11R6
20%define _mandir %{_prefix}/man
21%define _sbindir %{_bindir}
53bdc9e6 22
23%description
cc31e0ea 24Etherape is a graphical network monitor for Unix modeled after etherman.
25Featuring ether, ip and tcp modes, it displays network activity
26graphically. Hosts and links change in size with traffic. Color coded
27protocols display. It supports ethernet, ppp and slip devices. It can
28filter traffic to be shown, and can read traffic from a file as well as
29live from the network.
53bdc9e6 30
31%prep
32%setup -q
cc31e0ea 33%patch0 -p1
53bdc9e6 34
35%build
cc31e0ea 36automake
37gettextize --copy --force
38LDFLAGS="-s"; export LDFLAGS
39%configure
53bdc9e6 40make
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
cc31e0ea 45make install \
46 DESTDIR=$RPM_BUILD_ROOT
53bdc9e6 47
cc31e0ea 48gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
49 README.thanks \
50 $RPM_BUILD_ROOT%{_mandir}/man?/*
51
52%find_lang %{name}
53bdc9e6 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
cc31e0ea 57%files -f %{name}.lang
58%defattr(644,root,root,755)
59%doc *.gz
60%attr(755,root,root) %{_sbindir}/*
61%{_datadir}/etherape
62%{_mandir}/man?/*
This page took 0.071527 seconds and 4 git commands to generate.