diff -ruN latrace-0.5.9-2.el6.src.rpm-rpmbuild/SPECS/latrace.spec latrace-0.5.9-2.el6.0.src.rpm-rpmbuild/SPECS/latrace.spec
--- latrace-0.5.9-2.el6.src.rpm-rpmbuild/SPECS/latrace.spec	2010-06-04 12:04:54.000000000 +0100
+++ latrace-0.5.9-2.el6.0.src.rpm-rpmbuild/SPECS/latrace.spec	2011-11-06 14:41:36.000000000 +0000
@@ -1,13 +1,13 @@
 Name:           latrace
 Version:        0.5.9
-Release:        2%{?dist}
+Release:        2%{?dist}.0
 Summary:        LD_AUDIT feature frontend for glibc 2.4+
 Group:          Development/Debuggers
 License:        GPLv3+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 URL:            http://people.redhat.com/jolsa/latrace
 Source:         http://people.redhat.com/jolsa/latrace/dl/%{name}-%{version}.tar.bz2
-ExclusiveArch:  %{ix86} x86_64 arm
+ExclusiveArch:  %{ix86} x86_64 %{arm}
 BuildRequires:  autoconf bison asciidoc xmlto binutils-devel
 
 %description
@@ -16,6 +16,11 @@
 
 %prep
 %setup -q
+%ifarch %{arm}
+  pushd src/sysdeps
+    ln -s arm %{_target_cpu}
+  popd
+%endif
 
 %build
 autoconf
@@ -44,6 +49,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sun Nov 06 2011 Gordan Bobic <gordan@bobich.net> 0.5.9-2.0
+- Add arm support
+
 * Thu Jun 03 2010 Jiri Olsa <olsajiri@gmail.com> 0.5.9-2
 - changing libltaudit.so permissions to 755
 
