1Name: lbreakout
2Version: 010315
3Release: 3cl
4Summary: The classical Breakout game improved a lot
5Summary(pt_BR): O clssico jogo Breakout agora turbinado
6Summary(es): The classical Breakout game improved a lot
7Group: Games
8Group(pt_BR): Jogos
9Group(es): Juegos
10License: GPL
11URL: http://lgames.sourceforge.net/%{name}/%{name}.html
12Source: http://download.sourceforge.net/lgames/%{name}-%{version}.tar.gz
13Patch: %{name}-highscoredir.patch
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16%description
17LBreakout is a classical Breakout game, improved with the powers of
18the SDL library. Its features include: sound, highscore, a menu with
19mouse support, mouse or keyboard can be used for playing, controls can
20be redefined, your starting level can be chosen, a difficulty can be
21selected (easy, medium, hard), various backgrounds, a lot of
22collectable extras, nice graphics, cool effects and own levels can be
23created. Give it a try!
24
25%description -l pt_BR
26O LBreakouto clssico Breakout, de destruir tijolos com a bolinha,
27turbinado com os poderes da biblioteca SDL. Suas caractersticas
28incluem: som, recordes, menu com suporte a mouse, jogvel com teclado
29ou mouse, comandos redefinveis, nvel inicial escolhvel, trs nveis
30de dificuldade (fcil, mdio e difcil), vrios fundos de tela, vrios
31bnus para coletar, grficos bonitos, efeitos legais e vocpode criar
32seus prprios nveis. Jogue!
33
34%description -l es
35LBreakout is a classical Breakout game, improved with the powers of
36the SDL library. Its features include: sound, highscore, a menu with
37mouse support, mouse or keyboard can be used for playing, controls can
38be redefined, your starting level can be chosen, a difficulty can be
39selected (easy, medium, hard), various backgrounds, a lot of
40collectable extras, nice graphics, cool effects and own levels can be
41created. Give it a try!
42
43%prep
44%setup -q
45%patch
46
47%build
48%configure --datadir=%{_datadir}
49make
50
51%install
52mkdir -p %{buildroot}/%{_localstatedir}/games
53%makeinstall DESTDIR=%{buildroot} bindir=%{_prefix}/games
54
55%clean
56rm -rf %{buildroot}
57
58%files
59%defattr(0644,root,root,0755)
60%doc AUTHORS COPYING README ChangeLog %{name}/manual
61%attr(2755,root,games) %{_prefix}/games/%{name}
62%{_datadir}/games/%{name}
63%attr(0664,root,games) %config %{_localstatedir}/games/%{name}.hscr
64
65%changelog
66* Thu Nov 30 2000 aurlio marinho jargas <aurelio@conectiva.com>
67+ lbreakout-001104-3cl
68- spec file cleanup
69
70* Wed Nov 29 2000 aurlio marinho jargas <aurelio@conectiva.com>
71+ lbreakout-001104-2cl
72- score file is now marked as config
73
74* Fri Nov 27 2000 aurlio marinho jargas <aurelio@conectiva.com>
75+ lbreakout-001104-1cl
76- changed datadir and highscores dir
77- adopted
78