diff --git a/tokyocabinet.spec b/tokyocabinet.spec index f3a30bb..d578a3e 100644 --- a/tokyocabinet.spec +++ b/tokyocabinet.spec @@ -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 -1.4.48-16 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove rpath + * Fri Nov 13 2020 wangjie -1.4.48-15 - Type:NA - ID:NA