bonniePlusPlus/bonnie++.spec

59 lines
1.8 KiB
RPMSpec
Raw Normal View History

Name: bonnie++
Version: 1.97
Release: 1mamba
Summary: Benchmark suite to perform simple tests of hard drive and file system performance
Group: System/Benchmarks
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.coker.com.au/bonnie++
Source: http://www.coker.com.au/bonnie++/experimental/bonnie++-%{version}.tgz
Patch: %{name}-1.96-makefile.patch
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
bonnie++ filesystem and disk benchmark suite aggressively reads & writes in various ways on your filesystem then outputs useful benchmark performance data.
bonnie++ is also useful as a hardware, disk, and filesystem stability test, exposing some types of hardware or kernel failures that would otherwise be difficult to detect.
%prep
%setup -q -n %{name}-%{version}.1
%patch -p1
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man?/*
%doc readme.html copyright.txt credits.txt debian/changelog
%changelog
* Fri Jan 04 2013 Automatic Build System <autodist@mambasoft.it> 1.97-1mamba
- automatic version update by autodist
* Tue Jul 03 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.96-1mamba
- update to 1.96
- added missing build requirements
* Tue May 29 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.03a-2mamba
- rebuilt
* Mon Nov 11 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.6-1qilnx
- First build