Name: cppgit Version: 0.0.0 Release: 1.git.19.b903388%{?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-19.b903388.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 Requires: yaml-cpp Requires: inja %description %{summary}. %prep %setup -q -n cppgit-git-19.b903388 %build %cmake . %cmake_build %install %cmake_install %check %ctest || true %files %{_bindir}/%{name} %{_datadir}/%{name}/templates/* %{_datadir}/%{name}/css/* %{_datadir}/%{name}/doc/* %doc config.yaml.example TODOs.md %changelog %autochangelog