File netio.spec of Package netio
Name: netio
Version: 1.23
Release: 1
License: GPL
Group: System/Benchmark
Summary: network throughput benchmark
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Packager: Carsten Schoene <cs@linux-administrator.com>
Vendor: linux-administrator.com
BuildRequires: glibc-devel libgcc gcc gcc-c++
%description
This is a network benchmark for, OS/2 2.x, Windows NT/2000 and Unix.
It measures the net throughput of a network via NetBIOS, TCP and UDP
protocols (Unix only supports TCP and UDP) using various different
packet sizes.
Authors:
--------
Kai Uwe Rommel <rommel@ars.de)
%prep
%setup
%build
make linux
%install
install -d $RPM_BUILD_ROOT/usr/sbin
install -m 755 netio $RPM_BUILD_ROOT/usr/sbin
install -d $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}
%clean
rm -rf $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_DIR/%{name}*
%files
%doc bin/win32-i386.exe
%doc bin/os2-i386.exe
%doc netio.doc
/usr/sbin/netio
%changelog
* Sun Jan 07 2007 Carsten Schoene <cs@linux-administrator.com>
- initial build of netio version 1.23