%global debug_package %{nil} Name: glaze Version: 7.8.3 Release: 1%{?dist} Summary: Extremely fast, in memory, JSON and reflection library for modern C++. License: MIT URL: https://github.com/stephenberry/glaze.git Source0: https://github.com/stephenberry/glaze/archive/refs/tags/v7.8.3.tar.gz#/glaze-7.8.3.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: v7.8.3 Commit: 98bd97183db1806b834245d4292eaef713fc184f %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 * Tue Jun 23 2026 nett00n - 7.8.3-1 - version 7.8.3 bump