2007-01-16 00:06:07 +01:00
|
|
|
#
|
2011-09-21 16:53:56 +02:00
|
|
|
# spec file for package bonnie
|
2007-01-16 00:06:07 +01:00
|
|
|
#
|
2019-01-20 22:12:54 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:06:07 +01:00
|
|
|
#
|
2008-10-13 16:16:55 +02: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 17:06:28 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-16 00:06:07 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: bonnie
|
2019-01-20 22:12:54 +01:00
|
|
|
Version: 1.6
|
2015-04-18 10:39:07 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: File System Benchmark
|
2019-01-20 22:12:54 +01:00
|
|
|
License: GPL-2.0-or-later
|
2019-11-05 09:07:43 +01:00
|
|
|
URL: https://code.google.com/p/bonnie-64/
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2019-01-20 22:12:54 +01:00
|
|
|
Patch0: bonnie-fix-o_direct.diff
|
2007-01-16 00:06:07 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Bonnie is a popular performance benchmark that targets various aspects
|
|
|
|
of Unix file systems.
|
|
|
|
|
|
|
|
%prep
|
2024-02-22 11:52:41 +01:00
|
|
|
%autosetup -p0 -n %{name}
|
2007-01-16 00:06:07 +01:00
|
|
|
|
|
|
|
%build
|
2016-06-30 15:21:56 +02:00
|
|
|
make SYSFLAGS="%{optflags}" %{?_smp_mflags}
|
2007-01-16 00:06:07 +01:00
|
|
|
|
|
|
|
%install
|
2016-06-30 15:21:56 +02:00
|
|
|
%make_install
|
2007-01-16 00:06:07 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc bonnie.doc README
|
2015-04-18 10:39:07 +02:00
|
|
|
%{_bindir}/bonnie
|
2019-11-05 09:07:43 +01:00
|
|
|
%{_mandir}/man1/bonnie.1%{?ext_man}
|
2007-01-16 00:06:07 +01:00
|
|
|
|
2008-04-26 11:25:50 +02:00
|
|
|
%changelog
|