From d1851b0703a2453030b324d2baeb713557b44073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Mon, 6 Sep 2021 10:36:22 +0000 Subject: [PATCH] remove rpath --- tokyocabinet.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/tokyocabinet.spec b/tokyocabinet.spec index 77c1313..d54abac 100644 --- a/tokyocabinet.spec +++ b/tokyocabinet.spec @@ -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- 1.4.48-15 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove rpath + * Wed Jun 23 2021 yuanxin - 1.4.48-14 - Type:bugfix - CVE:NA