remove rpath

This commit is contained in:
dillon_chen 2023-11-09 16:30:08 +08:00
parent 3576bdad97
commit ddc57d7f3e

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