From 4e1b026e2ead7e9bf5114c83e20130fa1a1960d0 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 15 Mar 2023 17:00:05 +0800 Subject: [PATCH] remove rpath of ukwm --- ukwm.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ukwm.spec b/ukwm.spec index b7e38e3..61ff7f0 100644 --- a/ukwm.spec +++ b/ukwm.spec @@ -1,6 +1,6 @@ Name: ukwm Version: 1.2.1 -Release: 5 +Release: 6 Summary: lightweight GTK+ window manager License: LGPL-2.0-or-later and GPL-2.0-or-later and MIT URL: http://www.ukui.org @@ -74,6 +74,7 @@ BuildRequires: xorg-x11-server-Xvfb BuildRequires: xauth BuildRequires: intltool +BuildRequires: chrpath Requires: clutter %description Ukwm is a small window manager, using GTK+ and Clutter to do @@ -182,7 +183,7 @@ rm -rf %{buildroot}/usr/local/include mkdir -p %{buildroot}/usr/lib/ukwm cp -rf %{buildroot}/usr/local/libexec/ukwm-restart-helper %{buildroot}/usr/lib/ukwm/ukwm-restart-helper rm -rf %{buildroot}/usr/local/libexec - +chrpath -d %{buildroot}/usr/bin/ukwm %clean @@ -231,6 +232,9 @@ update-alternatives --install /usr/bin/x-window-manager \ %exclude %{_datadir}/ukui %changelog +* Wed Mar 01 2023 tanyulong - 1.2.1-6 +- remove rpath of ukwm + * Fri Feb 3 2023 douyan - 1.2.1-5 - fix build error and uninstall issue