diff -ruN rpmbuild.old/SPECS/ltrace.spec rpmbuild/SPECS/ltrace.spec
--- rpmbuild.old/SPECS/ltrace.spec	2012-04-12 23:29:08.000000000 +0100
+++ rpmbuild/SPECS/ltrace.spec	2014-02-01 15:26:57.915512000 +0000
@@ -1,11 +1,11 @@
 Summary: Tracks runtime library calls from dynamically linked executables
 Name: ltrace
 Version: 0.5
-Release: 23.45svn%{?dist}
+Release: 23.45svn%{?dist}.0
 URL: http://ltrace.alioth.debian.org/
 License: GPLv2+
 Group: Development/Debuggers
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc
+ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc %{arm}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: elfutils-libelf-devel dejagnu
 
@@ -194,6 +194,12 @@
 
 sed -i -e 's/-o root -g root//' Makefile.in
 
+%ifarch %{arm}
+  pushd sysdeps
+    ln -s linux-gnu linux-gnueabi
+  popd
+%endif
+
 %build
 # This ugly hack is necessary to build and link files for correct
 # architecture.  It makes a difference on ppc.
@@ -223,6 +229,9 @@
 %config(noreplace) %{_sysconfdir}/ltrace.conf
 
 %changelog
+* Sat Feb 01 2014 Gordan Bobic <gordan@redsleeve.org> - 0.5-24.45svn.0
+- Fix ARM build target bug
+
 * Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.5-23.45svn
 - Fix the case that a breakpoint is reported by SIGILL instead of
   SIGTRAP, and DECR_PC_AFTER_BREAK is non-zero, as is the case on
