Summary: Command-line utility for rendering images of text with AA/TTF support Name: gozer Version: 0.7 Release: 1.n0i.1%{?dist} License: BSD Group: Applications/Multimedia URL: http://linuxbrit.co.uk/gozer/ Source: http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: giblib-devel imlib2-devel %description %{name} is a commandline text rendering utility for creating images from abitrary text in antialiased truetype fonts using optional font styles, word wrapping and layout control. %{name} uses the imlib2 library to create and save images. Install %{name} to be able to create images with antialias and truetype font support from the commandline. %prep %setup -q %build [ -e ./configure ] || ./autogen.sh %configure %{__make} %{?_smp_flags} %install %{__rm} -rf $RPM_BUILD_ROOT %makeinstall %{__rm} -rf $RPM_BUILD_ROOT/usr/doc $RPM_BUILD_ROOT/usr/share/gozer %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README AUTHORS ChangeLog TODO %{_bindir}/* %{_mandir}/man*/* %changelog * Mon Aug 28 2006 Marius FERARU - 0.7-1.n0i.1 - initial packaging