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