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)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: postgis
|
Name: postgis
|
||||||
Version: 3.3.2
|
Version: 3.3.2
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -25,7 +25,7 @@ BuildRequires: libprotobuf-c-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgdal-devel >= 3.5.0-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
|
||||||
@ -48,7 +48,8 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-geosconfig=%{_bindir}/geos-config
|
--with-geosconfig=%{_bindir}/geos-config \
|
||||||
|
CXXFLAGS="%{optflags} -std=c++17"
|
||||||
|
|
||||||
%make -j1
|
%make -j1
|
||||||
|
|
||||||
@ -81,6 +82,9 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
|||||||
#%{_libdir}/liblwgeom.so
|
#%{_libdir}/liblwgeom.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-2mamba
|
||||||
- rebuilt with libproj 9.1.1
|
- rebuilt with libproj 9.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user