- More AIO decoding from Andi Kleen, bnc#679917

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=18
This commit is contained in:
2011-04-11 13:32:03 +00:00
committed by Git OBS Bridge
parent 41eb27ccc3
commit 9c1dbdb6ea
3 changed files with 135 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ Release: 5
Summary: A utility to trace the system calls of a program
Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.bz2
Source2: baselibs.conf
Patch: strace-%{version}.diff
Patch0: strace-%{version}.diff
Patch1: io-submit-fix.patch
Url: http://sourceforge.net/projects/strace/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +52,8 @@ Authors:
%prep
%setup -q
%patch -p1
%patch0 -p1
%patch1 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"