[taglib-sharp/f13] Added arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Fri Jun 3 16:37:21 UTC 2011


commit 11080c120891e8b3927c4ca6fed33289ddf3379b
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Fri Jun 3 12:31:14 2011 -0400

    Added arm macro to ExclusiveArch

 taglib-sharp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/taglib-sharp.spec b/taglib-sharp.spec
index 8bca411..770f25e 100644
--- a/taglib-sharp.spec
+++ b/taglib-sharp.spec
@@ -2,7 +2,7 @@
 
 Name:    taglib-sharp
 Version: 2.0.3.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Provides tag reading and writing for Banshee and other Mono apps
 
 Group:   System Environment/Libraries
@@ -13,7 +13,7 @@ Patch0:  taglib-sharp-2.0.3.2-libdir.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # We only have mono on these arches:
-ExclusiveArch: %ix86 x86_64 ia64 ppc ppc64 armv4l sparc sparcv9 alpha ppc s390 s390x
+ExclusiveArch: %ix86 x86_64 ia64 ppc ppc64 %{arm} sparc sparcv9 alpha ppc s390 s390x
 
 BuildRequires: mono-devel, monodoc-devel, gnome-sharp-devel
 
@@ -70,6 +70,9 @@ sed -i 's|${exec_prefix}/lib|%{_libdir}|g' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/t
 %{_libdir}/pkgconfig/taglib-sharp.pc
 
 %changelog
+* Fri Jun 03 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 2.0.3.7-2
+- Added arm macro to ExclusiveArch
+
 * Tue Mar 30 2010 Christian Krause <chkr at fedoraproject.org> - 2.0.3.7-1
 - Update to 2.0.3.7
 


More information about the scm-commits mailing list