diff --git a/.abf.yml b/.abf.yml index ce47ac5..dd59569 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,2 @@ sources: - "fio-2.0.9.tar.bz2": 9ef3df17797931c55100e170c3b8dcd1d2691708 - fio-2.1.tar.bz2: 194e058dcbc45ed564c4d8854d59fcf16323509a + fio-3.28.tar.gz: c1d02df5b4946a0f80b0ce42bae2020a12064896 diff --git a/fio.spec b/fio.spec index c806e6a..f968389 100644 --- a/fio.spec +++ b/fio.spec @@ -1,16 +1,15 @@ %define name fio -%define version 2.1 -%define release 4 +%define version 3.28 +%define release 1 -Summary: A flexible I/O tester/benchmarker -Name: %{name} -Version: %{version} -Release: %{release} -Source0: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2 -License: GPLv2 -Group: System/Kernel and hardware -Url: http://git.kernel.dk/?p=fio.git;a=summary -BuildRequires: libaio-devel +Summary: A flexible I/O tester/benchmarker +Name: %{name} +Version: %{version} +Release: %{release} +Source0: https://github.com/axboe/fio/archive/%{name}-%{version}.tar.gz +License: GPLv2 +Group: System/Kernel and hardware +URL: http://git.kernel.dk/?p=fio.git;a=summary %description fio is an I/O tool meant to be used both for benchmark and @@ -25,7 +24,7 @@ fio displays all sorts of I/O performance information. It supports Linux, FreeBSD, and OpenSolaris. %prep -%setup -q +%setup -qn %{name}-%{name}-%{version} %build %make @@ -38,6 +37,19 @@ It supports Linux, FreeBSD, and OpenSolaris. %doc examples %{_bindir}/fio %{_bindir}/fio_generate_plots +%{_bindir}/fio-btrace2fio +%{_bindir}/fio-dedupe +%{_bindir}/fio-genzipf +%{_bindir}/fio-histo-log-pctiles.py +%{_bindir}/fio-verify-state +%{_bindir}/fio2gnuplot +%{_bindir}/fio_jsonplus_clat2csv +%{_bindir}/fiologparser.py +%{_bindir}/fiologparser_hist.py +%{_bindir}/genfio +%{_datadir}/%{name}/graph2D.gpm +%{_datadir}/%{name}/graph3D.gpm +%{_datadir}/%{name}/math.gpm %{_mandir}/man1/*