From a916cc0f185351426347a5e2dada0f82d6696723 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:39:05 +0100 Subject: [PATCH] rebuilt with proj 8.0.1 [release 3.3.0-2mamba;Thu Jun 24 2021] --- gdal.spec | 56 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/gdal.spec b/gdal.spec index dc75c82..38aaa64 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,56 +1,49 @@ Name: gdal -Version: 2.4.1 -Release: 1mamba +Version: 3.3.0 +Release: 2mamba Summary: A translator library for raster geospatial data formats Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.gdal.org/ +URL: https://gdal.org/ Source: http://download.osgeo.org/gdal/%{version}/gdal-%{version}.tar.xz Patch0: gdal-1.11.0-json-c-0.12.patch License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libcares-devel BuildRequires: libcfitsio-devel +BuildRequires: libcryptopp-devel BuildRequires: libcurl-devel BuildRequires: libexpat-devel BuildRequires: libgcc -BuildRequires: libgcrypt-devel BuildRequires: libgeos-devel BuildRequires: libgif-devel -BuildRequires: libgpg-error-devel -BuildRequires: libgss-devel BuildRequires: libhdf5-devel -BuildRequires: libicu-devel -BuildRequires: libidn-devel BuildRequires: libjasper-devel -BuildRequires: libjbig-devel BuildRequires: libjpeg-devel BuildRequires: libjson-c-devel -BuildRequires: libltdl-devel -BuildRequires: liblzma-devel +BuildRequires: libkml-devel BuildRequires: libodbc-devel -BuildRequires: libopenldap-devel -BuildRequires: libopenssl-devel +BuildRequires: libopenjpeg-devel BuildRequires: libpcre-devel BuildRequires: libpng-devel BuildRequires: libpostgresql-devel -BuildRequires: librtmp-devel -BuildRequires: libsasl-devel +BuildRequires: libproj-devel +BuildRequires: libqhull-devel BuildRequires: libsqlite-devel -BuildRequires: libssh2-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel +BuildRequires: libwebp-devel BuildRequires: libxerces-c-devel BuildRequires: libxml2-devel BuildRequires: libz-devel +BuildRequires: libzstd-devel ## AUTOBUILDREQ-END BuildRequires: libqhull-devel >= 2015-1mamba BuildRequires: libopenjpeg-devel >= 2.1.0-1mamba +BuildRequires: libproj-devel >= 8.0.1 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing. @@ -88,7 +81,7 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -mv %{buildroot}%{_prefix}/etc %{buildroot}/ +#mv %{buildroot}%{_prefix}/etc %{buildroot}/ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -98,11 +91,13 @@ mv %{buildroot}%{_prefix}/etc %{buildroot}/ %files %defattr(-,root,root) -%{_sysconfdir}/bash_completion.d/gdal-bash-completion.sh +#%{_sysconfdir}/bash_completion.d/gdal-bash-completion.sh +%{_bindir}/gdal_create %{_bindir}/gdal_contour %{_bindir}/gdal_grid %{_bindir}/gdal_rasterize %{_bindir}/gdal_translate +%{_bindir}/gdal_viewshed %{_bindir}/gdaladdo %{_bindir}/gdalbuildvrt %{_bindir}/gdaldem @@ -110,7 +105,9 @@ mv %{buildroot}%{_prefix}/etc %{buildroot}/ %{_bindir}/gdalinfo %{_bindir}/gdallocationinfo %{_bindir}/gdalmanage -%{_bindir}/gdalserver +%{_bindir}/gdalmdiminfo +%{_bindir}/gdalmdimtranslate +#%{_bindir}/gdalserver %{_bindir}/gdalsrsinfo %{_bindir}/gdaltindex %{_bindir}/gdaltransform @@ -139,9 +136,24 @@ mv %{buildroot}%{_prefix}/etc %{buildroot}/ %{_libdir}/libgdal.la %{_libdir}/libgdal.so %{_libdir}/pkgconfig/gdal.pc -%doc NEWS +#%doc NEWS %changelog +* Thu Jun 24 2021 Silvan Calarco 3.3.0-2mamba +- rebuilt with proj 8.0.1 + +* Mon May 03 2021 Automatic Build System 3.3.0-1mamba +- automatic version update by autodist + +* Thu Mar 11 2021 Automatic Build System 3.2.2-1mamba +- automatic version update by autodist + +* Sun Feb 07 2021 Automatic Build System 3.2.1-1mamba +- automatic version update by autodist + +* Thu Feb 13 2020 Automatic Build System 3.0.4-1mamba +- automatic version update by autodist + * Sat May 25 2019 Automatic Build System 2.4.1-1mamba - automatic version update by autodist