diff -ruN rpmbuild-orig/SPECS/ltrace.spec rpmbuild/SPECS/ltrace.spec
--- rpmbuild-orig/SPECS/ltrace.spec	2014-07-10 22:01:36.000000000 +0200
+++ rpmbuild/SPECS/ltrace.spec	2014-12-19 09:14:33.549921040 +0100
@@ -1,11 +1,11 @@
 Summary: Tracks runtime library calls from dynamically linked executables
 Name: ltrace
 Version: 0.5
-Release: 28.45svn%{?dist}
+Release: 28.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
 
@@ -203,6 +203,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.
@@ -232,6 +238,9 @@
 %config(noreplace) %{_sysconfdir}/ltrace.conf
 
 %changelog
+* Wed Dec 17 2014 Jacco Ligthart <jacco@redsleeve.org> - 0.5-28.45svn.0
+- Add ARM architectures
+
 * Thu Jul 10 2014 Petr Machata <pmachata@redhat.com> - 0.5-28.45svn
 - Fix specifically ppc64/ppc32 tracing of PIE binaries.
   (Updated ltrace-0.5-pie.patch)
