From d74ddb678a0e5820ad04f00b851e2a1287410678 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 15 Jul 2024 14:59:36 +0200 Subject: [PATCH] Install abseil-cpp headers as well Resolves: RHEL-28928 --- webrtc-audio-processing.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index d4634b2..48991ae 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -1,6 +1,6 @@ Name: webrtc-audio-processing Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for echo cancellation License: BSD-3-Clause @@ -49,9 +49,6 @@ cp %{SOURCE2} subprojects/packagefiles/ %install %meson_install -rm -rf %{buildroot}%{_includedir}/absl/ - - %ldconfig_scriptlets %files @@ -66,9 +63,13 @@ rm -rf %{buildroot}%{_includedir}/absl/ %{_libdir}/pkgconfig/webrtc-audio-coding-1.pc %{_libdir}/pkgconfig/webrtc-audio-processing-1.pc %{_includedir}/webrtc-audio-processing-1/ - +%{_includedir}/absl/ %changelog +* Mon Jul 15 2024 Wim Taymans - 1.3-4 +- Install abseil-cpp headers as well +- Resolves: RHEL-28928 + * Fri Jul 12 2024 Wim Taymans - 1.3-3 - Build abseil-cpp from tarbal - Resolves: RHEL-28928