From 0bce6ddb27ebe84bf9a56f9634f7460f56bf80c8 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Tue, 13 Aug 2024 17:11:47 +1200 Subject: [PATCH] Remove build-dependency google-benchmark Release: 1.1.10-6 Resolves: RHEL-54044 Signed-off-by: Tao Liu --- snappy.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/snappy.spec b/snappy.spec index 8743f04..b177c6a 100644 --- a/snappy.spec +++ b/snappy.spec @@ -4,7 +4,7 @@ %global __cmake_in_source_build 1 Name: snappy Version: 1.1.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Fast compression and decompression library License: BSD-3-Clause @@ -20,7 +20,6 @@ Patch1: %{name}-do-not-disable-rtti.patch BuildRequires: make BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: google-benchmark-devel %{?with_gtest:BuildRequires: gtest-devel} %description @@ -49,7 +48,7 @@ developing applications that use %{name}. %build # gtest 1.13.0 requires C++14 or later -%cmake -DCMAKE_CXX_STANDARD=14 %{!?with_gtest:-DSNAPPY_BUILD_TESTS=OFF} . +%cmake -DCMAKE_CXX_STANDARD=14 -DSNAPPY_BUILD_BENCHMARKS=OFF %{!?with_gtest:-DSNAPPY_BUILD_TESTS=OFF} . %make_build # create pkgconfig file @@ -96,6 +95,9 @@ ctest -V %{?_smp_mflags} %changelog +* Tue Aug 13 2024 Tao Liu - 1.1.10-6 +- Remove build-dependency google-benchmark + * Mon Jun 24 2024 Troy Dawson - 1.1.10-5 - Bump release for June 2024 mass rebuild