rebuilt by autoport with build requirements: libgdal-devel>=0:3.6.2-1mamba [release 3.3.2-3mamba;Sat Feb 11 2023]
This commit is contained in:
parent
a9be4b718e
commit
ea7fabf31f
10
postgis.spec
10
postgis.spec
@ -1,7 +1,7 @@
|
||||
%define apiver %(echo %version | cut -d. -f1-2)
|
||||
Name: postgis
|
||||
Version: 3.3.2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: PostGIS adds support for geographic objects to the PostgreSQL object-relational database
|
||||
Group: Applications/Databases
|
||||
Vendor: openmamba
|
||||
@ -25,7 +25,7 @@ BuildRequires: libprotobuf-c-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgdal-devel >= 3.5.0-1mamba
|
||||
BuildRequires: libgdal-devel >= 0:3.6.2-1mamba
|
||||
BuildRequires: libproj-devel >= 9.1.1
|
||||
BuildRequires: libcfitsio-devel >= 4.1.0
|
||||
BuildRequires: libprotobuf-c-devel
|
||||
@ -48,7 +48,8 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-geosconfig=%{_bindir}/geos-config
|
||||
--with-geosconfig=%{_bindir}/geos-config \
|
||||
CXXFLAGS="%{optflags} -std=c++17"
|
||||
|
||||
%make -j1
|
||||
|
||||
@ -81,6 +82,9 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
||||
#%{_libdir}/liblwgeom.so
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2023 Sdk Build System <sdk@mambasoft.it> 3.3.2-3mamba
|
||||
- rebuilt by autoport with build requirements: libgdal-devel>=0:3.6.2-1mamba
|
||||
|
||||
* Tue Dec 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-2mamba
|
||||
- rebuilt with libproj 9.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user