Summary: general purpose buffer program Name: mbuffer Version: 20011008 Release: 2%{?dist} Group: Application/System License: GPL Url: http://freshmeat.net/projects/mbuffer/ Source: %{name}-%{version}.tgz BuildRequires: gettext BuildRequires: bison BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot %description mbuffer is a replacement for buffer (a program designed to speed writing to local and remote tapes) with additional functionality: - display of i/o speed - optional use of memory mapped i/o for huge buffers - multithreaded instead of sharedmemory ipc - multi-volume support - auto-loader support (TEST IT!) - compatible command-line options - --? bugs to hunt ?-- :-(( %prep %setup %build ./configure --prefix=%{_prefix} make %install mkdir -p $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %clean /bin/rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/mbuffer %doc %{_mandir}/man1/* %doc COPYING README AUTHORS ChangeLog NEWS %{_datadir}/locale/*/LC_MESSAGES/*