Author: hawk Date: Thu Dec 21 10:17:58 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix x86_64 build - release 2
---- Files affected: SPECS: postgis.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/postgis.spec diff -u SPECS/postgis.spec:1.29 SPECS/postgis.spec:1.30 --- SPECS/postgis.spec:1.29 Thu Dec 21 11:00:43 2006 +++ SPECS/postgis.spec Thu Dec 21 11:17:52 2006 @@ -4,7 +4,7 @@ Summary(pl): Rozszerzenie do PostgreSQL wspomagajÄ…ce Geograficzne Systemy Informacyjne Name: postgis Version: 1.2.0 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Databases Source0: http://postgis.refractions.net/download/%{name}-%{version}.tar.gz @@ -41,8 +41,11 @@ %{__autoconf} %configure \ --with-geos \ + --with-geos-libdir=/usr/%{_lib} \ --with-pgsql \ - --with-proj + --with-proj \ + --with-proj-libdir=/usr/%{_lib} + %{__make} liblwgeom loaderdumper utils \ CC="%{__cc}" \ CXX="%{__cxx}" \ @@ -75,6 +78,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2006/12/21 10:17:52 hawk +- fix x86_64 build +- release 2 + Revision 1.29 2006/12/21 10:00:43 hawk - invoke aclocal, autoheader, autoconf and configure from spec not from postgis Makefile ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/postgis.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
