Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
tiobench
> tiobench.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tiobench.spec of Package tiobench (Revision 3)
Currently displaying revision
3
,
show latest
Name: tiobench Version: 0.3.3 Release: 1 License: GPL Summary: Threaded I/O tester Group: System Url: http://sourceforge.net/projects/tiobench/ Source0: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}-Makefile.patch Patch1: tiotest-decl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description tiobench is a multi-threaded I/O benchmark. It is used to measure file system performance in four basic operations: sequential read, random read, sequential write, and random write. %prep %setup %patch0 %patch1 %build %__make %install %__make DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_datadir}/doc/packages/%{name} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/tiobench.pl %{_bindir}/tiosum.pl %{_bindir}/tiotest %doc BUGS COPYING ChangeLog README TODO %changelog * Mon Aug 10 2009 Carsten Schoene <cs@linux-administrator.com> - 0.3.3-1 - initial build