Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
ioping
> ioping.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ioping.spec of Package ioping
Name: ioping Version: 0.6 Release: 2.1 Summary: Simple disk I/O latency monitoring tool Group: System/Monitoring License: GPLv3+ URL: http://code.google.com/p/ioping Source0: ioping-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build BuildRequires: gcc, make %description This tool lets you monitor I/O latency in real time, in a way similar to how ping(1) does for network latency. %prep %setup -q %build make %{?_smp_mflags} %install make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %attr(755,root,root) %{_bindir}/ioping %attr(644, root, root) %{_mandir}/man1/ioping.1.* %doc %changelog * Tue Aug 2 2011 zawertun@gmail.com - update to version 0.6 * Mon Jun 6 2011 zawertun@gmail.com - Minor changes for OBS * Thu Jun 2 2011 kir@openvz.org - fix i386 build on x86_64 * Mon May 30 2011 kir@openvz.org - initial packaging