[gdal] - update gdal-config for ppc64le

Dan Horák sharkcz at fedoraproject.org
Fri Nov 14 11:19:20 UTC 2014


commit 839254ed98c7e6dda05f1e4e8d7125a10cb8a819
Author: Dan Horák <dan at danny.cz>
Date:   Fri Nov 14 12:19:15 2014 +0100

    - update gdal-config for ppc64le

 gdal.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gdal.spec b/gdal.spec
index 9583d1e..d5c67e8 100644
--- a/gdal.spec
+++ b/gdal.spec
@@ -41,7 +41,7 @@
 
 Name:      gdal
 Version:   1.11.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   GIS file format library
 Group:     System Environment/Libraries
 License:   MIT
@@ -607,7 +607,7 @@ cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
 
 ARCH=\$(uname -m)
 case \$ARCH in
-x86_64 | ppc64 | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 )
+x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 )
 %{name}-config-64 \${*}
 ;;
 *)
@@ -763,6 +763,9 @@ popd
 #Or as before, using ldconfig
 
 %changelog
+* Fri Nov 14 2014 Dan Horák <dan[at]danny.cz> - 1.11.1-2
+- update gdal-config for ppc64le
+
 * Thu Oct  2 2014 Volker Fröhlich <volker27 at gmx.at> - 1.11.1-1
 - New release
 - Correct test suite source URL


More information about the scm-commits mailing list