Name: toga2 Version: 4.0 Release: 1%{?dist} Summary: UCI chess engine based on Fruit License: GPLv2 URL: http://www.talkchess.com/forum3/viewtopic.php?f=2&t=66174 Source0: http://www.mediafire.com/file/4c8m5lejoo7fi3d/TogaII40.zip # This manpage comes from the toga2-3.0.0.1SE1-2 Debian package Source1: toga2.6 BuildRequires: gcc-c++ BuildRequires: sed %description Toga II is a UCI chess engine based on Fruit. %prep %setup -q -n TogaII40 # Remove precompiled binaries rm -r Windows # Convert readme to UTF-8 and Unix end-of-line encodings f=readme.txt iconv --from=ISO-8859-1 --to=UTF-8 "${f}" > "${f}.utf8" touch -r "${f}" "${f}.utf8" mv "${f}.utf8" "${f}" sed -i 's/\r$//' "${f}" %build pushd src %{__cxx} -o toga2 %{optflags} *.cpp %{build_ldflags} -lm -lpthread %install mkdir -p %{buildroot}/%{_bindir} cp -P src/toga2 %{buildroot}/%{_bindir} mkdir -p %{buildroot}/%{_mandir}/man6 cp -P %SOURCE1 %{buildroot}/%{_mandir}/man6 %files %license copying.txt %doc readme.txt %{_bindir}/toga2 %{_mandir}/man6/%{name}.6* %changelog * Sat Apr 24 2021 Davide Cavalca - 4.0-1 - Initial package