Name: bleamd Version: 0.1.1 Release: 1%{?dist} Summary: Fast, interactive markdown viewer with powerful search and customization License: MIT URL: https://github.com/guttermonk/bleamd Source0: %{URL}/releases/download/v%{version}/bleamd-linux-amd64 %global debug_package %{nil} ExclusiveArch: x86_64 %description A fast, interactive markdown viewer for the terminal with powerful search, full customization, and clickable links for terminal-centric workflows. %prep cp %{SOURCE0} bleamd %build %install install -D -m 0755 bleamd %{buildroot}%{_bindir}/bleamd %files %{_bindir}/bleamd %changelog * Thu May 14 2026 Chris Grau <113591+sirhc@users.noreply.github.com> - 0.1.1-1 - Initial package