Omaha #3216 - update postgres to use geos 3.4.2

Change-Id: If1b56c95e32cbbe4c78c8dfb956fdff8ecb8aa2b

Former-commit-id: 515aa32cc6 [formerly 6dd90bb25a] [formerly 515aa32cc6 [formerly 6dd90bb25a] [formerly 1b1064d541 [formerly 453247c7731adb5e1ca4e58306d14715c0f3a350]]]
Former-commit-id: 1b1064d541
Former-commit-id: fa7fef1605 [formerly aba34ca613]
Former-commit-id: 88cd053b81
This commit is contained in:
Greg Armendariz 2014-12-04 11:30:49 -06:00
parent 38f1768dbf
commit 532891c6b7
2 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@
Name: awips2-postgresql
Summary: AWIPS II PostgreSQL Distribution
Version: %{_postgresql_version}
Release: 2.el6
Release: 3.el6
Group: AWIPSII
BuildRoot: %{_build_root}
BuildArch: %{_build_arch}
@ -148,18 +148,19 @@ fi
SRC_DIR="%{_baseline_workspace}/rpms/awips2.core/Installer.postgres/SOURCES"
PROJ_SRC="proj-4.8.0.zip"
POSTGIS_SRC="postgis-2.0.6.tar.gz"
GEOS_SRC="geos-3.3.6.tar.bz2"
GEOS_BASE="geos-3.4.2"
GEOS_SRC="geos-3.4.2.tar.bz2"
GDAL_SRC="gdal192.zip"
# The directory that the src will be in after the tars are unzipped.
PROJ_SRC_DIR="proj-4.8.0"
POSTGIS_SRC_DIR="postgis-2.0.6"
GEOS_SRC_DIR="geos-3.3.6"
GEOS_SRC_DIR="geos-3.4.2"
GDAL_SRC_DIR="gdal-1.9.2"
cp ${SRC_DIR}/${POSTGIS_SRC} %{_postgres_build_loc}
cp ${SRC_DIR}/${PROJ_SRC} %{_postgres_build_loc}
cp ${SRC_DIR}/${GEOS_SRC} %{_postgres_build_loc}
cp %{_baseline_workspace}/foss/${GEOS_BASE}/packaged/${GEOS_SRC} %{_postgres_build_loc}
cp ${SRC_DIR}/${GDAL_SRC} %{_postgres_build_loc}
cd %{_postgres_build_loc}