-
Notifications
You must be signed in to change notification settings - Fork 0
/
ioblazer.spec
45 lines (34 loc) · 1.13 KB
/
ioblazer.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Name: ioblazer
Version: 1.01
Release: 3%{?dist}
Group: Applications/System
Summary: Multi-platform storage stack micro-benchmark
License: MIT
URL: http://labs.vmware.com/flings/ioblazer
Source0: http://download3.vmware.com/software/vmw-tools/ioblazer/ioblazer-%{version}.zip
BuildRequires: libaio-devel
Requires: libaio
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
IOBlazer is a multi-platform storage stack micro-benchmark. IOBlazer runs on Linux, Windows and OSX and it is capable of generating a highly customizable workload.
%prep
%setup -c -q
%build
make %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
%{__install} -m 0755 ioblazer %{buildroot}/%{_bindir}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README
%{_bindir}
%changelog
* Wed Apr 20 2011 Sergio Rubio <[email protected]> - 1.01-3
- Fix rpmlint warnings
* Wed Apr 20 2011 Sergio Rubio <[email protected]> - 1.01-2
- re-enable debuginfo
* Tue Apr 19 2011 Sergio Rubio <[email protected]> - 1.01-1
- initial release