%define real_version 222 Name: figlet Version: 2.2.2 Release: 1%{?dist} Summary: A program for making large letters out of ordinary text Group: Applications/Text License: AFL URL: http://www.figlet.org/ Source0: ftp://ftp.figlet.org/pub/figlet/program/unix/%{name}%{real_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description FIGlet is a program for making large letters out of ordinary text %prep %setup -q -n %{name}%{real_version} %build %{__make} %{?_smp_mflags} DEFAULTFONTDIR="%{_datadir}/%{name}" %install %{__rm} -rf %{buildroot} %{__mkdir} -p %{buildroot}%{_bindir} %{__mkdir} -p %{buildroot}%{_mandir}/man6 %{__make} install \ DESTDIR="%{buildroot}%{_bindir}" \ MANDIR="%{buildroot}%{_mandir}/man6" \ DEFAULTFONTDIR="%{buildroot}%{_datadir}/%{name}" \ INSTALL="%{__install} -c -p" %{__chmod} a+x %{buildroot}%{_bindir}/* %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES FAQ LICENSE README %{_bindir}/* %{_mandir}/man?/* %{_datadir}/%{name} %changelog * Wed Mar 11 2009 Ray Van Dolson - 2.2.2-1 - Initial creation