!10 [sync] PR-9: Strip Dynamic library files

From: @openeuler-sync-bot
Reviewed-by: @chenmaodong
Signed-off-by: @chenmaodong
This commit is contained in:
openeuler-ci-bot 2021-09-09 00:40:51 +00:00 committed by Gitee
commit 8c00eb558a

View File

@ -1,6 +1,6 @@
Name: itrustee_sdk
Version: 0.1.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Confidential computing framework for developing TA on itrustee OS
ExclusiveArch: aarch64
@ -31,12 +31,16 @@ install -d %{buildroot}/opt/
install -d %{buildroot}/lib64/
make install DESTDIR=%{buildroot}/
strip %{buildroot}/lib64/*.so
%files
%defattr(-,root,root)
/opt/itrustee_sdk
/lib64/libteec_adaptor.so
%changelog
* Sat Sep 4 2021 zhangtao<zhangtao221g@huawei.com> - 0.1.0-3
- strip dynamic library
* Thu May 20 2021 houmingyong<houmingyong@huawei.com> - 0.1.0-2
- DESC:init itrustee_sdk
* Sat May 8 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-1