Name: banihstypos Version: 0.1 Release: 1%{?dist} Summary: Improve your typing speed. Group: Applications/Networking License: GPL URL: http://www.vanheusden.com/banihstypos Source: http://www.vanheusden.com/banihstypos/banihstypos-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses %description Banihstypos (yes, that is the name) is a simple game to teach you typing, FAST. It helps you improve your typing by letting you type in a randomly selected word which scrolls by on the screen at an increasing speed. If the word hits the laser, you'll loose points. %prep %setup -q %build CFLAGS="%{optflags}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} # real destination %{__mkdir_p} %{buildroot}%{_bindir} %{__mkdir_p} %{buildroot}/usr/local/bin %{__make} install DESTDIR="%{buildroot}" # now move the files to where the aix toolbox wants them %{__mv} -f %{buildroot}/usr/local/bin/* %{buildroot}%{_bindir} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes license.txt readme.txt %{_bindir}/banihstypos %changelog * Sun May 27 2007 Folkert van Heusden - 0.1-1 - Initial release