File mmtests.spec of Package mmtests
#
# spec file for package mmtests
#
# Copyright (c) 2021 SUSE LLC.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: mmtests
Version: 0.23+567
Release: 0
Summary: Configurable test framework
License: GPL-2.0
Group: System/Benchmark
Url: https://github.com/gormanm/mmtests
Source: mmtests-%{version}.tar.xz
BuildRequires: xz
Requires: autoconf
Requires: automake
Requires: bison
Requires: expect
Requires: gcc
Requires: make
Requires: oprofile
Requires: patch
Requires: systemtap
Requires: perl
BuildArch: noarch
%description
MMTests is a configurable test suite that runs a number of common workloads
of interest to developers. It is possible to add monitors for the workload
and it provides reporting tools for comparing different test runs.
%prep
%setup -q
%build
%install
install -d %{buildroot}/%{_libexecdir}/MMTests
cp -r bin bin-virt configs drivers monitors shellpack_src shellpacks stap-scripts README COPYING config host_config *.sh %{buildroot}/%{_libexecdir}/MMTests
%files
%defattr(-,root,root)
%doc README
%license COPYING
%{_libexecdir}/MMTests