%global qt_minver 6.8 Name: slitherer Version: 0~~git0 Release: 0%{?dist}.1 Summary: Simple QtWebView based runner for Anaconda installer Web UI License: MPL-2.0 and BSD-3-Clause #URL: Source: %{name}.tar.gz BuildRequires: cmake BuildRequires: ninja-build BuildRequires: gcc-c++ BuildRequires: git-core BuildRequires: cmake(Qt6Core) >= %{qt_minver} BuildRequires: cmake(Qt6Gui) >= %{qt_minver} BuildRequires: cmake(Qt6Qml) >= %{qt_minver} BuildRequires: cmake(Qt6Quick) >= %{qt_minver} BuildRequires: cmake(Qt6WebView) >= %{qt_minver} Requires: anaconda-webui %{?qt6_qtwebengine_arches:ExclusiveArch: %{qt6_qtwebengine_arches}} %description %{summary}. %prep %autosetup -n %{name} -S git_am %conf %cmake_qt6 %build %cmake_build %install %cmake_install %files %license LICENSES/* %doc README.md %{_bindir}/%{name} %changelog * Tue Jun 17 2025 Neal Gompa - Initial package