# # Conditional build: %bcond_without tests # build without tests Summary: Pipe Viewer - tool for monitoring the progress of data through a pipeline Summary(pl.UTF-8): Pipe Viewer - monitorowanie przepływu danych przez potok Name: pv Version: 1.5.2 Release: 1 License: Artistic v2.0 Group: Applications Source0: http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.bz2 # Source0-md5: fdcd0be1e333602f82a70921b87976b8 URL: http://www.ivarch.com/programs/pv.shtml BuildRequires: gettext-devel # the unit tests call usleep(1) BuildRequires: rc-scripts BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Pipe Viewer is a terminal-based 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. %description -l pl.UTF-8 Pipe Viewer jest tekstowym narzędziem do monitorowania przepływu danych przez potok. Może być wstawiony w dowolny potok pomiędzy dwa procesy w celu wizualizacji prędkości z jaką dane przepływają pomiędzy nimi, ile czasu im to zajmuje, ile jeszcze zostało do ukończenia i ile mniej więcej czasu to będzie trwało. %prep %setup -q mv README README.iso8859 iconv -f ISO-8859-1 -t UTF-8 README.iso8859 > README mv doc/NEWS doc/NEWS.iso8859 iconv -f ISO-8859-1 -t UTF-8 doc/NEWS.iso8859 > doc/NEWS %build %configure %{__make} %{?with_test:%{__make} test} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc README doc/NEWS doc/TODO %attr(755,root,root) %{_bindir}/pv %{_mandir}/man1/pv.1*