2012-05-22 21:47:27 +02:00
|
|
|
#
|
|
|
|
# spec file for package pv
|
|
|
|
#
|
2023-07-17 23:22:58 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-05-22 21:47:27 +02: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 22:55:26 +01:00
|
|
|
|
2020-09-08 10:48:33 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-05-22 21:47:27 +02:00
|
|
|
#
|
2012-06-26 00:18:04 +02:00
|
|
|
|
|
|
|
|
2010-11-09 22:55:26 +01:00
|
|
|
Name: pv
|
2023-07-28 13:52:11 +02:00
|
|
|
Version: 1.7.18
|
2010-11-09 22:55:26 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
2012-02-22 22:07:39 +01:00
|
|
|
License: Artistic-2.0
|
2012-05-22 21:47:27 +02:00
|
|
|
Group: System/Base
|
2020-09-08 10:48:33 +02:00
|
|
|
URL: http://ivarch.com/programs/pv.shtml
|
2012-11-20 16:22:38 +01:00
|
|
|
|
2021-11-05 21:00:54 +01:00
|
|
|
#Git-Clone: https://github.com/a-j-wood/pv
|
2013-08-12 12:53:30 +02: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 09:07:01 +01:00
|
|
|
Source3: %name.keyring
|
2012-05-22 21:47:27 +02:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: make
|
2013-06-05 19:11:28 +02:00
|
|
|
BuildRequires: sysvinit-tools
|
2010-11-09 22:55:26 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
|
2017-08-08 01:38:39 +02:00
|
|
|
pipeline. It can be inserted into any normal pipeline between two processes
|
2010-11-09 22:55:26 +01: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 10:48:33 +02:00
|
|
|
%autosetup -p1
|
2010-11-09 22:55:26 +01:00
|
|
|
|
|
|
|
%build
|
2017-08-08 01:38:39 +02:00
|
|
|
%configure --enable-lfs --enable-nls --disable-debugging
|
2020-09-08 10:48:33 +02:00
|
|
|
%make_build
|
2010-11-09 22:55:26 +01:00
|
|
|
|
|
|
|
%install
|
2017-08-08 01:38:39 +02:00
|
|
|
%make_install
|
2023-07-28 13:52:11 +02:00
|
|
|
%find_lang %name
|
2010-11-09 22:55:26 +01:00
|
|
|
|
|
|
|
%check
|
2020-09-08 10:48:33 +02:00
|
|
|
%make_build test
|
2010-11-09 22:55:26 +01:00
|
|
|
|
2023-07-28 13:52:11 +02:00
|
|
|
%files -f %name.lang
|
2020-09-08 10:48:33 +02:00
|
|
|
%license doc/COPYING
|
2012-11-20 16:22:38 +01:00
|
|
|
%_bindir/pv
|
2020-09-08 10:48:33 +02:00
|
|
|
%_mandir/man1/pv.1%ext_man
|
2010-11-09 22:55:26 +01:00
|
|
|
|
2012-02-22 22:07:39 +01:00
|
|
|
%changelog
|