From 8b919389803c376994346979d64d90f075d328fa01e78b2992f2ab69b8482687 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 5 Jul 2016 12:10:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=4 --- stress-ng.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stress-ng.spec b/stress-ng.spec index da4663b..c43113c 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -26,8 +26,11 @@ Group: System/Monitoring Url: http://kernel.ubuntu.com/~cking/stress-ng/ Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz BuildRequires: keyutils-devel +BuildRequires: libaio-devel BuildRequires: libattr-devel +BuildRequires: libbsd-devel BuildRequires: zlib-devel +BuildRequires: libseccomp-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,7 +49,8 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %install -%make_install +install -D -p -m 0755 stress-ng %{buildroot}%{_bindir}/stress-ng +install -D -p -m 0644 stress-ng.1 %{buildroot}%{_mandir}/man1/stress-ng.1 %files %defattr(-,root,root)