%global debug_package %{nil} Name: glaze Version: 8.2.0 Release: 1%{?dist} Summary: Extremely fast, header-only JSON and reflection library for C++ License: MIT URL: https://github.com/stephenberry/glaze Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ %description Glaze is an extremely fast, header-only serialization and reflection library for C++, with support for JSON and other formats without requiring macros or a separate reflection step. %package devel Summary: Development files for %{name} BuildArch: noarch Provides: %{name}-static = %{version}-%{release} %description devel Development files for %{name}. %prep %autosetup -n %{name}-%{version} %build %cmake \ -Dglaze_INSTALL_CMAKEDIR=%{_datadir}/cmake/%{name} \ -Dglaze_DISABLE_SIMD_WHEN_SUPPORTED:BOOL=ON \ -Dglaze_DEVELOPER_MODE:BOOL=OFF \ -Dglaze_ENABLE_FUZZING:BOOL=OFF %cmake_build %install %cmake_install %files devel %license LICENSE %doc README.md %{_datadir}/cmake/%{name}/ %{_includedir}/%{name}/ %changelog * Fri Aug 28 2026 sachesi - 8.2.0-1 - Update to 8.2.0. * Tue Aug 18 2026 sachesi - 8.1.0-1 - Update to 8.1.0. * Tue Aug 04 2026 sachesi - 8.0.0-1 - Update to 8.0.0. * Wed Jul 22 2026 sachesi - 7.9.1-1 - Update to 7.9.1. * Sun Jul 12 2026 sachesi - 7.9.0-1 - Update to 7.9.0. * Mon Jul 06 2026 sachesi - 7.8.4-1 - Initial package for Copr.