automatic version update by autodist [release 3.4.0-1mamba;Fri Aug 18 2023]
This commit is contained in:
parent
9aeaee1134
commit
81c499b3a1
@ -1,2 +1,4 @@
|
|||||||
# postgis
|
# 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.
|
||||||
|
|
||||||
|
22
postgis.spec
22
postgis.spec
@ -1,6 +1,6 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: postgis
|
Name: postgis
|
||||||
Version: 3.3.4
|
Version: 3.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PostGIS adds support for geographic objects to the PostgreSQL object-relational database
|
Summary: PostGIS adds support for geographic objects to the PostgreSQL object-relational database
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -25,12 +25,16 @@ BuildRequires: libproj-devel
|
|||||||
BuildRequires: libprotobuf-c-devel
|
BuildRequires: libprotobuf-c-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgdal-devel >= 0:3.6.2-1mamba
|
BuildRequires: libgdal-devel >= 0:3.6.2-1mamba
|
||||||
BuildRequires: libproj-devel >= 9.1.1
|
BuildRequires: libproj-devel >= 9.1.1
|
||||||
BuildRequires: libcfitsio-devel >= 4.1.0
|
BuildRequires: libcfitsio-devel >= 4.1.0
|
||||||
BuildRequires: libprotobuf-c-devel
|
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
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -41,9 +45,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%debug_package
|
%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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -63,6 +64,8 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/postgis
|
||||||
|
%{_bindir}/postgis_restore
|
||||||
%{_bindir}/raster2pgsql
|
%{_bindir}/raster2pgsql
|
||||||
%{_bindir}/pgsql2shp
|
%{_bindir}/pgsql2shp
|
||||||
%{_bindir}/pgtopo_*
|
%{_bindir}/pgtopo_*
|
||||||
@ -73,7 +76,13 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
|||||||
%{_libdir}/postgresql/bitcode/*
|
%{_libdir}/postgresql/bitcode/*
|
||||||
%dir %{_datadir}/postgresql
|
%dir %{_datadir}/postgresql
|
||||||
%{_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
|
%doc COPYING CREDITS
|
||||||
|
|
||||||
#%files devel
|
#%files devel
|
||||||
@ -83,6 +92,9 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
|||||||
#%{_libdir}/liblwgeom.so
|
#%{_libdir}/liblwgeom.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 3.3.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user