%global debug_package %{nil} Name: glaze Version: 7.8.1 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.1.tar.gz#/glaze-7.8.1.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.1 Commit: 9618ef8ef503c72b10e7b2769839784f09d24d2c %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 * Wed Jun 10 2026 nett00n - 7.8.1-1 - version 7.8.1 bump