Fix gdal-config take two

This commit is contained in:
Sandro Mani 2022-05-21 10:39:56 +02:00
parent ff794792ae
commit 1afc975964
2 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,9 @@
ARCH=$(uname -m)
case $ARCH in
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 )
%{name}-config-64 ${*}
gdal-config-64 ${*}
;;
*)
%{name}-config-32 ${*}
gdal-config-32 ${*}
;;
esac

View File

@ -41,7 +41,7 @@
Name: gdal
Version: 3.5.0
Release: 2%{?pre:%pre}%{?dist}
Release: 3%{?pre:%pre}%{?dist}
Summary: GIS file format library
License: MIT
URL: http://www.gdal.org
@ -532,6 +532,9 @@ rm -r %{buildroot}%{mingw64_datadir}
%changelog
* Sat May 21 2022 Sandro Mani <manisandro@gmail.com> - 3.5.0-3
- Fix gdal-config take two
* Fri May 20 2022 Sandro Mani <manisandro@gmail.com> - 3.5.0-2
- Fix gdal-config