2007-01-15 23:06:07 +00:00
|
|
|
#
|
2011-09-21 14:53:56 +00:00
|
|
|
# spec file for package bonnie
|
2007-01-15 23:06:07 +00:00
|
|
|
#
|
2019-01-20 21:12:54 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-15 23:06:07 +00:00
|
|
|
#
|
2008-10-13 14:16:55 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-10-17 15:06:28 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:06:07 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: bonnie
|
2019-01-20 21:12:54 +00:00
|
|
|
Version: 1.6
|
2015-04-18 08:39:07 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: File System Benchmark
|
2019-01-20 21:12:54 +00:00
|
|
|
License: GPL-2.0-or-later
|
2019-11-05 08:07:43 +00:00
|
|
|
URL: https://code.google.com/p/bonnie-64/
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2019-01-20 21:12:54 +00:00
|
|
|
Patch0: bonnie-fix-o_direct.diff
|
2007-01-15 23:06:07 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Bonnie is a popular performance benchmark that targets various aspects
|
|
|
|
of Unix file systems.
|
|
|
|
|
|
|
|
%prep
|
2015-04-18 08:39:07 +00:00
|
|
|
%setup -q -n %{name}
|
2019-11-05 08:07:43 +00:00
|
|
|
%patch0
|
2007-01-15 23:06:07 +00:00
|
|
|
|
|
|
|
%build
|
2016-06-30 13:21:56 +00:00
|
|
|
make SYSFLAGS="%{optflags}" %{?_smp_mflags}
|
2007-01-15 23:06:07 +00:00
|
|
|
|
|
|
|
%install
|
2016-06-30 13:21:56 +00:00
|
|
|
%make_install
|
2007-01-15 23:06:07 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc bonnie.doc README
|
2015-04-18 08:39:07 +00:00
|
|
|
%{_bindir}/bonnie
|
2019-11-05 08:07:43 +00:00
|
|
|
%{_mandir}/man1/bonnie.1%{?ext_man}
|
2007-01-15 23:06:07 +00:00
|
|
|
|
2008-04-26 09:25:50 +00:00
|
|
|
%changelog
|