Name: show Version: 1.0.0 Release: 1%{?dist} Summary: A simple CLI command to display file contents %global debug_package %{nil} License: MIT URL: https://github.com/Cee-Ry/showfile Source0: %{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake >= 3.10 %description show is a simple CLI command to display file contents. It prints the content of one or more files to standard output. When displaying multiple files, each file is wrapped with a header separator. Supports optional line numbering via the -n/--number flag. %prep %autosetup -n showfile-%{version} %build %cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=%{_prefix} %cmake_build %install %cmake_install %files %license LICENSE %{_bindir}/show %changelog * Sun May 31 2026 Ceasar Ryan G. Edauve - 1.0.0-1 - Initial release