remove rpath

This commit is contained in:
桐小哥 2021-09-06 10:36:22 +00:00 committed by Gitee
parent 5b9927f4bf
commit d1851b0703

View File

@ -1,12 +1,12 @@
Name: tokyocabinet Name: tokyocabinet
Version: 1.4.48 Version: 1.4.48
Release: 14 Release: 15
Summary: A manual book for managing a database Summary: A manual book for managing a database
License: LGPLv2+ License: LGPLv2+
URL: http://fallabs.com/tokyocabinet/ URL: http://fallabs.com/tokyocabinet/
Source: http://fallabs.com/%{name}/%{name}-%{version}.tar.gz 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 %description
Tokyo Cabinet is a library of routines for managing a database. It is the successor 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} rm -rf %{buildroot}%{_datadir}/%{name}
chrpath -d %{buildroot}%{_libexecdir}/tcawmgr.cgi
chrpath -d %{buildroot}%{_bindir}/tc*
%check %check
make check make check
@ -72,6 +75,12 @@ make check
%changelog %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 * Wed Jun 23 2021 yuanxin<yuanxin24@huawei.com> - 1.4.48-14
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA