!9 remove rpath

From: @caodongxia
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-09 12:54:57 +00:00 committed by Gitee
commit 883da940da

View File

@ -1,6 +1,6 @@
Name: uuid Name: uuid
Version: 1.6.2 Version: 1.6.2
Release: 45 Release: 46
Summary: Universally Unique Identifier library Summary: Universally Unique Identifier library
License: MIT License: MIT
URL: http://www.ossp.org/pkg/lib/uuid/ URL: http://www.ossp.org/pkg/lib/uuid/
@ -111,6 +111,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
popd popd
chrpath -d %{buildroot}/%{_bindir}/%{name}
%check %check
make check make check
@ -174,6 +176,9 @@ popd
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Sep 9 2021 caodongxia <caodongxia@huawei.com> - 1.6.2-46
- Remove rpath
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.6.2-45 * Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.6.2-45
- Completing build dependencies to fix gcc-c++ compiler missing error - Completing build dependencies to fix gcc-c++ compiler missing error