diff --git a/pin-gcc-client.spec b/pin-gcc-client.spec index 6a14925231d37fbecaf64e4e0a26645ccddc6284..57b8e2908c1f9a5358fc85d3def219dd0ebc019d 100644 --- a/pin-gcc-client.spec +++ b/pin-gcc-client.spec @@ -1,6 +1,6 @@ Name: pin-gcc-client Version: 0.4.1 -Release: 7 +Release: 8 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 @@ -25,18 +25,7 @@ Patch10: 0010-PluginClient-Fix-the-bug-during-multi-process-compil.patch A Pin (Plug-IN framework) client is implemented based on GCC plugin and can execute the compiler optimization pass in GCC. %prep -%setup -q - -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 -%patch10 -p1 +%autosetup -p1 mkdir -p _build cd _build @@ -73,6 +62,12 @@ find %{_libdir} -type f -name "*.so" -exec strip "{}" ";" %config(noreplace) /etc/ld.so.conf.d/%{name}-%{_arch}.conf %changelog +* Tue May 09 2023 shenbowen - 0.4.1-8 +- Type:SPEC +- ID:NA +- SUG:NA +- DESC:modify %patchxxx -p1 to %autosetup -p1 + * Thu Apr 6 2023 dingguangya - 0.4.1-7 - Type:Update - ID:NA