!8 remove rpath

From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-11-10 03:14:12 +00:00 committed by Gitee
commit d84ccb8b0a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
Name: tokyocabinet
Version: 1.4.48
Release: 15
Release: 16
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
BuildRequires: pkgconfig zlib-devel bzip2-devel autoconf gcc chrpath
Recommends: %{name}-help = %{version}-%{release}
@ -46,6 +46,9 @@ autoconf
rm -rf %{buildroot}%{_datadir}/%{name}
chrpath -d %{buildroot}%{_libexecdir}/tcawmgr.cgi
chrpath -d %{buildroot}%{_bindir}/tc*
%check
make check
@ -74,6 +77,12 @@ make check
%changelog
* Thu Nov 9 2023 dillon chen <dillon.chen@gmail.com> -1.4.48-16
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:remove rpath
* Fri Nov 13 2020 wangjie<wangjie294@huawei.com> -1.4.48-15
- Type:NA
- ID:NA