From af560b5552aa30a6fdaa6baab02c5412c43e0f68 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 24 Jul 2020 08:51:03 -0600 Subject: [PATCH] Use __cmake_in_source_build --- libipt.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libipt.spec b/libipt.spec index accc798..291c13a 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,6 +1,8 @@ +%global __cmake_in_source_build 1 + Name: libipt Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Intel Processor Trace Decoder Library License: BSD URL: https://github.com/01org/processor-trace @@ -57,6 +59,9 @@ ctest -V %{?_smp_mflags} %{_mandir}/*/*.gz %changelog +* Fri Jul 24 2020 Jeff Law - 2.0.1-4 +- Use __cmake_in_source_build + * Wed Jul 22 2020 Tom Stellard - 2.0.1-3 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro