Add ppc64le to 64bit ogdi-config
Signed-off-by: hefq343 <fengqing.he@shingroup.cn> (cherry picked from commit 74bbacdf56ab232c3cada4655e2b0ab694491f87)
This commit is contained in:
parent
b4bb85b058
commit
21f8e51649
@ -1,6 +1,6 @@
|
||||
Name: ogdi
|
||||
Version: 4.1.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Open Geographic Datastore Interface
|
||||
License: BSD
|
||||
URL: http://ogdi.sourceforge.net/
|
||||
@ -86,7 +86,7 @@ cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
|
||||
|
||||
ARCH=\$(uname -m)
|
||||
case \$ARCH in
|
||||
x86_64 | aarch64 | riscv64 )
|
||||
x86_64 | aarch64 | riscv64 | ppc64le)
|
||||
ogdi-config-64 \${*}
|
||||
;;
|
||||
*)
|
||||
@ -124,6 +124,9 @@ touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2024 hefq343 <fengqing.he@shingroup.cn> - 4.1.0-3
|
||||
- Add ppc64le to 64bit ogdi-config.
|
||||
|
||||
* Mon Apr 29 2024 laokz <zhangkai@iscas.ac.cn> - 4.1.0-2
|
||||
- Add riscv64 to 64bit ogdi-config.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user