Automatic import for version 2.0.7

This commit is contained in:
Rosa 2012-08-02 20:23:50 +00:00
parent a1c48d9ba0
commit f698d1fd44
2 changed files with 23 additions and 13 deletions

View file

@ -1,2 +1,2 @@
sources:
"fio-1.37.tar.gz": fe89fdea1d3f221d342c9f02896958aebbd0c79a
"fio-2.0.7.tar.bz2": 597cca3a5843daeb3584ce52d090c58ca6632ef7

View file

@ -1,16 +1,15 @@
%define name fio
%define version 1.37
%define release %mkrel 2
%define version 2.0.7
%define release 1
Summary: A flexible I/O tester/benchmarker
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.sfr-fresh.com/unix/privat/%{name}-%{version}.tar.gz
License: GPL
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libaio-devel
%description
@ -32,14 +31,9 @@ It supports Linux, FreeBSD, and OpenSolaris.
%make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc HOWTO README COPYING REPORTING-BUGS
%doc examples
%{_bindir}/fio
@ -49,6 +43,22 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Apr 16 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 2.0.7-1
+ Revision: 791317
- update to 2.0.7
* Thu Apr 05 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 2.0.6-1
+ Revision: 789416
- update to 2.0.6
* 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)
* Sun Dec 05 2010 Oden Eriksson <oeriksson@mandriva.com> 1.37-2mdv2011.0
+ Revision: 610425
- rebuild
@ -98,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
- 1.17.3
- 1.17.3
+ Olivier Blin <oblin@mandriva.com>
+ Olivier Blin <blino@mandriva.org>
- restore BuildRoot
+ Thierry Vignaud <tv@mandriva.org>