New version 1.11.2, rebuild for g2clib, support ppc64le

- New release 1.11.2
- Update gdal-config for ppc64le
- Don't try to install perllocal.pod (bz 1161231).
This commit is contained in:
Dan Horák 2014-11-14 12:19:15 +01:00 committed by Volker Fröhlich
parent 4e96b9425b
commit 1494bd2e4a
4 changed files with 14 additions and 6 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@ gdalautotest-1.7.0.tar.gz
/gdalautotest-1.11.0.tar.gz
/gdal-1.11.1-fedora.tar.xz
/gdalautotest-1.11.1.tar.gz
/gdalautotest-1.11.2.tar.gz
/gdal-1.11.2-fedora.tar.xz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Volker Fröhlich
VERSION="1.11.1"
VERSION="1.11.2"
tar xvf gdal-"${VERSION}".tar.xz

View File

@ -23,7 +23,7 @@
# Tests can be of a different version
%global testversion 1.11.1
%global testversion 1.11.2
%global run_tests 1
%global with_spatialite 1
@ -40,7 +40,7 @@
Name: gdal
Version: 1.11.1
Version: 1.11.2
Release: 1%{?dist}
Summary: GIS file format library
Group: System Environment/Libraries
@ -493,6 +493,7 @@ mkdir -p %{buildroot}%{_libdir}/%{name}plugins
#TODO: Don't do that?
find %{buildroot}%{perl_vendorarch} -name "*.dox" -exec rm -rf '{}' \;
rm -f %{buildroot}%{perl_archlib}/perllocal.pod
# Correct permissions
#TODO and potential ticket: Why are the permissions not correct?
@ -607,7 +608,7 @@ cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
ARCH=\$(uname -m)
case \$ARCH in
x86_64 | ppc64 | ia64 | s390x | sparc64 | alpha | alphaev6 )
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 )
%{name}-config-64 \${*}
;;
*)
@ -763,6 +764,11 @@ popd
#Or as before, using ldconfig
%changelog
* Tue Jul 7 2015 Volker Fröhlich <volker27@gmx.at> - 1.11.2-1
- New release
- Update gdal-config for aarch64 and ppc64le
- Don't try to install perllocal.pod (bz 1161231)
* Tue Nov 18 2014 Volker Fröhlich <volker27@gmx.at> - 1.11.1-1
- New release
- Correct test suite source URL

View File

@ -1,2 +1,2 @@
f8cba353a17576ec93770ef286d2220d gdal-1.11.1-fedora.tar.xz
9a3f691157013f8707984b4870d37a7a gdalautotest-1.11.1.tar.gz
f639373d0709858d41997c708ca80c52 gdal-1.11.2-fedora.tar.xz
3d4cb6361005312dc86016b0b7eb57a4 gdalautotest-1.11.2.tar.gz