Blob Blame History Raw
Name:           ioping
Version:        0.8
Release:        2%{?dist}
Summary:        Simple disk I/O latency monitoring tool
License:        GPLv3+
URL:            https://code.google.com/p/ioping
Source0:        https://ioping.googlecode.com/files/%{name}-%{version}.tar.gz

%description
This tool lets you monitor I/O latency in real time. It shows disk latency in 
the same way as ping shows network latency.

%prep
%setup -q
# Do not strip debuginfo symbols.
sed -i 's|install -s |install |g' Makefile

%build
make CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mflags}

%install
make install PREFIX=%{_prefix} DESTDIR=%{buildroot}

%files
%doc changelog README
%{_bindir}/ioping
%{_mandir}/man1/ioping.1*

%changelog
* Fri Jan 03 2014 Christopher Meng <rpm@cicku.me> - 0.8-2
- Do not strip debug symbols.

* Tue Dec 31 2013 Christopher Meng <rpm@cicku.me> - 0.8-1
- Update to 0.8

* Fri Nov 09 2012 Christopher Meng <rpm@cicku.me> - 0.6-1
- Initial Package.