knetstats/knetstats.spec

Name: knetstats
Summary: Network monitor
Version: 1.5
Release: 1.2
License: GPL
Group: Applications/Internet
URL: http://knetstats.sourceforge.net/
Description: A simple KDE network monitor that show rx/tx LEDs or numeric information about the transfer rate of any network interface in a system tray icon.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: knetstats-1.5.tar.bz2

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries

Summary: Network monitor
Name: knetstats
Version: 1.5
Release: 1.2%{?dist}
License: GPL
Group: Applications/Internet
URL: http://knetstats.sourceforge.net/

Source: http://dl.sf.net/knetstats/knetstats-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: kdelibs-devel, gcc-c++, gettext, scons

%description
A simple KDE network monitor that show rx/tx LEDs or numeric information about
the transfer rate of any network interface in a system tray icon.

%prep
%setup

%build
scons

%install
%{__rm} -rf %{buildroot}
scons install DESTDIR=%{buildroot}
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc COPYING README
%{_bindir}/knetstats
%{_datadir}/applnk/Internet/knetstats.desktop
%{_datadir}/apps/knetstats/
%{_datadir}/doc/HTML/*/knetstats/
%{_datadir}/icons/*/*/apps/knetstats.png

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.5-1.2
- Rebuild for Fedora Core 5.

* Mon Mar 01 2006 Dries Verachtert <dries@ulyssis.org> - 1.5-1
- Initial package.