remove rpath
This commit is contained in:
parent
fab1bd158c
commit
5ef419c176
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user