Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
bonnie++
> bonnie++.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bonnie++.spec of Package bonnie++ (Revision 14)
Currently displaying revision
14
,
show latest
# # spec file for package bonnie++ (Version 1.96) # # # norootforbuild Name: bonnie++ BuildRequires: gcc-c++ License: X11/MIT Group: System/Benchmark Provides: bonnie++-1.03c AutoReqProv: on Summary: A Bonnie-Like File System Benchmark Version: 1.97.1 Release: 450 Source: http://www.coker.com.au/bonnie++/%{name}-%{version}.tgz ##Patch: %{name}-%{version}_unlocked.patch ##Patch1: %{name}-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Bonnie++ is a benchmark suite aimed at performing a number of simple hard drive and file system performance tests. Authors: -------- Tim Bray <tbray@textuality.com> Russell Coker <russell@coker.com.au> Christian Kagerhuber <c.kagerhuber@t-online.net> Olli Ries <ories@suse.de> %prep %setup ##%patch -p1 ##%patch1 %build %__make clean %__make MORECFLAGS="$RPM_OPT_FLAGS" %install mkdir -p $RPM_BUILD_ROOT/usr/bin %__install -c bonnie++ zcav $RPM_BUILD_ROOT/usr/bin %__install -c bon_csv2html bon_csv2txt $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,8} %__install -c -m 644 bon_csv2html.1 bon_csv2txt.1 $RPM_BUILD_ROOT%{_mandir}/man1 %__install -c -m 644 bonnie++.8 zcav.8 $RPM_BUILD_ROOT%{_mandir}/man8 %files %defattr(-,root,root) %doc readme.html /usr/bin/bonnie++ /usr/bin/zcav /usr/bin/bon_csv2html /usr/bin/bon_csv2txt %{_mandir}/man8/bonnie++.8.gz %{_mandir}/man8/zcav.8.gz %{_mandir}/man1/bon_csv2html.1.gz %{_mandir}/man1/bon_csv2txt.1.gz %clean rm -rf $RPM_BUILD_ROOT %changelog * Sun Jul 05 2009 Carsten Schoene <cs@linux-administrator.com> - 1.95-450 - build release 1.96 - build on opensolaris again - more files are supported for small file test (10^7 isn't enough files) - new limit for files is 16^10 - bon_csv2html now gets colors right - added direct IO support - removed OS/2 and NT support * Wed Dec 10 2008 Carsten Schoene <cs@linux-administrator.com> - build version 1.03e * Sat Jul 05 2008 Carsten Schoene <cs@linux-administrator.com> - build version 1.03c - adapted gcc-4.3 patch * Mon Dec 03 2007 - ro@suse.de - fix build with gcc-4.3 * Fri May 26 2006 - schwab@suse.de - Use RPM_OPT_FLAGS. - Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Oct 05 2005 - dmueller@suse.de - add norootforbuild * Tue Dec 18 2001 - ro@suse.de - added <gpp,libgpp> to neededforbuild - cleaned up install locations * Tue Dec 18 2001 - ories@suse.de - initial package - replaced getc/putc with getc_unlocked/putc_unlocked