Summary: program for making large letters out of ordinary text Name: figlet Version: 2.2.5 Release: 1 Group: Applications/Text License: GPL URL: http://www.figlet.org/ Source0: ftp://ftp.figlet.org/pub/figlet/program/unix/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-aix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description FIGlet is a program for making large letters out of ordinary text. %prep %setup -q %patch0 %build make %{?_smp_mflags} DEFAULTFONTDIR="%{_datadir}/%{name}" %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc LICENSE CHANGES FAQ README %{_bindir}/* %{_mandir}/man6/* %{_datadir}/%{name} /usr/bin/* %changelog * Tue Jun 12 2012 Michael Perzl - 2.2.5-1 - updated to version 2.2.5 * Sat Jan 29 2011 Michael Perzl - 2.2.4-1 - updated to version 2.2.4 * Fri Jan 14 2011 Michael Perzl - 2.2.3-1 - first version for AIX5L v5.1 and higher