remove rpath

This commit is contained in:
zhang__3125 2023-03-14 17:09:26 +08:00
parent fab1bd158c
commit 5ef419c176

View File

@ -3,7 +3,7 @@
Name: xfce4-sensors-plugin Name: xfce4-sensors-plugin
Version: 1.4.4 Version: 1.4.4
Release: 1 Release: 2
Summary: Hardware sensors plugin for the Xfce panel Summary: Hardware sensors plugin for the Xfce panel
License: GPLv2+ License: GPLv2+
URL: https://goodies.xfce.org/projects/panel-plugins/%{name} URL: https://goodies.xfce.org/projects/panel-plugins/%{name}
@ -21,6 +21,7 @@ BuildRequires: gettext
BuildRequires: hddtemp BuildRequires: hddtemp
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libtool BuildRequires: libtool
BuildRequires: chrpath
Requires: hddtemp Requires: hddtemp
Requires: lm_sensors >= 2.8 Requires: lm_sensors >= 2.8
@ -49,6 +50,9 @@ Static libraries and header files for the xfce4-sensors-plugin.
%install %install
%make_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} %find_lang %{name}
@ -80,6 +84,9 @@ desktop-file-install --vendor "" \
%{_libdir}/xfce4/modules/libxfce4sensors.so %{_libdir}/xfce4/modules/libxfce4sensors.so
%changelog %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 * Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.4.4-1
- update to 1.4.4 - update to 1.4.4