Name: podman-tui Version: 0.1.0 Release: 1%{?dist} Summary: A fast, interactive terminal UI dashboard for managing Podman containers. License: MIT URL: https://github.com/IftakherAlam/my-podman-tui # These are the magic rpkg macros for COPR Git builds VCS: git+https://github.com/IftakherAlam/my-podman-tui.git#ff91f7b49295d075202544049c3800c86a889acf:packaging Source0: my-podman-tui-packaging-ff91f7b4.tar.gz BuildRequires: golang >= 1.20 Requires: podman # Disable debug packages for a cleaner build %define debug_package %{nil} %description A terminal user interface (TUI) dashboard for managing Podman containers natively on Fedora. Built with Go and Bubble Tea. %prep # This rpkg macro automatically unpacks the Git repository %setup -T -b 0 -q -n my-podman-tui-packaging %build go build -ldflags="-s -w" -o podman-tui ./cmd/podman-tui %install mkdir -p %{buildroot}%{_bindir} install -m 0755 podman-tui %{buildroot}%{_bindir}/podman-tui %files %{_bindir}/podman-tui %changelog * Sun May 24 2026 Md. Iftakher Alam - 0.1.0-1 - Initial release of podman-tui