[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-674-g90ebdd39d
git at osgeo.org
git at osgeo.org
Mon Feb 27 13:28:06 PST 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 90ebdd39d78f10225333ec5b605a5bfa704b614f (commit)
from ac81ed5c4b22e32ee7cf33bf4931b364b5bd3465 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 90ebdd39d78f10225333ec5b605a5bfa704b614f
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Feb 27 22:27:27 2023 +0100
Rename create_undef.pl to create_uninstall.pl
Time to become clearer
diff --git a/extras/rpm/spec/postgis.spec b/extras/rpm/spec/postgis.spec
index 85955248c..d6110d059 100644
--- a/extras/rpm/spec/postgis.spec
+++ b/extras/rpm/spec/postgis.spec
@@ -22,8 +22,8 @@ Requires: postgresql, geos, proj
PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
allowing it to be used as a backend spatial database for geographic information
-systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
-follows the OpenGIS "Simple Features Specification for SQL" and has been
+systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
+follows the OpenGIS "Simple Features Specification for SQL" and has been
certified as compliant with the "Types and Functions" profile.
%if %javabuild
@@ -62,7 +62,7 @@ The postgis-utils package provides the utilities for PostGIS.
%patch2 -p0
%build
-%configure
+%configure
make %{?_smp_mflags} LPATH=`pg_config --pkglibdir` shlib="%{name}.so"
%if %javabuild
@@ -111,7 +111,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
-%doc COPYING CREDITS NEWS TODO README.%{name} TODO doc/html loader/README.* doc/%{name}.xml doc/ZMSgeoms.txt
+%doc COPYING CREDITS NEWS TODO README.%{name} TODO doc/html loader/README.* doc/%{name}.xml doc/ZMSgeoms.txt
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/pgsql/liblwgeom.so*
%{_datadir}/pgsql/contrib/*.sql
@@ -135,7 +135,7 @@ rm -rf %{buildroot}
%attr(755,root,root) %{_datadir}/%{name}/test_estimation.pl
%attr(755,root,root) %{_datadir}/%{name}/profile_intersects.pl
%attr(755,root,root) %{_datadir}/%{name}/test_joinestimation.pl
-%attr(644,root,root) %{_datadir}/%{name}/create_undef.pl
+%attr(644,root,root) %{_datadir}/%{name}/create_uninstall.pl
%attr(644,root,root) %{_datadir}/%{name}/%{name}_proc_upgrade.pl
%attr(644,root,root) %{_datadir}/%{name}/%{name}_restore.pl
%endif
@@ -162,7 +162,7 @@ rm -rf %{buildroot}
- Fixed all build errors except jdbc (so, defaulted to 0)
- Added new files under %%utils
- Removed postgis-jdbc2-makefile.patch (applied to -head)
-
+
* Tue Sep 27 2005 - Devrim GUNDUZ <devrim at gunduz.org>
- Update to 1.0.4
diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index b5aef0768..5a68cf9d1 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -256,11 +256,11 @@ $(SQL_OBJS): ../postgis_config.h ../postgis_revision.h
#postgis.sql.in: sqldefines.h long_xact.sql.in.c geography.sql.in.c
-uninstall_postgis.sql: postgis.sql ../utils/create_undef.pl
- $(PERL) @top_srcdir@/utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
+uninstall_postgis.sql: postgis.sql ../utils/create_uninstall.pl
+ $(PERL) @top_srcdir@/utils/create_uninstall.pl $< $(POSTGIS_PGSQL_VERSION) > $@
-uninstall_legacy.sql: legacy.sql ../utils/create_undef.pl
- $(PERL) @top_srcdir@/utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
+uninstall_legacy.sql: legacy.sql ../utils/create_uninstall.pl
+ $(PERL) @top_srcdir@/utils/create_uninstall.pl $< $(POSTGIS_PGSQL_VERSION) > $@
distclean: clean
rm -f Makefile
diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in
index cbbf6db57..4fa8a748c 100644
--- a/raster/rt_pg/Makefile.in
+++ b/raster/rt_pg/Makefile.in
@@ -156,8 +156,8 @@ rtpostgis_upgrade.sql: rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql.in rt
cat $^ | sed -e 's/^BEGIN;$$//' -e 's/^COMMIT;$$//' >> $@
echo 'COMMIT;' >> $@
-uninstall_rtpostgis.sql: rtpostgis.sql ../../utils/create_undef.pl
- $(PERL) @top_srcdir@/utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
+uninstall_rtpostgis.sql: rtpostgis.sql ../../utils/create_uninstall.pl
+ $(PERL) @top_srcdir@/utils/create_uninstall.pl $< $(POSTGIS_PGSQL_VERSION) > $@
distclean: clean
rm -f Makefile
diff --git a/sfcgal/Makefile.in b/sfcgal/Makefile.in
index 9776bb87d..f6e4360fa 100644
--- a/sfcgal/Makefile.in
+++ b/sfcgal/Makefile.in
@@ -135,11 +135,11 @@ sfcgal_upgrade.sql: sfcgal_before_upgrade.sql sfcgal_upgrade.sql.in sfcgal_after
cat $^ >> $@
echo "COMMIT;" >> $@
-uninstall_sfcgal_legacy.sql: sfcgal_legacy.sql ../utils/create_undef.pl
- $(PERL) @top_srcdir@/utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
+uninstall_sfcgal_legacy.sql: sfcgal_legacy.sql ../utils/create_uninstall.pl
+ $(PERL) @top_srcdir@/utils/create_uninstall.pl $< $(POSTGIS_PGSQL_VERSION) > $@
-uninstall_sfcgal.sql: sfcgal.sql ../utils/create_undef.pl
- $(PERL) @top_srcdir@/utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
+uninstall_sfcgal.sql: sfcgal.sql ../utils/create_uninstall.pl
+ $(PERL) @top_srcdir@/utils/create_uninstall.pl $< $(POSTGIS_PGSQL_VERSION) > $@
distclean: clean
rm -f Makefile
diff --git a/topology/Makefile.in b/topology/Makefile.in
index 4d0d2f811..0e02a6012 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -156,8 +156,8 @@ topology.sql: \
../postgis/sqldefines.h \
../postgis_revision.h
-uninstall_topology.sql: topology.sql ../utils/create_undef.pl
- $(PERL) @top_srcdir@/utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
+uninstall_topology.sql: topology.sql ../utils/create_uninstall.pl
+ $(PERL) @top_srcdir@/utils/create_uninstall.pl $< $(POSTGIS_PGSQL_VERSION) > $@
check-unit:
diff --git a/utils/Makefile.in b/utils/Makefile.in
index e30676fd2..9d18b28a3 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -31,7 +31,7 @@ INSTALL = $(SHELL) @top_srcdir@/build-aux/install-sh
SCRIPTS_built = postgis_restore.pl
SCRIPTS = \
- create_undef.pl \
+ create_uninstall.pl \
repo_revision.pl \
create_upgrade.pl \
profile_intersects.pl \
diff --git a/utils/create_undef.pl b/utils/create_uninstall.pl
similarity index 98%
rename from utils/create_undef.pl
rename to utils/create_uninstall.pl
index 4036801dc..1f351e362 100755
--- a/utils/create_undef.pl
+++ b/utils/create_uninstall.pl
@@ -21,7 +21,7 @@ eval "exec perl -w $0 $@"
if (0);
-($#ARGV == 1) || die "Usage: perl create_undef.pl <postgis.sql> <pgsql_version #>\nCreates a new SQL script to delete all the PostGIS functions.\n";
+($#ARGV == 1) || die "Usage: perl $0 <postgis.sql> <pgsql_version #>\nCreates a new SQL script to delete all the PostGIS functions.\n";
# drops are in the following order:
# - Views
-----------------------------------------------------------------------
Summary of changes:
extras/rpm/spec/postgis.spec | 12 ++++++------
postgis/Makefile.in | 8 ++++----
raster/rt_pg/Makefile.in | 4 ++--
sfcgal/Makefile.in | 8 ++++----
topology/Makefile.in | 4 ++--
utils/Makefile.in | 2 +-
utils/{create_undef.pl => create_uninstall.pl} | 2 +-
7 files changed, 20 insertions(+), 20 deletions(-)
rename utils/{create_undef.pl => create_uninstall.pl} (98%)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list