%global debug_package %{nil} Name: glaze Version: 8.2.0 Release: 1%{?dist} Summary: Extremely fast, in memory, JSON and reflection library for modern C++. License: MIT URL: https://github.com/stephenberry/glaze Source0: https://github.com/stephenberry/glaze/archive/refs/tags/v8.2.0.tar.gz#/glaze-8.2.0.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libasan BuildRequires: libubsan BuildRequires: ninja-build %description One of the fastest JSON libraries in the world. Glaze reads and writes from object memory, simplifying interfaces and offering incredible performance Maintainer info: Source repository: https://github.com/nett00n/hyprland-copr COPR repository: https://copr.fedorainfracloud.org/coprs/nett00n/hyprland/ Package info: Tag: v8.2.0 Commit: b1e2aea7b8eae5c8764aeefdc8aa109e981d6eda %prep %autosetup -p1 %build %cmake -DBUILD_TESTING=OFF %cmake_build %install %cmake_install %files %doc README.md %license LICENSE %package devel Summary: Development files for Extremely fast, in memory, JSON and reflection library for modern C++. Requires: %{name} = %{version}-%{release} %description devel Development files for glaze. %files devel %{_prefix}/include/glaze/ %{_prefix}/share/glaze/*.cmake %changelog * Thu Aug 27 2026 nett00n - 8.2.0-1 - version 8.2.0 bump