Name: pv Summary: Monitor the progress of data through a pipe Version: 0.9.6 Release: 10.1.rcn License: Artistic Group: Development/Tools URL: http://www.ivarch.com/programs/pv.shtml Source0: http://download.sourceforge.net/pipeviewer/%{name}-%{version}.tar.bz2 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description PV ("Pipe Viewer") is a tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. %prep %setup -q -n %{name}-%{version} %build %configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ --infodir=%{_infodir} %{__make} %install %{__rm} -fr %{buildroot} %{__make} DESTDIR=%{buildroot} install %find_lang %{name} %clean %{__rm} -fr %{buildroot} %post /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || : %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : fi %files -f %{name}.lang %defattr(-, root, root, -) %doc README doc/COPYING doc/quickref.txt doc/index.html doc/manual.html doc/NEWS doc/TODO %{_bindir}/pv %{_infodir}/pv.info.gz %{_mandir}/man1/pv.1.gz %changelog * Thu Mar 30 2006 Raoul - 0.9.6-10.1 - Update