Summary: A small, flexible, terminal-based text editor Name: mle Version: 1.7.2 Release: 4%{?dist} License: ASL 2.0 URL: https://github.com/adsr/mle Source: https://github.com/adsr/mle/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: pcre2-devel BuildRequires: uthash-devel BuildRequires: lua-devel BuildRequires: glibc-langpack-en %description mle is a small, flexible, terminal-based text editor written in C. Notable features include: full Unicode support, syntax highlighting, scriptable rc file, macros, search and replace (PCRE), window splitting, multiple cursors, and integration with various shell commands. %prep %setup -q sed -i 's|-llua5.4|-llua|g' Makefile sed -i 's|install -D |install -D -p |g' Makefile sed -i 's|||g' mle.h sed -i 's|||g' mle.h sed -i 's|||g' mle.h %build %make_build %check LC_ALL=en_US.UTF-8 make %{?_smp_mflags} test %install %make_install prefix=%{_prefix} install -D -p -v -m 644 mle.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/mle.1 %files %license LICENSE %doc README.md %{_bindir}/mle %{_mandir}/man1/mle.1* %changelog * Thu Jan 25 2024 Fedora Release Engineering - 1.7.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 1.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering - 1.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed May 24 2023 Adam Saponara - 1.7.2-1 - New upstream release * Thu Jan 19 2023 Fedora Release Engineering - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri May 27 2022 Adam Saponara - 1.5.0-1 - initial spec