!10 remove rpath

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2023-03-14 09:21:29 +00:00 committed by Gitee
commit 5e8ccc954f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <lin.zhang@turbolinux.com.cn> - 1.4.4-2
- remove rpath
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.4.4-1
- update to 1.4.4