From 81c499b3a1694ec450e2f2f5c0183ef948e3282d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:26:41 +0100 Subject: [PATCH] automatic version update by autodist [release 3.4.0-1mamba;Fri Aug 18 2023] --- README.md | 2 ++ postgis.spec | 22 +++++++++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 55c8520..30d9b94 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # postgis +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 certified as compliant with the "Types and Functions" profile. + diff --git a/postgis.spec b/postgis.spec index 676d39f..420cc64 100644 --- a/postgis.spec +++ b/postgis.spec @@ -1,6 +1,6 @@ %define apiver %(echo %version | cut -d. -f1-2) Name: postgis -Version: 3.3.4 +Version: 3.4.0 Release: 1mamba Summary: PostGIS adds support for geographic objects to the PostgreSQL object-relational database Group: Applications/Databases @@ -25,12 +25,16 @@ BuildRequires: libproj-devel BuildRequires: libprotobuf-c-devel BuildRequires: libxml2-devel BuildRequires: libz-devel +BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: libgdal-devel >= 0:3.6.2-1mamba BuildRequires: libproj-devel >= 9.1.1 BuildRequires: libcfitsio-devel >= 4.1.0 BuildRequires: libprotobuf-c-devel +%description +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 certified as compliant with the "Types and Functions" profile. + %package devel Group: Development/Libraries Summary: Development files for %{name} @@ -41,9 +45,6 @@ This package contains libraries and header files for developing applications tha %debug_package -%description -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 certified as compliant with the "Types and Functions" profile. - %prep %setup -q @@ -63,6 +64,8 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational %files %defattr(-,root,root) +%{_bindir}/postgis +%{_bindir}/postgis_restore %{_bindir}/raster2pgsql %{_bindir}/pgsql2shp %{_bindir}/pgtopo_* @@ -73,7 +76,13 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational %{_libdir}/postgresql/bitcode/* %dir %{_datadir}/postgresql %{_datadir}/postgresql/* -%{_datadir}/doc/postgresql/extension/README.address_standardizer +%{_mandir}/man1/pgsql2shp.1* +%{_mandir}/man1/pgtopo_export.1* +%{_mandir}/man1/pgtopo_import.1* +%{_mandir}/man1/postgis.1* +%{_mandir}/man1/postgis_restore.1* +%{_mandir}/man1/shp2pgsql.1* +%{_docdir}/postgresql/extension/README.address_standardizer %doc COPYING CREDITS #%files devel @@ -83,6 +92,9 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational #%{_libdir}/liblwgeom.so %changelog +* Fri Aug 18 2023 Automatic Build System 3.4.0-1mamba +- automatic version update by autodist + * Sat Jul 29 2023 Automatic Build System 3.3.4-1mamba - automatic version update by autodist