From f547ae6b32ebf1321f9665dde1bc848bbd2a023f Mon Sep 17 00:00:00 2001 From: metcya <134973769+metcya@users.noreply.github.com> Date: Fri, 26 Dec 2025 00:07:33 -0600 Subject: [PATCH] Metcya/glaze (#8638) * add: glaze * install doc package correctly * oops * fix(glaze): install .cmake files correctly --------- Signed-off-by: metcya <134973769+metcya@users.noreply.github.com> --- anda/lib/glaze/glaze.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index 52c9b93732..4733726e3b 100644 --- a/anda/lib/glaze/glaze.spec +++ b/anda/lib/glaze/glaze.spec @@ -3,7 +3,7 @@ Name: glaze-devel Version: 6.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://stephenberry.github.io/glaze Source: https://github.com/stephenberry/glaze/archive/refs/tags/v%{version}.tar.gz @@ -32,7 +32,7 @@ Documentation files for glaze. %build %cmake -Dglaze_DEVELOPER_MODE=OFF \ - -Dglaze_INSTALL_CMAKEDIR=%{_libdir}/cmake + -Dglaze_INSTALL_CMAKEDIR=%{_libdir}/cmake/glaze mkdocs build %install @@ -45,13 +45,16 @@ popd %license LICENSE %doc README.md %{_includedir}/glaze/ -%{_libdir}/cmake/*.cmake +%{_libdir}/cmake/glaze/ %files -n glaze-docs %license LICENSE %{_pkgdocdir}/ %changelog +* Thu Dec 25 2025 metcya - 6.4.0-2 +- Install cmake files to correct location + * Wed Dec 24 2025 metcya - 6.4.0-1 - Package glaze