pv-1.6.6
OBS-URL: https://build.opensuse.org/package/show/utilities/pv?expand=0&rev=27
This commit is contained in:
parent
340160da4c
commit
991f336f6b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ece824e0da27b384d11d1de371f20cafac465e038041adab57fcf4b5036ef8d
|
|
||||||
size 107723
|
|
3
pv-1.6.6.tar.bz2
Normal file
3
pv-1.6.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:608ef935f7a377e1439c181c4fc188d247da10d51a19ef79bcdee5043b0973f1
|
||||||
|
size 109220
|
@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
iD8DBQBVBNTywVlroz/Fb1ERAkzgAJ9P+1FUiiZNdVm/oQ01rZx5ToF0dACdHSPx
|
iD8DBQBZVsU9wVlroz/Fb1ERAo1jAKCRA/t5VQIOFcJ/R92ditqru3KBcgCgivrL
|
||||||
qAB50pdUCnfkTtwmeyZSYzs=
|
4S5UbnYTj7PgYrTisxjvRu8=
|
||||||
=bdmC
|
=Hzq0
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
10
pv.changes
10
pv.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 7 23:34:32 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.6.6
|
||||||
|
* Fix target buffer size (-B) being ignored
|
||||||
|
* Cap read/write sizes, and check elapsed time during read/write
|
||||||
|
cycle to avoid display hangs with large buffers or slow media.
|
||||||
|
* Report error in "-d" if process fd directory is unreadable, or
|
||||||
|
if process disappears before we start the main loop.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 27 17:00:05 UTC 2015 - jengelh@inai.de
|
Fri Mar 27 17:00:05 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
18
pv.spec
18
pv.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pv
|
# spec file for package pv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pv
|
Name: pv
|
||||||
Version: 1.6.0
|
Version: 1.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
@ -43,7 +43,7 @@ BuildRequires: sysvinit-tools
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
|
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
|
||||||
pipeline. It can be inserted into any normal pipeline between two processes
|
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
|
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
|
it has taken, how near to completion it is, and an estimate of how long it
|
||||||
will be until completion.
|
will be until completion.
|
||||||
@ -52,23 +52,19 @@ will be until completion.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --enable-lfs --enable-nls --disable-debugging
|
||||||
--enable-lfs \
|
|
||||||
--enable-nls \
|
|
||||||
--disable-debugging
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot"
|
%make_install
|
||||||
%find_lang "%{name}"
|
%find_lang %name
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files -f %name.lang
|
%files -f %name.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README doc/COPYING doc/NEWS doc/TODO
|
%doc README doc/COPYING doc/NEWS
|
||||||
%_bindir/pv
|
%_bindir/pv
|
||||||
%doc %_mandir/man1/pv.1%ext_man
|
%doc %_mandir/man1/pv.1%ext_man
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user