Metcya/glaze (#8638) (#8646)

This commit is contained in:
Raboneko
2025-12-25 22:09:48 -08:00
committed by GitHub
parent d172e5b14a
commit c9b6d57440
+6 -3
View File
@@ -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 <metcya@gmail.com> - 6.4.0-2
- Install cmake files to correct location
* Wed Dec 24 2025 metcya <metcya@gmail.com> - 6.4.0-1
- Package glaze