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