Author: arekm Date: Wed Sep 7 06:36:03 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix build with new geos
---- Files affected: SPECS: postgis.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/postgis.spec diff -u SPECS/postgis.spec:1.17 SPECS/postgis.spec:1.18 --- SPECS/postgis.spec:1.17 Thu Sep 1 12:20:30 2005 +++ SPECS/postgis.spec Wed Sep 7 08:35:58 2005 @@ -6,12 +6,13 @@ Summary(pl): Rozszerzenie do PostgreSQL wspomagajÄ…ce Geograficzne Systemy Informacyjne Name: postgis Version: 1.0.3 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Databases Source0: http://postgis.refractions.net/download/%{name}-%{version}.tar.gz # Source0-md5: 1489d0678845958644c97faca642e7c6 Patch0: %{name}-no-psql-src.patch +Patch1: %{name}-geos.patch URL: http://postgis.refractions.net/ BuildRequires: geos-devel BuildRequires: perl-base @@ -36,6 +37,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__make} all \ @@ -43,6 +45,7 @@ USE_PROJ=1 \ USE_GEOS=1 \ CC="%{__cc}" \ + CXX="%{__cxx}" \ CFLAGS="%{rpmcflags}" \ GEOS_DIR="/usr" \ LPATH="%{_libdir}/postgresql" \ @@ -73,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2005/09/07 06:35:58 arekm +- rel 2; fix build with new geos + 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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/postgis.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
