[db4o/f14] Added correct arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Wed Jun 1 14:31:40 UTC 2011


commit 6d2ce0f8c424d743061a8d7b33924ba742021d4c
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Wed Jun 1 10:28:09 2011 -0400

    Added correct arm macro to ExclusiveArch

 db4o.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/db4o.spec b/db4o.spec
index ba51df5..03686fb 100644
--- a/db4o.spec
+++ b/db4o.spec
@@ -5,7 +5,7 @@
 Summary: A native OODBMS for Java/.NET/Mono - Mono version
 Name: db4o
 Version: 7.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Patch0: db4o-74-make.patch
 Group: Development/Libraries
@@ -14,7 +14,7 @@ URL: http://www.db4o.com/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: mono-devel, mono-cecil-flowanalysis-devel
 
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha s390 s390x
+ExclusiveArch: %ix86 x86_64 ia64 %{arm} sparc alpha s390 s390x
 
 %description
 Embed db4o's native Java or .NET/Mono open source object database
@@ -125,6 +125,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/db4o.pc
 
 %changelog
+* Wed Jun 01 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 7.4-3
+- Added correct arm macro to ExclusiveArch
+
 * Wed Jan 20 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 7.4-2
 - Fix the names for the files the binaries link to
 


More information about the scm-commits mailing list