File: netspeed_applet.spec.in

package info (click to toggle)
netspeed 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,184 kB
  • ctags: 513
  • sloc: sh: 10,239; xml: 2,152; ansic: 1,524; makefile: 158
file content (41 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (5)
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: @VERSION@
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/*