2008-02-14 22:41:04 +00:00
|
|
|
Name: fio
|
2008-10-13 20:06:53 +00:00
|
|
|
Version: 1.22
|
2008-02-14 22:41:04 +00:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Multithreaded IO generation tool
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2
|
|
|
|
URL: http://git.kernel.dk/?p=fio.git;a=summary
|
|
|
|
Source: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: libaio-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
fio is an I/O 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
|
2008-04-25 17:11:46 +00:00
|
|
|
%setup -q -n fio
|
2008-02-14 22:41:04 +00:00
|
|
|
|
|
|
|
%build
|
2008-06-19 15:12:57 +00:00
|
|
|
EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags}
|
2008-02-14 22:41:04 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install prefix=%{_prefix} mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README REPORTING-BUGS COPYING HOWTO examples
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%changelog
|
2008-10-13 20:06:53 +00:00
|
|
|
* Mon Oct 13 2008 Eric Sandeen <sandeen@redhat.com> 1.22-1
|
|
|
|
- New upstream version, several bugs fixed.
|
|
|
|
|
2008-06-19 15:12:57 +00:00
|
|
|
* Thu Jun 19 2008 Eric Sandeen <sandeen@redhat.com> 1.21-1
|
|
|
|
- New upstream version
|
|
|
|
- Build verbosely and with RPM cflags
|
|
|
|
|
2008-04-25 17:11:46 +00:00
|
|
|
* Fri Apr 25 2008 Eric Sandeen <sandeen@redhat.com> 1.20-1
|
|
|
|
- New upstream version
|
|
|
|
|
2008-04-10 15:41:45 +00:00
|
|
|
* Thu Apr 10 2008 Eric Sandeen <sandeen@redhat.com> 1.19-1
|
|
|
|
- New upstream version
|
|
|
|
|
2008-02-14 22:41:04 +00:00
|
|
|
* Wed Feb 13 2008 Eric Sandeen <sandeen@redhat.com> 1.18-1
|
|
|
|
- Initial build
|