File gnome-netspeed-applet.spec of Package gnome-netspeed-applet
#
# spec file for package gnome-netspeed-applet (Version 0.14)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gnome-netspeed-applet
Summary: GNOME applet that shows traffic on a network device
Version: 0.14
Release: 154
Url: http://mfcn.ilo.de/netspeed_applet/
Source0: netspeed_applet-%{version}.tar.bz2
License: GPL v2 or later
Group: Productivity/Networking/Diagnostic
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gnome-doc-utils-devel gnome-panel-devel intltool libgnomeui-devel libgtop-devel pkgconfig
%description
netspeed_applet is a little GNOME applet that shows the traffic on a
specified network device (for example eth0) in kbytes/s.
Authors:
--------
Joergen Scheibengruber
%prep
%setup -q -n netspeed_applet-%{version}
%build
%configure \
--prefix=%{_prefix}
%__make
%install
make DESTDIR=%{?buildroot:%{buildroot}} install
%find_lang netspeed_applet
rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper
%clean
rm -rf $RPM_BUILD_ROOT
%files -f netspeed_applet.lang
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO
%doc %{_prefix}/share/gnome/*
%{_prefix}/%{_lib}/bon*
%{_libexecdir}/netspeed_applet2
%{_prefix}/share/locale/*/*/*
%{_prefix}/share/omf/*
%{_prefix}/share/pixmaps/*
%changelog