Name: test-cmake-build Version: 1.0 Release: 1%{?dist} Summary: Test cmake build in COPR License: MIT Source0: test-cmake-build.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: ffmpeg-devel %description Minimal test package to verify cmake + ffmpeg works in COPR. %prep %setup -q -n test-cmake-build %build cmake -B build cmake --build build -j%{_smp_build_ncpus} %install DESTDIR=%{buildroot} cmake --install build %files %{_bindir}/test-cmake %changelog * Sun Jun 08 2026 caoturkey - 1.0-1 - Initial test