[libgpod] - switch to mono_arches

Dan Horák sharkcz at fedoraproject.org
Sun Nov 16 10:40:12 UTC 2014


commit f2bf7b15bb8383525bb2d7e96198235f9190475f
Author: Dan Horák <dan at danny.cz>
Date:   Sun Nov 16 11:40:03 2014 +0100

    - switch to mono_arches

 libgpod.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libgpod.spec b/libgpod.spec
index 401d815..accf43f 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -3,7 +3,7 @@
 # python-gpod should not advertise _gpod.so in its Provides
 %define __provides_exclude_from %{python_sitearch}/.*\.so$
 
-%ifarch %ix86 x86_64 ppc %{power64} ia64 %{arm} sparcv9 alpha s390x
+%ifarch %{mono_arches}
 %global with_mono 1
 %else
 %global with_mono 0
@@ -15,7 +15,7 @@
 Summary: Library to access the contents of an iPod
 Name: libgpod
 Version: 0.8.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtkpod.org/libgpod.html
@@ -211,6 +211,9 @@ echo "D /var/run/%{name} 0755 root root -" > \
 %endif
 
 %changelog
+* Sun Nov 16 2014 Dan Horák <dan[at]danny.cz> - 0.8.3-7
+- switch to mono_arches
+
 * Wed Oct 15 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.8.3-6
 - Rebuild for libimobiledevice 1.1.7
 


More information about the scm-commits mailing list