Name: figlet Version: 2.2.5 Release: 3 Summary: FIGlet is a program for making large letters out of ordinary text License: BSD URL: http://www.figlet.org/ Source0: https://github.com/cmatsuoka/figlet/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: figlet-fix-man-install-path.patch Patch1: fix-install-prefix-path.patch BuildRequires: gcc autoconf automake %description FIGlet can create characters in many different styles and can kern and "smush" these characters together in various ways. FIGlet output is generally reminiscent of the sort of "signatures" many people like to put at the end of e-mail and UseNet messages. %prep %setup -q -n %{name}-%{version}/ %patch0 -p1 %patch1 -p1 %build %make_build %install %make_install %pre %preun %post %postun %check %files %license LICENSE %doc CHANGES README FAQ %{_bindir}/* %{_mandir}/* /usr/share/%{name}/ %changelog * Wed Jun 16 2021 He Rengui - 2.2.5-3 - fix: showfigfonts cannot found flf files - allow generating debugsource package * Tue Oct 13 2020 liqingqing_1229 - update source0 * Sun Mar 29 2020 Wei Xiong - Package init