Name: hexcurse Version: 1.80.0 Release: 1%{?dist} Summary: Ncurses-based console hexeditor URL: https://github.com/prso/hexcurse-ng # The project is available under the LGPL-2.0-or-later license except for the # following files. # These files are licensed under GPL-2.0-or-later: # include/hex.h # src/acceptch.c # src/file.c # src/hexcurse.c # src/llist.c # src/screen.c # src/stack.c # These files are licensed under GPL-3.0-or-later: # config.guess # config.sub License: LGPL-2.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later # Source link has to be replaced with upstream Source: https://github.com/Bosiux/hexcurse-ng/releases/download/v1.80.0/hexcurse-ng.tar.gz BuildRequires: ncurses-devel BuildRequires: glibc-devel BuildRequires: autoconf BuildRequires: libtool BuildRequires: automake BuildRequires: make BuildRequires: gcc Requires: ncurses %description A fast, lightweight console hex editor for viewing and editing files in hex. %prep %autosetup -n hexcurse-ng autoreconf -fi chmod +x configure %configure %build %make_build %install %make_install %files %license LICENSE.txt %doc README.md NEWS ChangeLog INSTALL AUTHORS %{_bindir}/hexcurse %{_mandir}/man1/hexcurse.1.gz %changelog * Thu Feb 13 2025 Davide Bosio - 1.80.0 - Thu Feb 13 2025 Initial packaging of hexcurse. - Sun Mar 9 2025 Package succefful build - https://copr.fedorainfracloud.org/coprs/brosion/hexcurse/build/8743523/