Name: ffsb Version: 5.2.1 Release: 1%{?dist} Summary: The Flexible Filesystem Benchmark Group: Applications/System License: GPLv2+ URL: http://sourceforge.net/projects/ffsb Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description The Flexible Filesystem Benchmark (FFSB) is a cross-platform filesystem performance measurement tool. It uses customizable profiles to measure of different workloads, and it supports multiple groups of threads across multiple filesystems. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Odd leftover in the tarball... rm -f examples/profile_smallfile_reads~ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING README USAGE examples %{_bindir}/ffsb %changelog * Tue Feb 12 2008 Eric Sandeen 5.2.1-1 - Initial build