source: projects/specs/tags/6_0_REL/l/ltris/ltris-vl.spec @ 3200

Revision 3200, 2.4 KB checked in by munepi, 13 years ago (diff)

updated lbreakout2-vl.spec, ltris-vl.spec

Line 
1## -*- coding: utf-8-unix -*-
2Summary:        Tetlis game with multiplayer mode
3Summary(ja):    対戦型テトリス
4Name:           ltris
5Version:        1.0.16
6Release:        1%{?_dist_release}
7Source0:        %{name}-%{version}.tar.gz
8License:        GNU General Public License
9Group:          Applications/Games
10URL:            http://lgames.sourceforge.net/
11
12Requires:       SDL
13Requires:       SDL_mixer
14BuildRequires:  SDL-devel
15BuildRequires:  SDL_mixer-devel
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18
19Packager:       munepi
20
21%description
22LTris as a tetris clone: differently shaped blocks are falling down the
23rectangular playing field and can be moved sideways or rotated by 90 degree
24units with the aim of building lines without gaps which then disappear
25(causing any block above the deleted line to fall down). LTris has three
26game modes: In Classic you play until the stack of blocks reaches the top
27of the playing field and no new blocks can enter. In Figures the playing
28field is reset to a new figure each level and later on tiles and lines
29suddenly appear. In Multiplayer up to three players (either human or CPU)
30compete with each other sending removed lines to all opponents. And in
31Demo you can watch your CPU playing while enjoying a cup of tea!
32
33%prep
34%__rm -rf ${RPM_BUILD_ROOT}
35
36%setup -q
37
38%build
39%configure --prefix=%{_prefix}
40%__make
41
42%install
43%__rm -rf ${RPM_BUILD_ROOT}
44%__make DESTDIR=${RPM_BUILD_ROOT} install
45
46%find_lang %{name}
47
48%clean
49%__rm -rf ${RPM_BUILD_ROOT}
50
51
52%files -f %{name}.lang
53%defattr(-,root,root)
54%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
55%{_bindir}/ltris
56%{_datadir}/applications/ltris.desktop
57%{_datadir}/icons/ltris48.gif
58%{_datadir}/%{name}/figures
59%{_datadir}/%{name}/gfx
60%{_datadir}/%{name}/sounds
61%ghost %{_var}/ltris.hscr
62
63
64%changelog
65* Tue Mar 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.16-1
66- new upstream release
67
68* Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.15-1
69- new upstream release
70
71* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.14-1
72- new upstream release
73
74* Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.11-1vl5
75- applied new versioning policy, spec in utf-8
76
77* Sun Jun 3 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 1.0.11-0vl2
78- rebuild for VineSeed
79
80* Tue Mar 9 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 1.0.11-0vl1
81- initial build for Vine Linux
82
83# * Thu Oct 6 2005 1.0.11-0vl1
84# - initial build for Vine Linux
85
86# * Mon May 9 2005 1.0.10-0vl1
87# - initial build for Vine Linux
88
89# end of file
Note: See TracBrowser for help on using the repository browser.