Name: mbuffer Summary: mbuffer is a tool for buffering data streams Version: 20060324 Release: 10.1.rcn License: GPL Group: Applications/System URL: http://www.maier-komor.de/mbuffer.html Source0: %{name}-%{version}.tgz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description mbuffer is a tool for buffering data streams. Its special feature is to show the I/O rate and summary to the user. This was firstly the main reason I developed it. It is especially useful, if you are writing backups to fast tape drives or libraries. Those drives tend to stop and rewind if they have a buffer underrun. This so called tape screwing reduces the lifetime of the motors. mbuffer can prevent buffer underruns, if used correctly and speed up the whole backup process. Please read the man page for details, how to use it. %prep %setup -q -n %{name}-%{version} %build %configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} %{__make} %install %{__rm} -fr %{buildroot} # FIX install man dir install -d %{buildroot}%{_mandir}/man1 %makeinstall \ mandir=$RPM_BUILD_ROOT%{_mandir}/man1 %clean %{__rm} -fr %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README %{_bindir}/mbuffer %{_mandir}/man1/mbuffer.* %changelog * Thu Mar 30 2006 Raoul - 20060324-10.1 - Update * Fri Oct 21 2005 Raoul - 20051006-1 - Version 20051006 * Sun Aug 21 2005 Raoul - 20050730-1 - Initial Package