]> git.pld-linux.org Git - packages/pv.git/blob - pv.spec
- extended pl summary, BR: autoconf
[packages/pv.git] / pv.spec
1 Summary:        Pipe Viewer
2 Summary(pl):    Pipe Viewer - monitorowanie przep³ywu danych przez potok
3 Name:           pv
4 Version:        0.4.0
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.gz
9 URL:            http://www.ivarch.com/programs/pv.shtml
10 BuildRequires:  autoconf
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Pipe Viewer is a terminal-based tool for monitoring the progress of data
15 through a pipeline. It can be inserted into any normal pipeline between
16 two processes to give a visual indication of how quickly data is passing
17 through, how long it has taken, how near to completion it is, and an
18 estimate of how long it will be until completion.
19
20 %description -l pl
21 Pipe Viewer jest tekstowym narzêdziem do monitorowania przep³ywu danych
22 przez potok. Mo¿e byæ wstawiony w dowolny potok pomiêdzy dwa procesy w celu
23 wizualizacji prêdko¶ci z jak± dane przep³ywaj± pomiêdzy nimi, ile czasu im
24 to zajmuje, ile jeszcze zosta³o do ukoñczenia i ile mniej wiêcej czasu to
25 bêdzie trwa³o.
26
27 %prep
28 %setup -q
29
30 %build
31 cd autoconf
32 %{__autoconf}
33 cd ..
34 install autoconf/configure .
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_infodir}}
41
42 %{__make} install RPM_BUILD_ROOT=$RPM_BUILD_ROOT
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %post
50 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
51
52 %postun
53 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc README doc/manual.html doc/NEWS doc/TODO
58 %attr(755,root,root) %{_bindir}/*
59 %{_infodir}/*.info*
60 %{_mandir}/man1/*
This page took 0.061225 seconds and 4 git commands to generate.