automatic version update by autodist [release 1.7.0-1mamba;Thu Jul 20 2023]
This commit is contained in:
parent
c1283b281b
commit
8938a48647
12
pv.spec
12
pv.spec
@ -1,11 +1,11 @@
|
|||||||
Name: pv
|
Name: pv
|
||||||
Version: 1.6.20
|
Version: 1.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A terminal-based tool for monitoring the progress of data through a pipeline
|
Summary: A terminal-based tool for monitoring the progress of data through a pipeline
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.ivarch.com/programs/pv.shtml
|
URL: http://www.ivarch.com/programs/pv.shtml
|
||||||
Source: http://www.ivarch.com/programs/sources/pv-%{version}.tar.bz2
|
Source: http://www.ivarch.com/programs/sources/pv-%{version}.tar.bz2
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
@ -18,11 +18,14 @@ pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data
|
|||||||
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.
|
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.
|
Additional support is available for multiple instances working in tandem, to given a visual indicator of relative throughput in a complex pipeline.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -37,9 +40,12 @@ Additional support is available for multiple instances working in tandem, to giv
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pv
|
%{_bindir}/pv
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc README doc/NEWS doc/TODO doc/COPYING
|
#%doc README doc/NEWS doc/TODO doc/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2023 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 1.6.20-1mamba
|
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 1.6.20-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user