From 823be3875d1c93a5a6d9eed88770078dda63bd63 Mon Sep 17 00:00:00 2001 From: guoqinglan Date: Fri, 10 May 2024 11:01:59 +0800 Subject: [PATCH] remove rpath --- enchant.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/enchant.spec b/enchant.spec index 018bcfd..2687829 100644 --- a/enchant.spec +++ b/enchant.spec @@ -1,6 +1,6 @@ Name: enchant Version: 1.6.1 -Release: 4 +Release: 5 Epoch: 1 Summary: Generic spell checking library @@ -50,6 +50,7 @@ Applications need libraries integrated by using libenchant with voikko. export OBJC=%{__cc} %configure --disable-ispell --disable-hspell --disable-zemberek --enable-myspell \ --with-myspell-dir=/usr/share/myspell +%disable_rpath make %{?_smp_mflags} %install @@ -84,6 +85,9 @@ make install DESTDIR=%{buildroot} %{_mandir}/man1/*.gz %changelog +* Fri May 10 2024 guoqinglan - 1:1.6.1-5 +- remove rpath + * Fri Mar 15 2024 wangqiang - 1:1.6.1-4 - Fix CC compiler support -- Gitee