%global debug_package %{nil} Name: boost-ext-ut Version: 1.1.9 Release: 1%{?dist} Summary: C++20 μ(micro)/Unit Testing Framework License: BSL-1.0 URL: https://github.com/boost-ext/ut Source0: https://github.com/boost-ext/ut/archive/refs/tags/v1.1.9.tar.gz BuildRequires: git BuildRequires: cmake BuildRequires: gcc-c++ %description C++ single header/single module, macro-free μ(micro)/Unit Testing Framework %package devel Summary: Development files for %{name} Provides: boost-ext-ut-static = %{version}-%{release} %description devel C++ single header/single module, macro-free μ(micro)/Unit Testing Framework %prep %autosetup -n ut-1.1.9 -p1 %build %cmake \ -DCPM_USE_LOCAL_PACKAGES:BOOL=TRUE %cmake_build %install %cmake_install %check %ctest %files %license LICENSE.md %doc README.md %files devel # upstream uses 1.1.8 even for 1.1.9 %{_includedir}/ut-1.1.8/ %{_libdir}/cmake/ut-1.1.8/ %changelog * Sun Dec 18 2022 Andrew Potter - v1.1.9 - Initial version of package