SPECS: postgis.spec - updated postgis to 1.0.3 - STBR with proj-4....

bartowl bartowl at pld-linux.org
Thu Sep 1 12:20:36 CEST 2005


Author: bartowl                      Date: Thu Sep  1 10:20:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated postgis to 1.0.3
- STBR with proj-4.4.8 and geos-2.1.4 installed on builders

---- Files affected:
SPECS:
   postgis.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/postgis.spec
diff -u SPECS/postgis.spec:1.16 SPECS/postgis.spec:1.17
--- SPECS/postgis.spec:1.16	Fri May 13 23:30:05 2005
+++ SPECS/postgis.spec	Thu Sep  1 12:20:30 2005
@@ -5,12 +5,12 @@
 Summary:	Geographic Information Systems Extensions to PostgreSQL
 Summary(pl):	Rozszerzenie do PostgreSQL wspomagające Geograficzne Systemy Informacyjne
 Name:		postgis
-Version:	0.9.1
+Version:	1.0.3
 Release:	1
 License:	GPL v2
 Group:		Applications/Databases
-Source0:	http://postgis.refractions.net/%{name}-%{version}.tar.gz
-# Source0-md5:	43264e90d013aea9ce8f3f0c3540ac32
+Source0:	http://postgis.refractions.net/download/%{name}-%{version}.tar.gz
+# Source0-md5:	1489d0678845958644c97faca642e7c6
 Patch0:		%{name}-no-psql-src.patch
 URL:		http://postgis.refractions.net/
 BuildRequires:	geos-devel
@@ -39,12 +39,13 @@
 
 %build
 %{__make} all \
-	VERSION=7.4 \
+	VERSION=%{pg_version} \
 	USE_PROJ=1 \
+	USE_GEOS=1 \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags}" \
 	GEOS_DIR="/usr" \
-	libdir="%{_libdir}/postgresql" \
+	LPATH="%{_libdir}/postgresql" \
 	shlib="%{name}.so"
 
 %install
@@ -55,7 +56,7 @@
 	bindir="$RPM_BUILD_ROOT%{_bindir}" \
 	INSTALL_PROGRAM=install
 
-install %{name}.so $RPM_BUILD_ROOT%{_libdir}/postgresql
+install lwgeom/%{name}.so $RPM_BUILD_ROOT%{_libdir}/postgresql
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,6 +73,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/09/01 10:20:30  bartowl
+- updated postgis to 1.0.3
+- STBR with proj-4.4.8 and geos-2.1.4 installed on builders
+
 Revision 1.16  2005/05/13 21:30:05  zbyniu
 - BR: perl-base
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/postgis.spec?r1=1.16&r2=1.17&f=u




More information about the pld-cvs-commit mailing list