]> git.pld-linux.org Git - packages/pv.git/blame_incremental - pv.spec
up to 1.8.0 (GPLv3+ now)
[packages/pv.git] / pv.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_without tests # build without tests
4
5Summary: Pipe Viewer - tool for monitoring the progress of data through a pipeline
6Summary(pl.UTF-8): Pipe Viewer - monitorowanie przepływu danych przez potok
7Name: pv
8Version: 1.8.0
9Release: 1
10License: GPL v3+
11Group: Applications
12Source0: http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.gz
13# Source0-md5: ac60a1ca8cd00db9e03e4efd59df57dc
14URL: http://www.ivarch.com/programs/pv.shtml
15BuildRequires: gettext-tools >= 0.21
16# the unit tests call usleep(1)
17BuildRequires: rc-scripts
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Pipe Viewer is a terminal-based tool for monitoring the progress of
22data through a pipeline. It can be inserted into any normal pipeline
23between two processes to give a visual indication of how quickly data
24is passing through, how long it has taken, how near to completion it
25is, and an estimate of how long it will be until completion.
26
27%description -l pl.UTF-8
28Pipe Viewer jest tekstowym narzędziem do monitorowania przepływu
29danych przez potok. Może być wstawiony w dowolny potok pomiędzy dwa
30procesy w celu wizualizacji prędkości z jaką dane przepływają pomiędzy
31nimi, ile czasu im to zajmuje, ile jeszcze zostało do ukończenia i ile
32mniej więcej czasu to będzie trwało.
33
34%prep
35%setup -q
36
37%build
38%configure
39%{__make}
40%{?with_test:%{__make} test}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%find_lang %{name}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files -f %{name}.lang
53%defattr(644,root,root,755)
54%doc README.md docs/{ACKNOWLEDGEMENTS,DEVELOPERS,NEWS,TODO}.md
55%attr(755,root,root) %{_bindir}/pv
56%{_mandir}/man1/pv.1*
This page took 0.334144 seconds and 4 git commands to generate.