Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 5f8ce18230331a3b7f23007bef76740c > files > 2

fio-1.17.2-alt1.src.rpm

Name: fio
Version: 1.17.2
Release: alt1

Summary: IO testing tool
License: GPL v2
Group: System/Kernel and hardware
Url: http://brick.kernel.dk/snaps/

Source0: %name-%version.tar.bz2

Packager: Igor Zubkov <icesik@altlinux.org>

# Automatically added by buildreq on Thu Nov 01 2007
BuildRequires: libaio-devel

%description
fio is a tool that will spawn a number of threads or processes doing a
particular type of io action as specified by the user. fio takes a
number of global parameters, each inherited by the thread unless
otherwise parameters given to them overriding that setting is given.
The typical use of fio is to write a job file matching the io load
one wants to simulate.

%prep
%setup -q

%build
%make_build

%install
%make_install DESTDIR=%buildroot install prefix=/usr mandir=/usr/share/man

%files
%doc HOWTO README REPORTING-BUGS examples
%_bindir/*
%_man1dir/*

%changelog
* Thu Nov 01 2007 Igor Zubkov <icesik@altlinux.org> 1.17.2-alt1
- build for Sisyphus