From c91f759768d21f9e8a9f8d2aa249d38db49034ff Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:36:52 +0100 Subject: [PATCH] automatic version update by autodist [release 1.5.3-1mamba;Fri May 09 2014] --- README.md | 4 ++++ pv.spec | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 pv.spec diff --git a/README.md b/README.md index 3402b3c..1597734 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # pv +pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. +It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. +Additional support is available for multiple instances working in tandem, to given a visual indicator of relative throughput in a complex pipeline. + diff --git a/pv.spec b/pv.spec new file mode 100644 index 0000000..cc046e6 --- /dev/null +++ b/pv.spec @@ -0,0 +1,69 @@ +Name: pv +Version: 1.5.3 +Release: 1mamba +Summary: A terminal-based tool for monitoring the progress of data through a pipeline +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://www.ivarch.com/programs/pv.shtml +Source: http://www.ivarch.com/programs/sources/pv-%{version}.tar.bz2 +License: Apache License 2.0 +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. +It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. +Additional support is available for multiple instances working in tandem, to given a visual indicator of relative throughput in a complex pipeline. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/pv +%{_mandir}/man1/* +%doc README doc/NEWS doc/TODO doc/COPYING + +%changelog +* Fri May 09 2014 Automatic Build System 1.5.3-1mamba +- automatic version update by autodist + +* Sat Mar 01 2014 Automatic Build System 1.5.2-1mamba +- automatic version update by autodist + +* Sat Feb 01 2014 Automatic Build System 1.5.1-1mamba +- automatic version update by autodist + +* Mon Oct 28 2013 Automatic Build System 1.4.12-1mamba +- automatic version update by autodist + +* Fri Feb 15 2013 Automatic Build System 1.4.6-1mamba +- automatic version update by autodist + +* Wed Jan 30 2013 Automatic Build System 1.4.0-1mamba +- automatic version update by autodist + +* Mon Aug 06 2012 Automatic Build System 1.3.4-1mamba +- update to 1.3.4 + +* Sun Aug 05 2012 Automatic Build System 1.3.1-1mamba +- automatic version update by autodist + +* Fri Mar 25 2011 Stefano Cotta Ramusino 1.2.0-1mamba +- package created by autospec