From 1bee53417e0dff70fc8ccea06512867008a2d91b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 1 Aug 2024 11:35:23 -0700 Subject: [PATCH] chore: Update Mangohud spec --- spec_files/mangohud/mangohud.spec | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/spec_files/mangohud/mangohud.spec b/spec_files/mangohud/mangohud.spec index 21f8533a..ec080d17 100644 --- a/spec_files/mangohud/mangohud.spec +++ b/spec_files/mangohud/mangohud.spec @@ -24,11 +24,6 @@ %bcond_without tests %endif -# Disable unpackaged files check for 32-bit builds shipping with conflicting files -%if %{__isa_bits} != 64 - %define _unpackaged_files_terminate_build 0 -%endif - Name: mangohud Version: 100.0.7.2 Release: %autorelease @@ -157,19 +152,18 @@ sed -i "s@#!/usr/bin/env python@#!/usr/bin/python3@" \ %files %license LICENSE %doc README.md -%if %{__isa_bits} == 64 %{_bindir}/%{name}* %{_bindir}/mangoapp %{_bindir}/mangoplot %{_datadir}/icons/hicolor/scalable/*/*.svg +%{_datadir}/vulkan/implicit_layer.d/*Mango*.json %{_docdir}/%{name}/%{appname}.conf.example %{_docdir}/%{name}/presets.conf.example +%{_libdir}/%{name}/ %{_mandir}/man1/%{name}.1* %{_mandir}/man1/mangoapp.1* %{_metainfodir}/*.metainfo.xml -%endif -%{_datadir}/vulkan/implicit_layer.d/*Mango*.json -%{_libdir}/%{name}/ + %changelog * Mon Oct 02 2023 Artem Polishchuk - 0.7.0-6 @@ -325,4 +319,3 @@ sed -i "s@#!/usr/bin/env python@#!/usr/bin/python3@" \ gasinvein Vitaly Zaitsev -