mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-19 12:41:05 +00:00
chore: Update Mangohud spec
This commit is contained in:
parent
2a0729f842
commit
1bee53417e
@ -24,11 +24,6 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%endif
|
%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
|
Name: mangohud
|
||||||
Version: 100.0.7.2
|
Version: 100.0.7.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
@ -157,19 +152,18 @@ sed -i "s@#!/usr/bin/env python@#!/usr/bin/python3@" \
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%if %{__isa_bits} == 64
|
|
||||||
%{_bindir}/%{name}*
|
%{_bindir}/%{name}*
|
||||||
%{_bindir}/mangoapp
|
%{_bindir}/mangoapp
|
||||||
%{_bindir}/mangoplot
|
%{_bindir}/mangoplot
|
||||||
%{_datadir}/icons/hicolor/scalable/*/*.svg
|
%{_datadir}/icons/hicolor/scalable/*/*.svg
|
||||||
|
%{_datadir}/vulkan/implicit_layer.d/*Mango*.json
|
||||||
%{_docdir}/%{name}/%{appname}.conf.example
|
%{_docdir}/%{name}/%{appname}.conf.example
|
||||||
%{_docdir}/%{name}/presets.conf.example
|
%{_docdir}/%{name}/presets.conf.example
|
||||||
|
%{_libdir}/%{name}/
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
%{_mandir}/man1/mangoapp.1*
|
%{_mandir}/man1/mangoapp.1*
|
||||||
%{_metainfodir}/*.metainfo.xml
|
%{_metainfodir}/*.metainfo.xml
|
||||||
%endif
|
|
||||||
%{_datadir}/vulkan/implicit_layer.d/*Mango*.json
|
|
||||||
%{_libdir}/%{name}/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 02 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 0.7.0-6
|
* Mon Oct 02 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 0.7.0-6
|
||||||
@ -325,4 +319,3 @@ sed -i "s@#!/usr/bin/env python@#!/usr/bin/python3@" \
|
|||||||
gasinvein <gasinvein@gmail.com>
|
gasinvein <gasinvein@gmail.com>
|
||||||
Vitaly Zaitsev <vitaly@easycoding.org>
|
Vitaly Zaitsev <vitaly@easycoding.org>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user