From 5c0046d42f95ffdf5c29901ddfa2e77dad3f7e60 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:52:40 -0500 Subject: [PATCH] backport: fix (muon): install licenses and readme (#11639) (#11642) (cherry picked from commit db389abb860b32319c296adad01a4138ecb5ea29) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/buildsys/muon/muon.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index 50ad51d085..bded652cd5 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon Version: 0.5.0 -Release: 3%?dist +Release: 4%?dist Summary: A meson-compatible build system # https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES @@ -52,6 +52,8 @@ An implementation of the meson build system in c99 with minimal dependencies. %meson_install %files +%license LICENSES/ +%doc README.md %{_bindir}/muon %{_mandir}/man1/muon* %{_mandir}/man5/meson*