[skychart: 1/2] Exclude armv7hl architecture from build

mattia mattia at fedoraproject.org
Sun Mar 10 09:38:44 UTC 2013


commit fa29caaf9d708e7f18524e457127607d2ca36388
Author: Mattia Verga <mattia.verga at tiscali.it>
Date:   Sun Mar 10 09:33:17 2013 +0100

    Exclude armv7hl architecture from build

 skychart.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/skychart.spec b/skychart.spec
index d1157a3..02c26ff 100644
--- a/skychart.spec
+++ b/skychart.spec
@@ -2,7 +2,7 @@
 
 Name: skychart
 Version: 3.7
-Release: 0.1.%{svnversion}svn%{?dist}
+Release: 0.2.%{svnversion}svn%{?dist}
 Summary: Planetarium software for the advanced amateur astronomer
 
 Group: Amusements/Graphics
@@ -19,9 +19,9 @@ Source1: generate-tarball.sh
 Patch1: skychart-3.6-strip.patch
 Patch2: skychart-wgetdata.patch
 
-# no fpc and lazarus on s390(x)
+# no fpc and lazarus on s390(x) and armv7hl
 # no lazarus on sparc(64)
-ExcludeArch:    s390 s390x sparc sparc64
+ExcludeArch:    s390 s390x sparc sparc64 armv7hl
 
 # Skychart fails to compile on ppc and ppc64
 ExcludeArch:    ppc ppc64
@@ -143,6 +143,9 @@ fi
 
 
 %changelog
+* Sun Mar 10 2013 Mattia Verga <mattia.verga at tiscali.it> - 3.7-0.2.2268svn
+- Exclude armv7hl architecture
+
 * Sat Oct 06 2012 Mattia Verga <mattia.verga at tiscali.it> - 3.7-0.1.2268svn
 - Update to 3.7 testing version
 


More information about the scm-commits mailing list