Name: stylepak Version: 1.0 Release: 1%{?dist} Summary: Flatpak styling tool License: MPL-2.0 URL: https://github.com/refi64/stylepak Source0: https://raw.githubusercontent.com/Leon8326/stylepak-fedora-copr/refs/heads/main/rpmfiles/%{name}-%{version}.tar.gz BuildArch: noarch Requires: coreutils Requires: bash Requires: ostree Requires: libappstream-glib %description Automatically install your host GTK+ theme as a Flatpak. %prep %setup -q %build # nothing to build %install mkdir -p %{buildroot}%{_bindir} cp stylepak %{buildroot}%{_bindir}/stylepak chmod +x %{buildroot}%{_bindir}/stylepak %files %{_bindir}/stylepak %changelog * Sun Apr 12 2026 Leon8326 - 1.0-1 - Initial package