!4 【轻量级 PR】:Add riscv64 to 64bit ogdi-config

From: @laokz 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-04-29 07:39:41 +00:00 committed by Gitee
commit b4bb85b058
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: ogdi Name: ogdi
Version: 4.1.0 Version: 4.1.0
Release: 1 Release: 2
Summary: Open Geographic Datastore Interface Summary: Open Geographic Datastore Interface
License: BSD License: BSD
URL: http://ogdi.sourceforge.net/ URL: http://ogdi.sourceforge.net/
@ -86,7 +86,7 @@ cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
ARCH=\$(uname -m) ARCH=\$(uname -m)
case \$ARCH in case \$ARCH in
x86_64 | aarch64 ) x86_64 | aarch64 | riscv64 )
ogdi-config-64 \${*} ogdi-config-64 \${*}
;; ;;
*) *)
@ -124,6 +124,9 @@ touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config
%changelog %changelog
* Mon Apr 29 2024 laokz <zhangkai@iscas.ac.cn> - 4.1.0-2
- Add riscv64 to 64bit ogdi-config.
* Sat Jan 22 2022 yaoxin <yaoxin30@huawei.com> - 4.1.0-1 * Sat Jan 22 2022 yaoxin <yaoxin30@huawei.com> - 4.1.0-1
- Upgrade ogdi to 4.1.0 to solve compilation failure. - Upgrade ogdi to 4.1.0 to solve compilation failure.