pv/pv.spec
Funda Wang 81a5ed26c4 drop check section, as it hangs forever within eulermaker
(cherry picked from commit fd59cb7f3ab5ae4f6aae6239927fbc3e5c6ee849)
2025-03-28 10:05:18 +08:00

52 lines
1.3 KiB
RPMSpec

Name: pv
Version: 1.8.5
Release: 2
Summary: A tool for monitoring the progress of data through a pipeline
License: Artistic 2.0
Source0: http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.gz
URL: http://www.ivarch.com/programs/pv.shtml
BuildRequires: gcc gettext initscripts
%description
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
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.
%package_help
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%find_lang %{name}
rm -v ${RPM_BUILD_ROOT}%{_docdir}/%{name}/{COPYING,INSTALL}
%files -f %{name}.lang
%license docs/COPYING
%{_bindir}/%{name}
%files help
%{_docdir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%changelog
* Thu Mar 27 2025 Funda Wang <fundawang@yeah.net> - 1.8.5-2
- drop check section, as it hangs forever within eulermaker
* Mon Mar 11 2024 yueyuankun <yueyuankun@kylinos.cn> - 1.8.5-1
- update to 1.8.5
* Mon Jun 27 2022 dillon chen <dillon.chen@gmail.com> - 1.6.20-1
- update to 1.6.20
* Tue Mar 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.6-6
- Package init