]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- fix DESTDIR style install.
[packages/etherape.git] / etherape.spec
CommitLineData
53bdc9e6 1# Note that this is NOT a relocatable package
2%define ver 0.4.6
3%define RELEASE 1
4%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
5%define prefix /usr
6
7Summary: Graphical network viewer modeled after etherman.
8Name: etherape
9Version: %ver
10Release: %rel
11Copyright: GPL
12Group: Applications/Networking
13Source: http://download.sourceforge.net/etherape/etherape-%{ver}.tar.gz
14# Source1: ee-stdimg-new.xpm
15
16BuildRoot: /var/tmp/etherape-%{PACKAGE_VERSION}-root
17URL: http://etherape.sourceforge.net/
18Docdir: %{prefix}/doc
19Requires: gnome-libs >= 1.0.0
20
21%description
22Etherape is a graphical network monitor for Unix modeled after
23etherman. Featuring ether, ip and tcp modes, it displays network
24activity graphically. Hosts and links change in size with traffic.
25Color coded protocols display. It supports ethernet, ppp and slip
26devices. It can filter traffic to be shown, and can read traffic
27from a file as well as live from the network.
28
29%changelog
30* Mon Apr 3 2000 Juan Toledo <toledo@sourceforge.net>
31- Initial spec file copied from electric eyes
32
33%prep
34%setup -q
35
36# insert new rh logo image
37#cp %{SOURCE1} stdimg.xpm
38
39%build
40( export LINGUAS="$LINGUAS" && unset LINGUAS && CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --enable-static-pcap )
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46make prefix=$RPM_BUILD_ROOT%{prefix} install
47
48strip $RPM_BUILD_ROOT%{prefix}/sbin/* ||:
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-, root, root)
55
56%doc AUTHORS COPYING ChangeLog NEWS README FAQ README.help README.bugs README.thanks
57%{prefix}/sbin/*
58%{prefix}/share/locale/*/*/*
This page took 0.109011 seconds and 4 git commands to generate.