automatic version update by autodist [release 3.4.0-1mamba;Fri Aug 18 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:26:41 +01:00
parent 9aeaee1134
commit 81c499b3a1
2 changed files with 19 additions and 5 deletions

View File

@ -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.

View File

@ -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 <autodist@mambasoft.it> 3.4.0-1mamba
- automatic version update by autodist
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 3.3.4-1mamba
- automatic version update by autodist