# # Spec-file for TuxType version 0.6 # Summary: An educational typing tutor game starring Tux Name: tuxtype Version: 0.6 Release: 1 Copyright: GPL Group: Games/Educational Source: http://www.geekcomix.com/dm/tuxtype/ URL: http://www.geekcomix.com/dm/tuxtype/ Distribution: Digital Monkey Software Vendor: Digital Monkey Software Packager: Sam "Criswell" Hart %description Tux Typing is an educational typing tutor game starring Tux, the Linux penguin. It is graphical and requires SDL to run. This is currently a development release, as such not all the features are presently available and it may not be completely stable. %prep rm -rf $RPM_BUILD_DIR/tuxtype-0.6 zcat $RPM_SOURCE_DIR/tuxtype-0.6.tar.gz | tar -xvf - %build cd tuxtype-0.6 make %install cd tuxtype-0.6 make install %files %docdir /usr/doc/tuxtype /usr/doc/tuxtype /usr/local/share/tuxtype /usr/local/bin/tuxtype