From 10cfc24317ac3690476cdd54c4fa74a93bdc530a Mon Sep 17 00:00:00 2001 From: sunguoshuai Date: Thu, 9 Sep 2021 18:24:28 +0800 Subject: [PATCH] del rpath --- teckit.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/teckit.spec b/teckit.spec index d105f53..68a871b 100644 --- a/teckit.spec +++ b/teckit.spec @@ -1,11 +1,11 @@ Name: teckit Version: 2.5.7 -Release: 5 +Release: 6 Summary: A library and compiler for mapping and transposition License: LGPLv2+ or CPL URL: https://github.com/silnrsi/teckit Source0: https://github.com/silnrsi/teckit/releases/download/v%{version}/teckit-%{version}.tar.gz -BuildRequires: expat-devel zlib-devel libtool gcc-c++ +BuildRequires: expat-devel zlib-devel libtool gcc-c++ chrpath Patch0000: TECkit_2_5_1-includes.patch Patch0001: teckit-2.5.7-Remove-compressed-image-test.patch %description @@ -37,6 +37,7 @@ rm -r zlib* %install %make_install %delete_la +chrpath -d %{buildroot}%{_bindir}/* %check make check @@ -65,6 +66,9 @@ make check %{_mandir}/man1/* %changelog +* Thu Sep 09 2021 sunguoshuai - 2.5.7-6 +- del rpath in some binaries + * Mon May 31 2021 huanghaitao - 2.5.7-5 - Completing build dependencies to fix gcc-c++ compiler missing error -- Gitee