Name: unimatrix Version: 20260829.dff519f Release: 1%{?dist} Summary: Матрица из unicode-символов (гибкий аналог cmatrix) License: GPL-3.0-or-later URL: https://github.com/will8211/unimatrix Source0: %{name}-%{version}.tar.gz %global debug_package %{nil} %global _unpackaged_files_terminate_build 0 BuildArch: noarch BuildRequires: python3 Requires: python3 %description Матрица из unicode-символов (гибкий аналог cmatrix) Официальный способ установки от апстрима / Upstream official install method: git clone https://github.com/will8211/unimatrix && sudo ./install.py ВНИМАНИЕ: пакет из неофициального стороннего репозитория 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 unimatrix-dff519f972103f91384f360f270614184de8aa92 %build # интерпретируемый модуль, сборки нет %install install -Dpm0755 unimatrix %{buildroot}%{_bindir}/unimatrix 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} %{_bindir}/unimatrix %changelog * Sat Aug 29 2026 candy-bot - 20260829.dff519f-1 - Автосборка из апстрим-релиза (terminal-eye-candy pipeline)