[db4o] Added correct arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Wed Jun 1 14:42:24 UTC 2011


commit beca34a06fb8049b2604c129a75bbc11e962e0f2
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Wed Jun 1 10:39:31 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 516c65c..e757f61 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: 3%{?dist}
+Release: 4%{?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-4
+- Added correct arm macro to ExclusiveArch
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list