mirror of
https://abf.rosa.ru/djam/fio.git
synced 2025-02-23 06:02:52 +00:00
Automatic import for version 2.0.3
This commit is contained in:
parent
e3d3745dca
commit
5a6b338d3f
2 changed files with 8 additions and 10 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"fio-1.60.tar.gz": e6931220b0e9b31ab31ed9848414493b6f39085c
|
||||
"fio-2.0.3.tar.gz": d05d52e43a1b9fa78314d31a8ec101434267d603
|
||||
|
|
16
fio.spec
16
fio.spec
|
@ -1,6 +1,6 @@
|
|||
%define name fio
|
||||
%define version 1.60
|
||||
%define release %mkrel 1
|
||||
%define version 2.0.3
|
||||
%define release 1
|
||||
|
||||
Summary: A flexible I/O tester/benchmarker
|
||||
Name: %{name}
|
||||
|
@ -10,7 +10,6 @@ Source0: http://www.sfr-fresh.com/unix/privat/%{name}-%{version}.tar.gz
|
|||
License: GPL
|
||||
Group: System/Kernel and hardware
|
||||
Url: http://git.kernel.dk/?p=fio.git;a=summary
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: libaio-devel
|
||||
|
||||
%description
|
||||
|
@ -32,14 +31,9 @@ It supports Linux, FreeBSD, and OpenSolaris.
|
|||
%make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc HOWTO README COPYING REPORTING-BUGS
|
||||
%doc examples
|
||||
%{_bindir}/fio
|
||||
|
@ -49,7 +43,11 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 17 2011 Andrey Bondrov <abondrov@mandriva.org> 1.60-1mdv2012.0
|
||||
* Tue Feb 21 2012 Alexander Khrukin <akhrukin@mandriva.org> 2.0.3-1
|
||||
+ Revision: 778758
|
||||
- version update 2.0.3
|
||||
|
||||
* Mon Oct 17 2011 Andrey Bondrov <abondrov@mandriva.org> 1.60-1
|
||||
+ Revision: 705040
|
||||
- New version 1.60 (stable-1.x)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue