pv-1.4.12
OBS-URL: https://build.opensuse.org/package/show/utilities/pv?expand=0&rev=19
This commit is contained in:
parent
0c8fe3db7b
commit
32a2a69800
3
pv-1.4.12.tar.bz2
Normal file
3
pv-1.4.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a5aa4c9442a8efc164015f4ffd2b3311c2d79aa2b1eb57ee7aec55928d9d742
|
||||||
|
size 99319
|
7
pv-1.4.12.tar.bz2.txt
Normal file
7
pv-1.4.12.tar.bz2.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBSABV5wVlroz/Fb1ERAgpeAJ97xaVyV7bmjLoLImKegpmZ9d5hIQCfeI1t
|
||||||
|
YtmpWZ6k5cVNOkKSJc8jQbE=
|
||||||
|
=ol9r
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2
|
|
||||||
size 95218
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.5 (GNU/Linux)
|
|
||||||
|
|
||||||
iD8DBQBQ/yJxwVlroz/Fb1ERAqFtAKCTchrL0fN7qE6ONpbgdrp60Jhu4QCfWg5Y
|
|
||||||
ufGROSWdR84ftBXVT/IfwiY=
|
|
||||||
=cE6X
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 12 10:47:57 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.4.12
|
||||||
|
* A fix for splice() not using stdin was implemented
|
||||||
|
* A new -0/--null option has been added to count NUL-terminated
|
||||||
|
"lines"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 17:11:16 UTC 2013 - jengelh@inai.de
|
Wed Jun 5 17:11:16 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
9
pv.spec
9
pv.spec
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pv
|
Name: pv
|
||||||
Version: 1.4.6
|
Version: 1.4.12
|
||||||
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
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: http://ivarch.com/programs/pv.shtml
|
Url: http://ivarch.com/programs/pv.shtml
|
||||||
|
|
||||||
Source: http://www.ivarch.com/programs/sources/%name-%version.tar.bz2
|
Source: http://ivarch.com/programs/sources/%name-%version.tar.bz2
|
||||||
Source2: %name-%version.tar.bz2.asc
|
Source2: http://ivarch.com/programs/sources/%name-%version.tar.bz2.txt
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -52,7 +52,8 @@ it has taken, how near to completion it is, and an estimate of how long it
|
|||||||
will be until completion.
|
will be until completion.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
cp "%_sourcedir/%name-%version.tar.bz2.txt" "%_sourcedir/%name-%version.tar.bz2.asc"
|
||||||
|
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.bz2.asc}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user