Name: fs_mark Version: 3.2 Release: 2%{?dist} Summary: Benchmark synchronous/async file creation Group: Applications/System License: GPLv2+ URL: http://developer.osdl.org/dev/doubt/fs_mark Source0: http://developer.osdl.org/dev/doubt/fs_mark/archive/%{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: nostatic %description The fs_mark program is meant to give a low level bashing to file systems. The write pattern that we concentrate on is heavily synchronous IO across mutiple directories, drives, etc. %prep %setup -q -n fs_mark %patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT install -D fs_mark $RPM_BUILD_ROOT/usr/bin/fs_mark %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README plot_test %{_bindir}/fs_mark %changelog * Wed Jun 18 2008 Eric Sandeen 3.2-2 - Address review comments * Mon Jun 09 2008 Eric Sandeen 3.2-1 - Initial build