[qgis/el6] Excluding ppc64 because of libspatialite

Dave Johansen daveisfera at fedoraproject.org
Wed Dec 3 21:02:03 UTC 2014


commit b9c85ecde2022b2b1d64720b06b627a708dfb1a8
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Wed Dec 3 14:02:03 2014 -0700

    Excluding ppc64 because of libspatialite

 qgis.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/qgis.spec b/qgis.spec
index 953c80a..27b6a1d 100644
--- a/qgis.spec
+++ b/qgis.spec
@@ -15,7 +15,7 @@
 
 Name:           qgis
 Version:        1.8.0
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        A user friendly Open Source Geographic Information System
 
 # Update FSF address or ship a GPLv3+ license file
@@ -100,6 +100,10 @@ Obsoletes:      qgis-theme-nkids < 1.1
 # We don't want to provide private Python extension libs
 %global __provides_exclude_from ^%{python_sitearch}/.*\.so$
 
+# libspatialite isn't available on ppc64 so exclude it here as well
+# https://bugzilla.redhat.com/show_bug.cgi?id=663938
+ExcludeArch: ppc64
+
 %description
 Geographic Information System (GIS) manages, analyzes, and displays
 databases of geographic information. Quantum GIS (QGIS) supports shape file
@@ -367,6 +371,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libexecdir}/%{name}
 
 %changelog
+* Wed Dec  3 2014 Dave Johansen <davejohansen at gmail.com> - 1.8.0-15
+- Exclude ppc64 because of libspatialite
+
 * Tue Oct  1 2013 Volker Fröhlich <volker27 at gmx.at> - 1.8.0-14
 - Fix Grass version to make breakage more visible
 


More information about the scm-commits mailing list