SPECS: postgis.spec - invoke aclocal, autoheader, autoconf and con...
hawk
hawk at pld-linux.org
Thu Dec 21 11:00:52 CET 2006
Author: hawk Date: Thu Dec 21 10:00:52 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- invoke aclocal, autoheader, autoconf and configure from spec not from
postgis Makefile
---- Files affected:
SPECS:
postgis.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SPECS/postgis.spec
diff -u SPECS/postgis.spec:1.28 SPECS/postgis.spec:1.29
--- SPECS/postgis.spec:1.28 Thu Dec 21 09:54:57 2006
+++ SPECS/postgis.spec Thu Dec 21 11:00:43 2006
@@ -36,14 +36,17 @@
%patch0 -p1
%build
-%{__make} all \
- VERSION=%{pg_version} \
- USE_PROJ=1 \
- USE_GEOS=1 \
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%configure \
+ --with-geos \
+ --with-pgsql \
+ --with-proj
+%{__make} liblwgeom loaderdumper utils \
CC="%{__cc}" \
CXX="%{__cxx}" \
CFLAGS="%{rpmcflags}" \
- GEOS_DIR="/usr" \
LPATH="%{_libdir}/postgresql" \
shlib="%{name}.so"
@@ -72,6 +75,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2006/12/21 10:00:43 hawk
+- invoke aclocal, autoheader, autoconf and configure from spec not from
+ postgis Makefile
+
Revision 1.28 2006/12/21 08:54:57 hawk
- updated to 1.2.0, contains numerous fixes including security ones
- no-psql-src.patch seems obsolete, removed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/postgis.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list