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