From 83ce9594489512f26b04415af296eec0c904a9dd Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 24 Jul 2020 15:15:21 -0600 Subject: [PATCH] Use __cmake_in_source_build --- socket_wrapper.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/socket_wrapper.spec b/socket_wrapper.spec index e012fc8..c5102be 100644 --- a/socket_wrapper.spec +++ b/socket_wrapper.spec @@ -1,6 +1,8 @@ +%global __cmake_in_source_build 1 + Name: socket_wrapper Version: 1.2.4 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Summary: A library passing all socket communications through Unix sockets @@ -74,6 +76,9 @@ popd %{_mandir}/man1/socket_wrapper.1* %changelog +* Fri Jul 24 2020 Jeff Law - 1.2.4-2 +- Use __cmake_in_source_build + * Tue Mar 24 2020 Andreas Schneider - 1.2.4-1 - Update to version 1.2.4 * https://gitlab.com/cwrap/socket_wrapper/-/blob/master/CHANGELOG