From f23f21015d6f581ade9ebde2d56af91321cb406e Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Sat, 30 Jul 2022 11:11:23 +0800 Subject: [PATCH] Remove rpath and Add chrpath in BuildRequire --- esc.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/esc.spec b/esc.spec index adaf1e6..c0a33fd 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.1.2 -Release: 4 +Release: 5 Summary: esc embeds files into go programs and provides http License: GPL+ URL: https://github.com/mjibson/esc @@ -12,6 +12,7 @@ Source3: esc.png BuildRequires: glib2-devel atk-devel pkgconfig nspr-devel nss-devel nss-static BuildRequires: pcsc-lite-devel desktop-file-utils dbus-glib-devel glib2-devel gcc-c++ BuildRequires: opensc gobject-introspection-devel gtk3-devel gjs-devel GConf2-devel +BuildRequires: chrpath Requires: pcsc-lite nss nspr dbus opensc gjs gobject-introspection gtk3 glib2 @@ -56,6 +57,17 @@ popd install -m 0755 %{SOURCE2} %{buildroot}/%{_datadir}/applications +chrpath -d %{buildroot}%{_libdir}/%{name}-%{version}/lib/libcoolkeymgr-1.0.so.0.0.0 + +mkdir -p %{buildroot}/etc/ld.so.conf.d +echo "/usr/local/lib" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + %files %defattr(-,root,root) %doc README.md @@ -68,11 +80,16 @@ install -m 0755 %{SOURCE2} %{buildroot}/%{_datadir}/applications %{_datadir}/pixmaps/esc.png %{_datadir}/applications/esc.desktop %{_datadir}/icons/hicolor/48x48/apps/esc.png +%config(noreplace) /etc/ld.so.conf.d/* %files help %defattr(-,root,root) %changelog +* Sat Jul 30 2022 yaoxin - 1.1.2-5 +- Remove rpath +- Add chrpath in BuildRequire + * Sat Mar 21 2020 openEuler Buildteam - 1.1.2-4 - Type: bugfix - ID: NA