diff --git a/pin-gcc-client.spec b/pin-gcc-client.spec index f181d512d15727fc0a21fbf59ba12653a7d4f340..6baa1a9e5743a16320737464ecdb7f08b70eb5f6 100644 --- a/pin-gcc-client.spec +++ b/pin-gcc-client.spec @@ -1,6 +1,6 @@ Name: pin-gcc-client Version: 0.4.1 -Release: 14 +Release: 15 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 @@ -55,15 +55,21 @@ find %{buildroot} -type f -name "*.so" -exec strip "{}" ";" %files %license LICENSE +%{_libdir}/libMLIRClientAPI.so +%{_libdir}/libMLIRPlugin.so %attr(0755,root,root) %{_libdir}/libpin_gcc_client.so -%attr(0755,root,root) %{_libdir}/libMLIRClientAPI.so %attr(0755,root,root) %{_libdir}/libMLIRClientAPI.so.17 -%attr(0755,root,root) %{_libdir}/libMLIRPlugin.so %attr(0755,root,root) %{_libdir}/libMLIRPlugin.so.17 %attr(0644,root,root) %{_bindir}/pin-gcc-client.json %config(noreplace) /etc/ld.so.conf.d/%{name}-%{_arch}.conf %changelog +* Wed Nov 20 2024 xuguangmin - 0.4.1-15 +- Type:FIX +- ID:NA +- SUG:NA +- DESC: Fix: Explicit %attr() mode not applicable to symlink. + * Wed Apr 10 2024 wumingchuan - 0.4.1-14 - Type:Update - ID:NA