Name: cppgit Version: 0.0.0 Release: 1.git.13.f955b5c%{?dist} Summary: A small C++23 web interface for browsing git repositories License: EUPL-1.2 URL: https://git.midnightthoughts.space/cppgit/ Source0: cppgit-git-13.f955b5c.tar.gz # Build tools BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: make BuildRequires: git BuildRequires: pkgconfig # Development libraries needed to build and link BuildRequires: libgit2-devel BuildRequires: boost-devel # Runtime requirements (libraries the built binary links against) Requires: libgit2 Requires: boost-system Requires: boost-filesystem Requires: boost-coroutine %description %{summary}. %prep %setup -q -n cppgit-git-13.f955b5c %build %cmake . %cmake_build %install %cmake_install %check %ctest || true %files %{_bindir}/%{name} %doc config.yaml.example README.md %changelog %autochangelog