Name: jp2a Version: 1.3.3 Release: 1%{?dist} Summary: Convert JPG/PNG images to ASCII art License: GPL-2.0-only URL: https://github.com/Talinx/jp2a Source0: %{name}-%{version}.tar.gz %global debug_package %{nil} BuildRequires: gcc BuildRequires: make BuildRequires: gcc BuildRequires: libjpeg-turbo-devel BuildRequires: libpng-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libwebp-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext BuildRequires: libtool %description Convert JPG/PNG images to ASCII art Официальный способ установки от апстрима / Upstream official install method: ./autogen.sh && make && make install из исходников ВНИМАНИЕ: пакет из неофициального стороннего репозитория 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 jp2a-1.3.3 %build export CFLAGS="${CFLAGS:-$RPM_OPT_FLAGS} -Wno-error=format-security" autoreconf -vfi %configure %make_build %install %make_install find %{buildroot} -name '*.la' -delete 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 %{_bindir}/jp2a %{_mandir}/* %changelog * Tue Aug 25 2026 candy-bot - 1.3.3-1 - Автосборка из апстрим-релиза (terminal-eye-candy pipeline)