!31 update libkae
From: @lauyarn Reviewed-by: @realzhongkeyi Signed-off-by: @realzhongkeyi
This commit is contained in:
commit
a6d0338eb4
8
kae.spec
8
kae.spec
@ -3,7 +3,7 @@
|
||||
Name: libkae
|
||||
Summary: Huawei Kunpeng Accelerator Engine
|
||||
Version: 1.3.10
|
||||
Release: 7
|
||||
Release: 10
|
||||
License: Apache-2.0
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Vendor: Huawei Corporation
|
||||
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Prefix: /usr/local/lib/engines-1.1
|
||||
Conflicts: %{name} < %{version}-%{release}
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
BuildRequires: libwd openssl-devel sed
|
||||
BuildRequires: libwd openssl-devel sed chrpath
|
||||
Requires: openssl
|
||||
ExclusiveArch: aarch64
|
||||
|
||||
@ -33,6 +33,7 @@ make
|
||||
|
||||
%install
|
||||
mkdir -p ${RPM_BUILD_ROOT}/usr/local/lib/engines-1.1
|
||||
chrpath -d KAE/libkae.so.%{version}
|
||||
install -b -m755 KAE/libkae.so.%{version} ${RPM_BUILD_ROOT}/usr/local/lib/engines-1.1
|
||||
|
||||
%clean
|
||||
@ -67,6 +68,9 @@ fi
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Sat November 25 2023 liuyang <liuyang645@huawei.com> 1.3.10-10
|
||||
- update libkae to 1.3.10
|
||||
|
||||
* Tue November 19 2020 wuliaokanke <yuhongxiao@huawei.com> 1.3.9-1
|
||||
- update libkae to 1.3.9
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user