!6 remove rpath

From: @tong_1001
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-09-06 11:33:54 +00:00 committed by Gitee
commit 16cccb05a7

View File

@ -1,12 +1,12 @@
Name: tokyocabinet
Version: 1.4.48
Release: 14
Release: 15
Summary: A manual book for managing a database
License: LGPLv2+
URL: http://fallabs.com/tokyocabinet/
Source: http://fallabs.com/%{name}/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig zlib-devel bzip2-devel autoconf gcc
BuildRequires: pkgconfig zlib-devel bzip2-devel autoconf gcc chrpath
%description
Tokyo Cabinet is a library of routines for managing a database. It is the successor
@ -44,6 +44,9 @@ autoconf
rm -rf %{buildroot}%{_datadir}/%{name}
chrpath -d %{buildroot}%{_libexecdir}/tcawmgr.cgi
chrpath -d %{buildroot}%{_bindir}/tc*
%check
make check
@ -72,6 +75,12 @@ make check
%changelog
* Mon Sep 06 2021 shixuantong<shixuantong@huawei.com>- 1.4.48-15
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:remove rpath
* Wed Jun 23 2021 yuanxin<yuanxin24@huawei.com> - 1.4.48-14
- Type:bugfix
- CVE:NA