From 8e21654a513217f4313559bc9807363bba9a26b2 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 8 Aug 2020 22:26:13 -0400 Subject: [PATCH] Use backend-agnostic CMake macro for building and running tests --- libeconf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libeconf.spec b/libeconf.spec index 38ab74c..faeac34 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -5,7 +5,7 @@ Name: libeconf Version: 0.3.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Enhanced config file parser library License: MIT @@ -45,7 +45,7 @@ developing applications that use %{name}. %check -%make_build -C %{_vpath_builddir} check +%cmake_build --target check %files @@ -62,6 +62,9 @@ developing applications that use %{name}. %changelog +* Sat Aug 08 2020 Neal Gompa - 0.3.8-4 +- Use backend-agnostic CMake macro for building and running tests + * Tue Jul 28 2020 Fedora Release Engineering - 0.3.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild