[latrace] Enable building on ARM as it's supported, cleanup spec

Peter Robinson pbrobinson at fedoraproject.org
Sun Mar 10 12:45:22 UTC 2013


commit 806c502cffc574a7ed9927e2409e26e80117ff45
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Mar 10 12:45:09 2013 +0000

    Enable building on ARM as it's supported, cleanup spec

 latrace.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/latrace.spec b/latrace.spec
index e9cca4d..8f8998d 100644
--- a/latrace.spec
+++ b/latrace.spec
@@ -1,13 +1,13 @@
 Name:           latrace
 Version:        0.5.11
-Release:        3%{?dist}
+Release:        4%{?dist}
 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
+ExclusiveArch:  %{ix86} x86_64 %{arm}
 BuildRequires:  autoconf bison asciidoc xmlto binutils-devel binutils-static
 
 %description
@@ -23,7 +23,6 @@ autoconf
 make V=1
 
 %install
-rm -rf %{buildroot}
 make install ROOTDIR=%{buildroot} V=1
 chmod 0755 %{buildroot}/%{_libdir}/libltaudit.so.%{version}
 
@@ -31,11 +30,7 @@ chmod 0755 %{buildroot}/%{_libdir}/libltaudit.so.%{version}
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc README ReleaseNotes TODO COPYING
 %config(noreplace)  %{_sysconfdir}/*
 %{_libdir}/libltaudit.so.%{version}
@@ -44,6 +39,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Sun Mar 10 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.5.11-4
+- Enable building on ARM as it's supported, cleanup spec
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list