packages: postgis/postgis.spec - started to work on postgis 2.0.0

wrobell wrobell at pld-linux.org
Fri Mar 30 21:26:17 CEST 2012


Author: wrobell                      Date: Fri Mar 30 19:26:17 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- started to work on postgis 2.0.0

---- Files affected:
packages/postgis:
   postgis.spec (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: packages/postgis/postgis.spec
diff -u packages/postgis/postgis.spec:1.58 packages/postgis/postgis.spec:1.59
--- packages/postgis/postgis.spec:1.58	Tue Oct  4 20:12:40 2011
+++ packages/postgis/postgis.spec	Fri Mar 30 21:26:12 2012
@@ -1,16 +1,21 @@
 # $Revision$, $Date$
 %define pg_version	%(rpm -q --queryformat '%{VERSION}' postgresql-backend-devel)
-%define	beta %{nil}
+%define	beta rc1
+
+# Conditional build:
+%bcond_without  raster # disable raster support
+
 Summary:	Geographic Information Systems Extensions to PostgreSQL
 Summary(pl.UTF-8):	Rozszerzenie do PostgreSQL wspomagające Geograficzne Systemy Informacyjne
 Name:		postgis
-Version:	1.5.3
-Release:	1
+Version:	2.0.0
+Release:	0.1
 License:	GPL v2
 Group:		Applications/Databases
 Source0:	http://postgis.refractions.net/download/%{name}-%{version}%{beta}.tar.gz
-# Source0-md5:	05a61df5e1b78bf51c9ce98bea5526fc
+# Source0-md5:	13f67b8caa25676c2d0ff617b3a63031
 URL:		http://postgis.refractions.net/
+%{?with_raster:BuildRequires:	gdal-devel >= 1.6.0}
 BuildRequires:	geos-devel >= 3.2.0
 BuildRequires:	libxml2-devel
 BuildRequires:	perl-base
@@ -42,7 +47,8 @@
 	--with-geos-libdir=/usr/%{_lib} \
 	--with-pgsql \
 	--with-proj=%{_prefix} \
-	--with-proj-libdir=/usr/%{_lib}
+	--with-proj-libdir=/usr/%{_lib} \
+	%{!?with_raster:--without-raster}
 
 %{__make} \
 	CC="%{__cc}" \
@@ -78,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2012/03/30 19:26:12  wrobell
+- started to work on postgis 2.0.0
+
 Revision 1.58  2011/10/04 18:12:40  wrobell
 - ver. 1.5.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/postgis/postgis.spec?r1=1.58&r2=1.59



More information about the pld-cvs-commit mailing list