From 920d8e934588751ed5f22074942365032621b436 Mon Sep 17 00:00:00 2001 From: blublue Date: Tue, 7 May 2024 03:32:47 +0000 Subject: [PATCH] Reinitialize libtool to remove Rpath Signed-off-by: blublue --- harfbuzz.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/harfbuzz.spec b/harfbuzz.spec index fddb7e5..89f1b3b 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,6 +1,6 @@ Name: harfbuzz Version: 8.3.0 -Release: 1 +Release: 2 Summary: A text shaping engine License: MIT URL: https://harfbuzz.github.io/ @@ -32,6 +32,8 @@ Header files and libraries for building a extension library for %{name}. %autosetup -n %{name}-%{version} -p1 %build +# Reinitialize libtool to remove Rpath +autoreconf -vif %configure --disable-static --with-graphite2 --with-gobject --enable-introspection %{make_build} @@ -69,6 +71,9 @@ make check %{_datadir}/gtk-doc/html/harfbuzz/* %changelog +* Tue May 07 2024 guoqinglan - 8.3.0-2 +- Reinitialize libtool to remove Rpath + * Wed Nov 22 2023 wangqia - 8.3.0-1 - Update to 8.3.0 -- Gitee