- Cleanup spec file

OBS-URL: https://build.opensuse.org/package/show/benchmark/rt-tests?expand=0&rev=3
This commit is contained in:
Martin Pluskal 2018-09-13 08:40:49 +00:00 committed by Git OBS Bridge
parent eee8c1e657
commit 197c6b556e
2 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 13 08:40:33 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Cleanup spec file
-------------------------------------------------------------------
Thu Sep 13 05:27:06 UTC 2018 - Jeffrey Cheung <jcheung@suse.com>

View File

@ -25,7 +25,7 @@ Group: System/Benchmark
URL: http://www.kernel.org/pub/linux/kernel/people/tglx/rt-tests/
Source0: %{name}-%{version}.tar.xz
BuildRequires: libnuma-devel
# rt-tests doesn't build on s390, s390x, ia64, ppc, ppc64, %ix86
# rt-tests doesn't build on s390, s390x, ia64, ppc, ppc64, ix86
ExclusiveArch: x86_64
%description
@ -62,7 +62,22 @@ install -m 644 src/hackbench/hackbench.8 %{buildroot}/%{_mandir}/man8/
%files
%doc ChangeLog
%license COPYING
%{_bindir}/*
%{_mandir}/man8/*
%{_bindir}/cyclictest
%{_bindir}/hackbench
%{_bindir}/pi_stress
%{_bindir}/pip_stress
%{_bindir}/pmqtest
%{_bindir}/ptsematest
%{_bindir}/rt-migrate-test
%{_bindir}/signaltest
%{_bindir}/sigwaittest
%{_bindir}/svsematest
%{_mandir}/man8/cyclictest.8%{?ext_man}
%{_mandir}/man8/hackbench.8%{?ext_man}
%{_mandir}/man8/pi_stress.8%{?ext_man}
%{_mandir}/man8/pmqtest.8%{?ext_man}
%{_mandir}/man8/ptsematest.8%{?ext_man}
%{_mandir}/man8/sigwaittest.8%{?ext_man}
%{_mandir}/man8/svsematest.8%{?ext_man}
%changelog