%global debug_package %{nil} Name: catppuccin-grub-theme Version: 20260509git0a37ab1 Release: 1%{?dist} Summary: Catppuccin themes for GRUB License: MIT URL: https://github.com/catppuccin/grub Source0: catppuccin-grub-theme-20260509git0a37ab1.tar.gz BuildArch: noarch Requires: grub2-tools Requires: %{name}-mocha = %{version}-%{release} Requires: %{name}-macchiato = %{version}-%{release} Requires: %{name}-frappe = %{version}-%{release} Requires: %{name}-latte = %{version}-%{release} %description Catppuccin themes for GRUB. %package mocha Summary: Mocha theme %description mocha Mocha theme. %package macchiato Summary: Macchiato theme %description macchiato Macchiato theme. %package frappe Summary: Frappe theme %description frappe Frappe theme. %package latte Summary: Latte theme %description latte Latte theme. %prep %autosetup -n grub-main %build %install mkdir -p %{buildroot}/boot/grub2/themes cp -a src/* %{buildroot}/boot/grub2/themes/ install -Dm644 LICENSE %{buildroot}%{_licensedir}/%{name}/LICENSE %files %license %{_licensedir}/%{name}/LICENSE %files mocha /boot/grub2/themes/catppuccin-mocha-grub-theme %files macchiato /boot/grub2/themes/catppuccin-macchiato-grub-theme %files frappe /boot/grub2/themes/catppuccin-frappe-grub-theme %files latte /boot/grub2/themes/catppuccin-latte-grub-theme %changelog %autochangelog