2013-08-05 09:19:16 +00:00
|
|
|
#
|
2013-08-05 11:08:47 +00:00
|
|
|
# spec file for package filebench
|
2013-08-05 09:19:16 +00:00
|
|
|
#
|
2023-06-22 15:18:20 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2013-08-05 09:19:16 +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.
|
|
|
|
|
|
2020-11-24 12:15:52 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-08-05 09:19:16 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: filebench
|
2023-06-22 15:18:20 +00:00
|
|
|
Version: 1.4.9.1+git.20200220
|
2013-08-05 11:08:47 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: File system and storage benchmark
|
2023-09-12 12:17:20 +00:00
|
|
|
License: CDDL-1.0 and GPL-3.0-or-later+
|
2020-11-24 12:15:52 +00:00
|
|
|
URL: https://github.com/filebench/filebench/wiki
|
2023-06-22 15:18:20 +00:00
|
|
|
Source0: %{name}-%{version}.tar.gz
|
2016-07-02 22:06:49 +00:00
|
|
|
Source1: %{name}.1
|
2017-03-24 17:13:12 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
2016-07-02 21:52:31 +00:00
|
|
|
BuildRequires: bison
|
|
|
|
|
BuildRequires: flex
|
2023-06-22 15:18:20 +00:00
|
|
|
BuildRequires: libtool
|
2013-08-05 09:19:16 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Filebench is a file system and storage benchmark that allows to generate a
|
|
|
|
|
large variety of workloads. Unlike typical benchmarks it is very flexible and
|
|
|
|
|
allows to minutely specify (any) applications' behaviour using extensive
|
|
|
|
|
Workload Model Language (WML). Filebench uses loadable workload personalities
|
|
|
|
|
to allow easy emulation of complex applications (e.g., mail, web, file, and
|
|
|
|
|
database servers). Filebench is quick to set up and easy to use compared to
|
2015-04-09 07:58:44 +00:00
|
|
|
deploying real applications. It is also a handy tool for micro-benchmarking.
|
2013-08-05 09:19:16 +00:00
|
|
|
|
|
|
|
|
%prep
|
2023-06-22 15:18:20 +00:00
|
|
|
%autosetup
|
2013-08-05 09:19:16 +00:00
|
|
|
|
|
|
|
|
%build
|
2023-06-22 15:18:20 +00:00
|
|
|
mkdir m4
|
2017-03-24 17:13:12 +00:00
|
|
|
autoreconf -fiv
|
2023-06-22 15:18:20 +00:00
|
|
|
%configure \
|
|
|
|
|
--enable-static=no
|
2020-11-24 12:15:52 +00:00
|
|
|
%make_build
|
2013-08-05 09:19:16 +00:00
|
|
|
|
|
|
|
|
%install
|
2016-07-02 21:52:31 +00:00
|
|
|
%make_install
|
2020-11-24 12:15:52 +00:00
|
|
|
install -Dpm 0644 %{SOURCE1} \
|
|
|
|
|
%{buildroot}%{_mandir}/man1/%{name}.1
|
2023-06-22 15:18:20 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2013-08-05 09:19:16 +00:00
|
|
|
|
|
|
|
|
%files
|
2020-11-24 12:15:52 +00:00
|
|
|
%license COPYING LICENSE
|
2023-06-22 15:18:20 +00:00
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
2013-08-05 09:19:16 +00:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_datadir}/%{name}/
|
2023-06-22 15:18:20 +00:00
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
|
%{_libdir}/%{name}/*
|
2020-11-24 12:15:52 +00:00
|
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
2013-08-05 09:19:16 +00:00
|
|
|
|
|
|
|
|
%changelog
|