Name: katifetch Version: 13.1 Release: 2%{?dist} Summary: System information tool like neofetch License: GPL-3.0-only URL: https://github.com/ximimoments/katifetch Source0: katifetch-%{version}.tar.gz BuildArch: noarch Requires: bash %description Katifetch is a fast, highly customizable system information tool. %prep %setup -q %build # nothing to build %install rm -rf %{buildroot} install -d %{buildroot}%{_bindir} install -d %{buildroot}%{_datadir}/katifetch # Copiar todos los archivos cp -a katifetch-main/* %{buildroot}%{_datadir}/katifetch/ # Asegurar permisos del script principal chmod 755 %{buildroot}%{_datadir}/katifetch/katifetch.sh # Crear launcher ejecutable real (no symlink roto) install -m 755 %{buildroot}%{_datadir}/katifetch/katifetch.sh \ %{buildroot}%{_bindir}/katifetch # Instalar archivos de datos cp -r katifetch-main/* %{buildroot}%{_datadir}/katifetch/ %files %{_bindir}/katifetch %{_datadir}/katifetch %changelog * Tue Jan 07 2025 kati dev - 13.1-2 - Official Katifetch 13.1 release