"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "bonnie++-1.94/bonnie++.spec" of archive bonnie++-1.94.tgz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 Summary: A program for benchmarking hard drives and filesystems
    2 Name: bonnie++
    3 Version: 1.94
    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++/experimental/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=3D$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/bon_csv2html.1
   42 %{_mandir}/man1/bon_csv2txt.1
   43 %{_mandir}/man8/bonnie++.8
   44 %{_mandir}/man8/zcav.8
   45 
   46 %changelog
   47 * Wed Sep 06 2000 Rob Latham <rlatham@plogic.com>
   48 - first packaging