From 248b7f0ac66b2c7c568a18f8ba5a295217aa522d Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Feb 2025 06:09:53 +0000 Subject: [PATCH] remove rpath --- abseil-cpp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 895bd63..8be82ac 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -6,7 +6,7 @@ Name: abseil-cpp Version: 20240722.0 -Release: 2 +Release: 3 Summary: C++ Common Libraries License: Apache-2.0 @@ -55,6 +55,7 @@ Development headers for %{name} %install %cmake_install +%chrpath_delete %files %license LICENSE @@ -159,6 +160,12 @@ Development headers for %{name} %{_libdir}/pkgconfig/*.pc %changelog +* Fri Feb 14 2025 xinghe - 20240722.0-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove rpath + * Thu Nov 14 2024 Funda Wang - 20240722.0-2 - adopt to new cmake macro -- Gitee