]> git.pld-linux.org Git - packages/pv.git/blob - pv.spec
- updated to 0.9.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.9.0
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/pipeviewer/%{name}-%{version}.tar.gz
9 # Source0-md5:  2703a930bea7c866e3cabe42245fd7c2
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
16 data through a pipeline. It can be inserted into any normal pipeline
17 between two processes to give a visual indication of how quickly data
18 is passing through, how long it has taken, how near to completion it
19 is, and an 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
23 danych przez potok. Mo¿e byæ wstawiony w dowolny potok pomiêdzy dwa
24 procesy w celu wizualizacji prêdko¶ci z jak± dane przep³ywaj± pomiêdzy
25 nimi, ile czasu im to zajmuje, ile jeszcze zosta³o do ukoñczenia i ile
26 mniej wiêcej czasu to 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 \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post
52 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
53
54 %postun
55 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc README doc/manual.html doc/NEWS doc/TODO
60 %attr(755,root,root) %{_bindir}/*
61 %{_infodir}/*.info*
62 %{_mandir}/man1/*
This page took 0.086148 seconds and 3 git commands to generate.