From 7eab5f034d69fa6a1f7d2f2f1abae5ba8591ef94 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 24 Jul 2020 10:00:57 -0600 Subject: [PATCH] Use __cmake_in_source_build --- snappy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snappy.spec b/snappy.spec index 8517f73..53b07ad 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,6 +1,7 @@ +%global __cmake_in_source_build 1 Name: snappy Version: 1.1.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast compression and decompression library License: BSD @@ -85,6 +86,9 @@ ctest -V %{?_smp_mflags} %changelog +* Fri Jul 24 2020 Jeff Law - 1.1.8-3 +- Use __cmake_in_source_build + * Thu Jan 30 2020 Fedora Release Engineering - 1.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild