2012-05-22 19:47:27 +00:00
|
|
|
#
|
|
|
|
# spec file for package pv
|
|
|
|
#
|
2023-07-17 21:22:58 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-05-22 19:47:27 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
2010-11-09 21:55:26 +00:00
|
|
|
|
2020-09-08 08:48:33 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-05-22 19:47:27 +00:00
|
|
|
#
|
2012-06-25 22:18:04 +00:00
|
|
|
|
|
|
|
|
2010-11-09 21:55:26 +00:00
|
|
|
Name: pv
|
2023-07-27 22:55:59 +00:00
|
|
|
Version: 1.7.17
|
2010-11-09 21:55:26 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
2012-02-22 21:07:39 +00:00
|
|
|
License: Artistic-2.0
|
2012-05-22 19:47:27 +00:00
|
|
|
Group: System/Base
|
2020-09-08 08:48:33 +00:00
|
|
|
URL: http://ivarch.com/programs/pv.shtml
|
2012-11-20 15:22:38 +00:00
|
|
|
|
2021-11-05 20:00:54 +00:00
|
|
|
#Git-Clone: https://github.com/a-j-wood/pv
|
2013-08-12 10:53:30 +00:00
|
|
|
Source: http://ivarch.com/programs/sources/%name-%version.tar.bz2
|
|
|
|
Source2: http://ivarch.com/programs/sources/%name-%version.tar.bz2.txt
|
2012-12-24 08:07:01 +00:00
|
|
|
Source3: %name.keyring
|
2012-05-22 19:47:27 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: make
|
2013-06-05 17:11:28 +00:00
|
|
|
BuildRequires: sysvinit-tools
|
2010-11-09 21:55:26 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
|
2017-08-07 23:38:39 +00:00
|
|
|
pipeline. It can be inserted into any normal pipeline between two processes
|
2010-11-09 21:55:26 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
%prep
|
2020-09-08 08:48:33 +00:00
|
|
|
%autosetup -p1
|
2010-11-09 21:55:26 +00:00
|
|
|
|
|
|
|
%build
|
2017-08-07 23:38:39 +00:00
|
|
|
%configure --enable-lfs --enable-nls --disable-debugging
|
2020-09-08 08:48:33 +00:00
|
|
|
%make_build
|
2010-11-09 21:55:26 +00:00
|
|
|
|
|
|
|
%install
|
2017-08-07 23:38:39 +00:00
|
|
|
%make_install
|
2010-11-09 21:55:26 +00:00
|
|
|
|
|
|
|
%check
|
2020-09-08 08:48:33 +00:00
|
|
|
%make_build test
|
2010-11-09 21:55:26 +00:00
|
|
|
|
2023-07-27 22:55:59 +00:00
|
|
|
%files
|
2020-09-08 08:48:33 +00:00
|
|
|
%license doc/COPYING
|
2012-11-20 15:22:38 +00:00
|
|
|
%_bindir/pv
|
2020-09-08 08:48:33 +00:00
|
|
|
%_mandir/man1/pv.1%ext_man
|
2010-11-09 21:55:26 +00:00
|
|
|
|
2012-02-22 21:07:39 +00:00
|
|
|
%changelog
|