[ltrace] Drop ExclusiveArch as all current Primary/Secondary Arches are supported

Peter Robinson pbrobinson at fedoraproject.org
Wed Apr 11 19:53:14 UTC 2012


commit 449eeac6409e2ba16056ea319db9b37c2e4cd57f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Apr 11 20:53:04 2012 +0100

    Drop ExclusiveArch as all current Primary/Secondary Arches are supported

 ltrace.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/ltrace.spec b/ltrace.spec
index f223461..69fdade 100644
--- a/ltrace.spec
+++ b/ltrace.spec
@@ -5,8 +5,7 @@ Release: 9%{?dist}
 URL: http://ltrace.alioth.debian.org/
 License: GPLv2+
 Group: Development/Debuggers
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires: elfutils-libelf-devel dejagnu
 BuildRequires: autoconf automake
 BuildRequires: libselinux-devel
@@ -68,7 +67,6 @@ export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'` -D_
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} docdir=%{_docdir}/ltrace-%{version}/ install
 
 # The testsuite is useful for development in real world, but fails in
@@ -78,9 +76,6 @@ echo ====================TESTING=========================
 make check ||:
 echo ====================TESTING END=====================
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc COPYING README TODO BUGS ChangeLog
@@ -89,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/ltrace.conf
 
 %changelog
+* Wed Apr 11 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.6.0-10
+- Drop ExclusiveArch as all current Primary/Secondary Arches are supported
+
 * Wed Apr 11 2012 Petr Machata <pmachata at redhat.com> - 0.6.0-9
 - And patch configure and config.h, not just configure.ac
 - Resolves: #810973


More information about the scm-commits mailing list