diff --git a/mangohud.spec b/mangohud.spec index d5b6309..1a0f489 100644 --- a/mangohud.spec +++ b/mangohud.spec @@ -19,7 +19,7 @@ Name: mangohud Version: 0.7.0 Release: %autorelease -Summary: Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more +Summary: Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load License: MIT URL: https://github.com/flightlessmango/MangoHud @@ -63,6 +63,7 @@ Requires: hicolor-icon-theme Requires: vulkan-loader%{?_isa} Recommends: (mangohud(x86-32) if glibc(x86-32)) +Recommends: %{name}-mangoplot Suggests: goverlay @@ -70,16 +71,30 @@ Provides: bundled(imgui) = %{imgui_ver} Provides: bundled(vulkan-headers) = %{vulkan_headers_ver} %global _description %{expand: -A modification of the Mesa Vulkan overlay. Including GUI improvements, -temperature reporting, and logging capabilities. +A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and +more. To install GUI front-end: - # dnf install goverlay} + # dnf install goverlay + +To install local visualization "mangoplot": + + # dnf install mangoplot} %description %{_description} +%package mangoplot +Summary: Local visualization "mangoplot" for %{name} +BuildArch: noarch + +Requires: %{name} = %{version}-%{release} + +%description mangoplot +Local visualization "mangoplot" for %{name}. + + %prep %autosetup -n %{appname}-%{tarball_version} -p1 %setup -qn %{appname}-%{tarball_version} -D -T -a1 @@ -140,7 +155,6 @@ sed -i "s@#!/usr/bin/env python@#!/usr/bin/python3@" \ %license LICENSE %doc README.md %{_bindir}/%{name}* -%{_bindir}/mangoplot %{_datadir}/icons/hicolor/scalable/*/*.svg %{_datadir}/vulkan/implicit_layer.d/*Mango*.json %{_docdir}/%{name}/%{appname}.conf.example @@ -148,6 +162,9 @@ sed -i "s@#!/usr/bin/env python@#!/usr/bin/python3@" \ %{_mandir}/man1/%{name}.1* %{_metainfodir}/*.metainfo.xml +%files mangoplot +%{_bindir}/mangoplot + %changelog %autochangelog