Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 21c0a9833dd74359807e47656ae9a140 > files > 2

ffsb-5.2.1-3.fc12.src.rpm

Name:		ffsb
Version:	5.2.1
Release:	3%{?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
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Tue Feb 12 2008 Eric Sandeen <sandeen@redhat.com> 5.2.1-1
- Initial build