From 8674426d570668993696a7e9f2a4d31711bc47ee Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jul 30 2020 04:03:29 +0000 Subject: Handle arguments for ctest3 macro --- diff --git a/cmake.spec b/cmake.spec index e05989e..6fff598 100644 --- a/cmake.spec +++ b/cmake.spec @@ -62,7 +62,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 4 +%global baserelease 5 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -504,6 +504,9 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake %changelog +* Wed Jul 29 2020 Orion Poplawski - 3.18.0-5 +- Handle arguments for ctest3 macro + * Mon Jul 27 2020 Fedora Release Engineering - 3.18.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/macros.cmake b/macros.cmake index 86c6288..8cdcc15 100644 --- a/macros.cmake +++ b/macros.cmake @@ -57,4 +57,4 @@ %cmake@@CMAKE_MAJOR_VERSION@@ %cmake %cmake@@CMAKE_MAJOR_VERSION@@_build %cmake_build %cmake@@CMAKE_MAJOR_VERSION@@_install %cmake_install -%ctest@@CMAKE_MAJOR_VERSION@@ %ctest +%ctest@@CMAKE_MAJOR_VERSION@@(:-:) %ctest %{**}