Name: pokemon-icat Version: 20260827.54d4bc5 Release: 1%{?dist} Summary: Show any Pokemon sprite in your terminal License: MIT URL: https://github.com/aflaag/pokemon-icat Source0: %{name}-%{version}.tar.gz %global debug_package %{nil} %global _unpackaged_files_terminate_build 0 BuildArch: noarch BuildRequires: python3 Requires: python3 %description Show any Pokemon sprite in your terminal ВНИМАНИЕ: пакет из неофициального стороннего репозитория arcticlore/candy. Репозиторий в активной разработке — возможны поломки и резкие изменения. Помидорами не кидайтесь, лучше заводите issue. WARNING: this package comes from an UNOFFICIAL third-party repository (arcticlore/candy). Work-in-progress: expect breakage and sudden changes. Don't throw tomatoes - file issues instead. %prep %autosetup -p1 -n pokemon-icat-54d4bc500f8668c0759aad2588940cdc8dd1d6f5 %build # интерпретируемый модуль, сборки нет %install mkdir -p %{buildroot}%{python3_sitelib} cp -r src %{buildroot}%{python3_sitelib}/ install -Dpm0755 src/pokemon-icat %{buildroot}%{_bindir}/pokemon-icat mkdir -p %{buildroot}%{_licensedir}/%{name} for f in LICENSE* LICEN[CS]E.MD COPYING* COPYRIGHT* NOTICE*; do [ -e "$f" ] && cp -p "$f" %{buildroot}%{_licensedir}/%{name}/ || true; done %files %{_licensedir}/%{name} %{python3_sitelib}/src/ %{_bindir}/pokemon-icat %changelog * Thu Aug 27 2026 candy-bot - 20260827.54d4bc5-1 - Автосборка из апстрим-релиза (terminal-eye-candy pipeline)