Summary: Provides throughput and sometimes progress on shell pipes Name: pipemeter Version: 1.1.2 Release: 1.n0i.9%{?dist} License: GPL Group: System Environment/Shells URL: http://spamaps.org/pipemeter.php Source: http://spamaps.org/files/pipemeter/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This program can be used in a shell pipe to display speed and progress (if size of stream is available). Features: * Shows speed of data moving from input to output. * Shows percentage complete if regular file specified. * Allows tuning of block size and display interval * Support for dd style block size specification %prep %setup %build %configure %{__make} %install %{__rm} -rf $RPM_BUILD_ROOT %{__install} -D -m 755 pipemeter $RPM_BUILD_ROOT%{_bindir}/%{name} %{__install} -D -m 755 pipecp $RPM_BUILD_ROOT%{_bindir}/pipecp %{__install} -D -m 644 pipemeter.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/* %doc %{_mandir}/*/* %doc Changelog LICENSE README %changelog * Mon Aug 21 2006 Marius FERARU - 1.1.2-1.n0i.9 - version 1.1.2 - Dist macro * Thu Feb 09 2006 Marius FERARU - 1.0.1-1.n0i.8 - version 1.0.1 * Thu Jul 28 2005 Marius FERARU 1.0.0-2.n0i.7 - rebuild * Sat Dec 04 2004 Marius FERARU 0:1.0.0-1.n0i.6 - version 1.0.0 * Fri Apr 23 2004 Marius FERARU 0:0.9.2-1.n0i.5 - version 0.9.2 * Sat Feb 14 2004 Marius FERARU 0:0.9.1-1.n0i.4 - version 0.9.1 * Sat Nov 01 2003 Marius FERARU 0.8.3-0.n0i.3 - version 0.8.3 - re-spec-ed following current Fedora's guidelines * Sat Jun 14 2003 Marius FERARU 0.7.1-1.n0i.2 - rebuild on RHL9 * Sat Sep 7 2002 Marius Feraru 0.7.1-0.n0i.1 - packaged the 0.7.1 version of pipemeter