Summary: show information about a data transfer Name: bar Version: 1.08 Release: 0.n0i.1 Epoch: 0 License: GPL Group: System Environment/Shells URL: http://www.tiem.utk.edu/~peek/software/moc/bar/ Source: http://www.tiem.utk.edu/~peek/software/moc/%{name}/%{version}/%{name}-%{version}.tar.gz Patch0: bar-sys-time.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Bar is a simple tool to process a stream of data and print a display for the user on stderr showing (a) the amount of data passed, (b) the throughput of the data transfer, and, if the total size of the data stream is known, (c) estimated time remaining, percent complete, and a progress bar. %prep %setup -q %patch -p0 %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/* %doc %{_mandir}/*/* %doc AUTHORS ChangeLog COPYING PORTING %changelog * Fri Jan 16 2004 Marius FERARU 0:1.08-0.n0i.1 - version 1.08 - plugged the openpkg sys-time patch * Tue Dec 30 2003 Marius FERARU 0:1.07-0.n0i.1 - version 1.07 * Sat Nov 01 2003 Marius FERARU 1.04-0.n0i.1 - version 1.04 - initial packaging attempt