1 Summary: A program for benchmarking hard drives and filesystems 2 Name: bonnie++ 3 Version: @version@ 4 Release: 1 5 Copyright: GPL 6 Group: Utilities/Benchmarking 7 URL: http://www.coker.com.au/bonnie++ 8 Source: http://www.coker.com.au/bonnie++/bonnie++-%{version}.tgz 9 BuildRoot: /tmp/%{name}-buildroot 10 Prefixes: %{_prefix} %{_datadir} 11 Requires: glibc >= 2.1 12 Requires: perl >= 5.0 13 BuildRequires: glibc-devel >= 2.1 14 15 %description 16 Bonnie++ is a benchmark suite that is aimed at performing a number of simple 17 tests of hard drive and file system performance. 18 19 %prep 20 %setup -q 21 22 %build 23 ./configure --prefix=$RPM_BUILD_ROOT%{_prefix} --mandir=$RPM_BUILD_ROOT%{_mandir} 24 make 25 26 %install 27 rm -rf $RPM_BUILD_ROOT 28 make install 29 30 %clean 31 rm -rf $RPM_BUILD_ROOT 32 33 %files 34 %defattr(-,root,root) 35 %doc changelog.txt readme.html 36 37 %{_prefix}/sbin/bonnie++ 38 %{_prefix}/sbin/zcav 39 %{_prefix}/bin/bon_csv2html 40 %{_prefix}/bin/bon_csv2txt 41 %{_mandir}/man1/* 42 %{_mandir}/man8/* 43 44 %changelog 45 * Wed Sep 06 2000 Rob Latham <rlatham@plogic.com> 46 - first packaging