Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 6e3214d142b69da5c8ea1cd0b72ae18d > files > 2

bonnie++-1.02a-1mdk.src.rpm

Name: bonnie++
Version: 1.02a
Release: 1mdk
Summary: A program for benchmarking hard drives and filesystems
Summary(pt_BR): Benchmark (teste de performance) Bonnie para Sistemas de Arquivos Unix
Summary(es): Benchmark (prueba de desempeño) Bonnie para Sistemas de Archivos Unix
License: GPL
Group: System/Kernel and hardware
URL: http://www.coker.com.au/bonnie++/
Source: http://www.coker.com.au/bonnie++/bonnie++-%{version}.tar.bz2 
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Provides: bonnie
Obsoletes: bonnie
%ifarch ppc
Requires:	libstdc++
%else
Requires:	libstdc++2.10
%endif
BuildRequires:	libstdc++

%description
Bonnie++ is a benchmark suite that is aimed at performing a number of simple
tests of hard drive and file system performance.

%description -l pt_BR
Bonnie é um benchmark (teste de performance) popular que verifica
vários aspectos de sistemas de arquivos Unix

%description -l es
Bonnie es un benchmark (prueba de desempeño) popular que verifica
varios aspectos de sistemas de archivos Unix

%prep
%setup -q

%build
%configure
%make 

%install
[ -e debian/changelog ]&& (rm -f changelog.txt;mv debian/changelog changelog.txt)
perl -pi -e "s@usr/share/man@%{buildroot}%_mandir@g" Makefile
%makeinstall eprefix=%{buildroot} DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc changelog.txt readme.html credits.txt readme.html
/sbin/bonnie++
/sbin/zcav
/bin/bon_csv2html
/bin/bon_csv2txt
%{_mandir}/man1/*
%{_mandir}/man8/*

%changelog
* Tue Jan 29 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.02a-1mdk
- new release

* Wed Dec  5 2001 Stew Benedict <sbenedict@mandrakesoft.com> 1.02-2mdk
- reduce requires on PPC from libstdc++2.10 to libstdc++

* Thu Oct 11 2001 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.02-1mdk
- initial releaes
- this package replace the old non-gpl bonnie