Add riscv64 to gdal-config

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-06-22 22:56:24 +02:00
parent 4eccddba3d
commit df4f7cd781
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 5 additions and 2 deletions

View File

@ -62,7 +62,7 @@
Name: gdal
Version: 2.2.4
Release: 4%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap}
Release: 4.0.riscv64%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap}
Summary: GIS file format library
Group: System Environment/Libraries
License: MIT
@ -687,7 +687,7 @@ cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
ARCH=\$(uname -m)
case \$ARCH in
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 )
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 | riscv64)
%{name}-config-64 \${*}
;;
*)
@ -874,6 +874,9 @@ popd
#Or as before, using ldconfig
%changelog
* Fri Jun 22 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.2.4-4.0.riscv64
- Add RISC-V (riscv64) to gdal-config
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.2.4-4
- Rebuilt for Python 3.7