Summary: Program for making large letters out of ordinary text Name: figlet Version: 2.2.4 Release: 1 Group: Applications/Text License: BSD URL: http://www.figlet.org/ Source: ftp://ftp.figlet.org/pub/figlet/program/unix/%{name}-%{version}.tar.gz Patch0: figlet-2.2.4-manpagelocation.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description FIGlet is a program for making large letters out of ordinary text. %prep %setup -q %patch0 -p1 -b .manpagelocation # convert to utf-8 iconv -f iso8859-1 -t utf-8 figfont.txt > figfont.txt.conv && mv -f figfont.txt.conv figfont.txt %build make %{_smp_mflags} CFLAGS="%{optflags}" DEFAULTFONTDIR="%{_datadir}/figlet" DEFAULTFONTFILE="standard" %install rm -rf $RPM_BUILD_ROOT make install prefix="$RPM_BUILD_ROOT" BINDIR="$RPM_BUILD_ROOT%{_bindir}" MANDIR="$RPM_BUILD_ROOT%{_mandir}" DEFAULTFONTDIR="$RPM_BUILD_ROOT%{_datadir}/figlet" %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, 0755) %doc CHANGES FAQ LICENSE README figfont.txt %{_mandir}/man6/* %{_bindir}/* %{_datadir}/figlet/ %changelog * Thu Feb 3 2011 Patrick C. F. Ernzer 2.2.4-1 - Updated to release 2.2.4. - spec file cleanups * Wed Apr 19 2006 Dries Verachtert - 2.2.2-1 - Updated to release 2.2.2. * Sat Apr 08 2006 Dries Verachtert - 2.2.1-1.2 - Rebuild for Fedora Core 5. * Mon Jun 10 2003 Dag Wieers - 2.2.1-1 - Change executable permission of binaries. (Koenraad Heijlen) * Thu Apr 24 2003 Dag Wieers - 2.2.1-0 - Initial package. (using DAR)