forked from pool/rt-tests
82 lines
2.4 KiB
RPMSpec
82 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package rt-tests
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: rt-tests
|
|
Version: 1.3
|
|
Release: 0
|
|
Summary: Realtime Kernel Testsuite
|
|
License: GPL-2.0-only
|
|
Group: System/Benchmark
|
|
URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
|
|
Source0: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/snapshot/rt-tests-%{version}.tar.gz
|
|
BuildRequires: libnuma-devel
|
|
BuildRequires: python-rpm-macros
|
|
BuildRequires: python2-base
|
|
# Only supported on intel architectures
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
%description
|
|
Realtime Kernel Testsuite which measures Realtime attributes of the Kernel:
|
|
Timer and signal latency and the functionality of Priority Inheritance
|
|
Mutexes.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
export CFLAGS="%{optflags}"
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make prefix=%{_prefix} DESTDIR=%{buildroot} install
|
|
rm -rf %{buildroot}%{_prefix}/src/backfire
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc MAINTAINERS README.markdown
|
|
%{_bindir}/cyclicdeadline
|
|
%{_bindir}/cyclictest
|
|
%{_bindir}/deadline_test
|
|
%{_bindir}/hackbench
|
|
%{_bindir}/hwlatdetect
|
|
%{_bindir}/pi_stress
|
|
%{_bindir}/pip_stress
|
|
%{_bindir}/pmqtest
|
|
%{_bindir}/ptsematest
|
|
%{_bindir}/queuelat
|
|
%{_bindir}/rt-migrate-test
|
|
%{_bindir}/sendme
|
|
%{_bindir}/signaltest
|
|
%{_bindir}/sigwaittest
|
|
%{_bindir}/svsematest
|
|
%{python2_sitelib}/hwlatdetect.py
|
|
%{_mandir}/man4/backfire.4%{?ext_man}
|
|
%{_mandir}/man8/cyclictest.8%{?ext_man}
|
|
%{_mandir}/man8/hackbench.8%{?ext_man}
|
|
%{_mandir}/man8/hwlatdetect.8%{?ext_man}
|
|
%{_mandir}/man8/pi_stress.8%{?ext_man}
|
|
%{_mandir}/man8/pmqtest.8%{?ext_man}
|
|
%{_mandir}/man8/ptsematest.8%{?ext_man}
|
|
%{_mandir}/man8/rt-migrate-test.8%{?ext_man}
|
|
%{_mandir}/man8/sendme.8%{?ext_man}
|
|
%{_mandir}/man8/signaltest.8%{?ext_man}
|
|
%{_mandir}/man8/sigwaittest.8%{?ext_man}
|
|
%{_mandir}/man8/svsematest.8%{?ext_man}
|
|
|
|
%changelog
|