File: netspeed_applet.spec

package info (click to toggle)
netspeed 0.11-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,332 kB
  • ctags: 134
  • sloc: sh: 8,353; ansic: 1,353; xml: 850; makefile: 94
file content (41 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Summary: Applet that shows traffic on a network device
Name: netspeed_applet
Version: 0.11
Release: 1
URL: http://mfcn.ilo.de/netspeed_applet/
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Gnome/Applets
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix}
BuildRequires: pkgconfig
BuildRequires: intltool
BuildRequires: gnome-panel-devel
BuildRequires: libgnomeui-devel
BuildRequires: libgtop-devel

%description
netspeed_applet is a little GNOME applet that shows the traffic on a
specified network device (for example eth0) in kbytes/s.

%prep
%setup -q

%build
%configure
%__make

%install
rm -rf %{buildroot}
%makeinstall
%find_lang netspeed_applet

%clean
rm -rf %{buildroot}

%files -f netspeed_applet.lang
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO
%{prefix}/libexec/*
%{prefix}/lib/bonobo/servers/*
%{prefix}/share/pixmaps/*