mirror of
https://abf.rosa.ru/djam/fio.git
synced 2025-02-23 22:22:49 +00:00
Update to 3.28
This commit is contained in:
parent
44e21fc00e
commit
57995e15f7
2 changed files with 25 additions and 14 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,3 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"fio-2.0.9.tar.bz2": 9ef3df17797931c55100e170c3b8dcd1d2691708
|
fio-3.28.tar.gz: c1d02df5b4946a0f80b0ce42bae2020a12064896
|
||||||
fio-2.1.tar.bz2: 194e058dcbc45ed564c4d8854d59fcf16323509a
|
|
||||||
|
|
36
fio.spec
36
fio.spec
|
@ -1,16 +1,15 @@
|
||||||
%define name fio
|
%define name fio
|
||||||
%define version 2.1
|
%define version 3.28
|
||||||
%define release 4
|
%define release 1
|
||||||
|
|
||||||
Summary: A flexible I/O tester/benchmarker
|
Summary: A flexible I/O tester/benchmarker
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Source0: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/axboe/fio/archive/%{name}-%{version}.tar.gz
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
Url: http://git.kernel.dk/?p=fio.git;a=summary
|
URL: http://git.kernel.dk/?p=fio.git;a=summary
|
||||||
BuildRequires: libaio-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
fio is an I/O tool meant to be used both for benchmark and
|
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.
|
It supports Linux, FreeBSD, and OpenSolaris.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -qn %{name}-%{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make
|
||||||
|
@ -38,6 +37,19 @@ It supports Linux, FreeBSD, and OpenSolaris.
|
||||||
%doc examples
|
%doc examples
|
||||||
%{_bindir}/fio
|
%{_bindir}/fio
|
||||||
%{_bindir}/fio_generate_plots
|
%{_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/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue