Name: colorls Version: 1.5.0 Release: 1%{?dist} Summary: Prettifies ls output with colors and font-awesome icons # ВНИМАНИЕ: экспериментальная сборка, может падать на отдельных архитектурах License: MIT URL: https://github.com/athityakumar/colorls Source0: %{name}-%{version}.tar.gz %global debug_package %{nil} %global _unpackaged_files_terminate_build 0 BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildRequires: git-core %description Prettifies ls output with colors and font-awesome icons Официальный способ установки от апстрима / Upstream official install method: gem install colorls ВНИМАНИЕ: пакет из неофициального стороннего репозитория 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 colorls-1.5.0 %build git init -q . && git config user.email b@b.c && git config user.name b && git add -A && git commit -qm init gem build *.gemspec %install %gem_install 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 %dir %{gem_dir} %{gem_dir}/** %exclude %{gem_cache} %changelog * Wed Aug 26 2026 candy-bot - 1.5.0-1 - Автосборка из апстрим-релиза (terminal-eye-candy pipeline)