Name: tty-clock Version: 2.3 Release: 1%{?dist} Summary: Digital clock in ncurses License: BSD-2-Clause URL: https://github.com/xorg62/tty-clock Source0: %{name}-%{version}.tar.gz %global debug_package %{nil} %global _unpackaged_files_terminate_build 0 BuildRequires: gcc BuildRequires: make BuildRequires: ncurses-devel %description Digital clock in ncurses Официальный способ установки от апстрима / Upstream official install method: git clone + 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 tty-clock-2.3 %build export CFLAGS="${CFLAGS:-$RPM_OPT_FLAGS} -Wno-error=format-security" %make_build %install %make_install PREFIX=%{_prefix} 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}/tty-clock %{_mandir}/* %changelog * Wed Aug 26 2026 candy-bot - 2.3-1 - Автосборка из апстрим-релиза (terminal-eye-candy pipeline)