source: projects/specs/trunk/t/tuxtype/tuxtype-vl.spec @ 521

Revision 521, 3.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:      An educational typing tutor game starring Tux
2Summary(ja):  Tux ¤¬¼ç¿Í¸ø¤Î¥¿¥¤¥Ô¥ó¥°Îý½¬¥²¡¼¥à
3
4Name:         tuxtype
5Version:      1.0.1
6Release:      1vl1
7License:      GPL
8Group:        Applications/Games
9Source0:      http://prdownloads.sourceforge.net/tuxtype/tuxtype-%{version}.tar.gz
10## Vine Patch(es)
11Patch100:     tuxtype-1.0.1-dataprefix.patch
12
13URL:          http://www.geekcomix.com/dm/tuxtype/
14
15BuildRoot:    %{_tmppath}/%{name}-%{version}-root
16
17BuildPreReq:  SDL-devel >= 1.2.0, SDL_image-devel, SDL_mixer-devel
18BuildRequires: autoconf213
19
20
21%description
22Tux Typing is an educational typing tutor game starring Tux, the Linux
23penguin. It is graphical and requires SDL to run. This is a stable
24release.
25
26%description -l ja
27Tux Typing ¤Ï¡¤Linux ¥Ú¥ó¥®¥ó¤Î Tux ¤¬³èÌö¤¹¤ë¥¿¥¤¥Ô¥ó¥°Îý½¬¥²¡¼¥à¤Ç¤¹¡¥
28Æ°ºî¤Ë¤Ï SDL ¤¬É¬ÍפȤʤê¤Þ¤¹¡¥
29
30
31%prep
32%setup -q
33%patch100 -p1
34
35find . -type f | \
36    xargs perl -p -i -e 's|\$\(prefix\)/tuxtype|\$\(datadir\)/tuxtype|'
37
38
39%build
40autoconf-2.13
41%configure
42make
43
44
45%install
46rm -rf %{buildroot}
47%makeinstall
48
49
50%clean
51rm -rf %{buildroot}
52
53
54%files
55%defattr(-,root,root)
56%doc AUTHORS COPYING ChangeLog INSTALL* README* TODO
57%doc tuxtype/*/README_*.TXT tuxtype/docs/*/index*
58
59%{_datadir}/tuxtype
60%{_bindir}/tuxtype
61
62
63%changelog
64* Sun Jul  2 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-1vl1
65- rebuilt with new toolchains
66- changed Group to Applications/Games
67- s/Copyright/License/
68
69* Tue Sep 25 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.1-1vl0
70- based on 1.0.1-1 and modified "arege" spec too much :-P
71
72* Wed Aug 01 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
73Tweaked gameplay & menu speeds. Prep for 1.0 release
74
75* Fri Jul 27 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
76Fixed word cascade LinuxPPC/Win32 crashing bug
77
78* Sun Jul 15 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
79Added alpha blit option for fast word emphasis. Prepping for 1.0pre1 rel.
80
81* Fri Jul 13 2001 Jesse Andrews <jdandr2@pop.uky.edu>
82Fixed clipping blit bug as well as menu glitches
83
84* Sat Jul 07 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
85Added preliminary theme support
86
87* Tue Jun 20 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
88Added keyboard support to main menu
89
90* Sat Jun 16 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
91Fixed tutorial screen crashing bug. Other minor work. Prepping for 0.9 rel.
92
93* Fri Jun 15 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
94Better Kdevelop/SDL integration to fix non-POSIX OS support (first Win32 release).
95
96* Tue Jun 12 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
97Further Tutorial stabilization work.
98
99* Sat Jun 09 2001 Jesse Andrews <jdandr2@sheffield.cslab.uky.edu>
100Fixed several small problems with Tutorial/Main screen bug.
101
102* Sat May 19 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
103Fixed GIF->PNG and "yellow outline" in gameplay bugs.
104
105* Mon May 14 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
106Packaged up the 0.8 release.
107
108* Fri May 04 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
109RPM ChangeLog began. For previous changes, see ChangeLog.old
110
Note: See TracBrowser for help on using the repository browser.