3 # Upstream: Chris Mason <mason$suse,com>
5 Summary: AIO benchmark tool
10 Group: Applications
/System
11 URL: http
://fsbench.filesystems.org
/
13 Source: http
://fsbench.filesystems.org
/bench
/aio
-stress.c
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17 aio
-stress is a AIO benchmark tool.
20 %{__cp} -v %{SOURCE0} aio
-stress.c
23 %{__cc} -Wall
-laio
-lpthread
-o aio
-stress aio
-stress.c
26 %{__rm} -rf %{buildroot}
27 %{__install} -Dp -m0755 aio-stress %{buildroot}%{_bindir}/aio
-stress
30 %{__rm} -rf %{buildroot}
33 %defattr(-, root
, root
, 0755)
37 * Tue Jun
08 2010 Dag Wieers
<dag@wieers.com
> - 0.21-1
38 - Initial package.
(using DAR
)