[f43] chore (muon): remove Tracy base package as a dep, add me as packager (#11592) (#11596)

This commit is contained in:
Raboneko
2026-04-21 14:31:28 -05:00
committed by GitHub
parent a5e6740051
commit 86d322bf4e
+2 -3
View File
@@ -1,6 +1,6 @@
Name: muon
Version: 0.5.0
Release: 1%?dist
Release: 2%?dist
Summary: A meson-compatible build system
# https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES
@@ -36,7 +36,7 @@ BuildRequires: python3-pyyaml
BuildRequires: mandoc
BuildRequires: mdbook
BuildRequires: tracy
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
An implementation of the meson build system in c99 with minimal dependencies.
@@ -46,7 +46,6 @@ An implementation of the meson build system in c99 with minimal dependencies.
%conf
%meson --wrap-mode=nofallback \
%if %{?fedora} >= 44
-Dtracy=disabled
%endif