From fa82ec6381d8340ea100164498a9da5437ec38bd Mon Sep 17 00:00:00 2001 From: dingguangya Date: Mon, 7 Aug 2023 16:23:14 +0800 Subject: [PATCH] [FIX] Fix strip problem --- pin-gcc-client.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pin-gcc-client.spec b/pin-gcc-client.spec index 9550513..cf6369a 100644 --- a/pin-gcc-client.spec +++ b/pin-gcc-client.spec @@ -1,6 +1,6 @@ Name: pin-gcc-client Version: 0.4.1 -Release: 10 +Release: 11 Summary: A Pin (Plug-IN framework) client is implemented based on GCC plugin and can execute the compiler optimization pass in GCC. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gitee.com/src-openeuler/pin-gcc-client @@ -45,7 +45,7 @@ cd _build mkdir -p %{buildroot}/etc/ld.so.conf.d echo "{_libdir}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf -find %{_libdir} -type f -name "*.so" -exec strip "{}" ";" +find %{buildroot} -type f -name "*.so" -exec strip "{}" ";" %post /sbin/ldconfig @@ -64,6 +64,12 @@ find %{_libdir} -type f -name "*.so" -exec strip "{}" ";" %config(noreplace) /etc/ld.so.conf.d/%{name}-%{_arch}.conf %changelog +* Thu Aug 3 2023 dingguangya - 0.4.1-11 +- Type:FIX +- ID:NA +- SUG:NA +- DESC:FIX STRIP problem + * Thu Aug 3 2023 dingguangya - 0.4.1-10 - Type:FIX - ID:NA