2008-02-14 22:41:04 +00:00
|
|
|
Name: fio
|
2009-09-10 15:53:39 +00:00
|
|
|
Version: 1.33.1
|
2009-07-31 18:26:37 +00:00
|
|
|
Release: 1%{?dist}
|
2008-02-14 22:41:04 +00:00
|
|
|
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
|
2009-07-11 16:13:34 +00:00
|
|
|
%setup -q
|
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
|
2009-09-10 15:53:39 +00:00
|
|
|
* Thu Sep 10 2009 Eric Sandeen <sandeen@redhat.com> 1.33.1-1
|
|
|
|
- New upstream version
|
|
|
|
|
2009-09-08 18:49:03 +00:00
|
|
|
* Tue Sep 08 2009 Eric Sandeen <sandeen@redhat.com> 1.33-1
|
|
|
|
- New upstream version
|
|
|
|
|
2009-07-31 18:26:37 +00:00
|
|
|
* Fri Jul 31 2009 Eric Sandeen <sandeen@redhat.com> 1.32-1
|
|
|
|
- New upstream version
|
|
|
|
|
2009-07-24 22:47:47 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-11 16:13:34 +00:00
|
|
|
* Sat Jul 11 2009 Eric Sandeen <sandeen@redhat.com> 1.31-1
|
|
|
|
- Much newer upstream version
|
|
|
|
|
2009-03-06 23:39:23 +00:00
|
|
|
* Fri Mar 06 2009 Eric Sandeen <sandeen@redhat.com> 1.24-1
|
|
|
|
- New upstream version
|
|
|
|
|
2009-02-24 17:10:02 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-20 18:01:39 +00:00
|
|
|
* Thu Nov 20 2008 Eric Sandeen <sandeen@redhat.com> 1.23-1
|
|
|
|
- New upstream version, several bugs fixed.
|
|
|
|
|
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
|