diff --git a/abseil.tar.xz b/abseil.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..39537133a3e446efb7993dbb062698c68e784a81 Binary files /dev/null and b/abseil.tar.xz differ diff --git a/autofdo.spec b/autofdo.spec index 110a40ba7dd0f8abf25057634dabb826645b6353..eedc945c167b85e2aab6aa4e548d12d6373b8588 100644 --- a/autofdo.spec +++ b/autofdo.spec @@ -1,12 +1,13 @@ Name: autofdo Version: 0.30.1 -Release: 2 +Release: 3 Summary: A tool to convert perf.data profile to AutoFDO profile License: Apache-2.0 URL: https://github.com/google/autofdo # The package in the original url below contains GIT information which is useless, # so remove the GIT information and repackage it. Source0: %{name}-%{version}.tar.xz +Source1: abseil.tar.xz Patch1: 0001-adjust-the-link-method-of-dependency-libraries.patch Patch2: 0002-unscaledcycleclock-remove-RISC-V-support.patch BuildRequires: gcc gcc-c++ libtool git cmake elfutils-libelf-devel openssl-devel pkg-config ninja-build gtest libunwind-devel protobuf-devel chrpath @@ -20,6 +21,7 @@ profile that can be used by GCC and LLVM. %prep %autosetup -p1 +tar -xvf %{SOURCE1} -C ./third_party %build cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=. -DENABLE_TOOL=GCOV ./ @@ -38,6 +40,12 @@ cp %{_builddir}/%{name}-%{version}/profile_merger ./ %{_bindir}/profile_merger %changelog +* Wed Feb 12 2025 Zhenyu Zhao - 0.30.1-3 +- Type:update +- ID:NA +- SUG:NA +- DESC: Update abseil. + * Sun Oct 6 2024 pSomng - 0.30.1-2 - Type:update - ID:NA