From 5ef419c17627df908cc24040c511efb1318d8644 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Tue, 14 Mar 2023 17:09:26 +0800 Subject: [PATCH] remove rpath --- xfce4-sensors-plugin.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xfce4-sensors-plugin.spec b/xfce4-sensors-plugin.spec index d34284c..1169682 100644 --- a/xfce4-sensors-plugin.spec +++ b/xfce4-sensors-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-sensors-plugin Version: 1.4.4 -Release: 1 +Release: 2 Summary: Hardware sensors plugin for the Xfce panel License: GPLv2+ URL: https://goodies.xfce.org/projects/panel-plugins/%{name} @@ -21,6 +21,7 @@ BuildRequires: gettext BuildRequires: hddtemp BuildRequires: intltool BuildRequires: libtool +BuildRequires: chrpath Requires: hddtemp Requires: lm_sensors >= 2.8 @@ -49,6 +50,9 @@ Static libraries and header files for the xfce4-sensors-plugin. %install %make_install +chrpath -d %{buildroot}%{_bindir}/xfce4-sensors +chrpath -d %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4-sensors-plugin.so +chrpath -d %{buildroot}%{_libdir}/xfce4/modules/libxfce4sensors.so.* %find_lang %{name} @@ -80,6 +84,9 @@ desktop-file-install --vendor "" \ %{_libdir}/xfce4/modules/libxfce4sensors.so %changelog +* Mon Mar 13 2023 lin zhang - 1.4.4-2 +- remove rpath + * Mon Jan 02 2023 lin zhang - 1.4.4-1 - update to 1.4.4