source: projects/specs/trunk/s/supertux/supertux-vl.spec @ 4168

Revision 4168, 2.5 KB checked in by kazutaka, 13 years ago (diff)

Vine Linux 6 向けに更新

Line 
1Summary:        Super Mario Bros like 2D jump 'n run sidescroller game.
2Summary(ja):    スーパーマリオブラザース風の 2D 横スクロールゲーム
3Name:           supertux
4Version:        0.1.3
5Release:        2%{?_dist_release}
6Source0:        %{name}-%{version}.tar.bz2
7Patch0:         supertux-0.1.3-gcc4.patch
8License:        GPL
9Group:          Applications/Games
10URL:            http://super-tux.sf.net/
11
12Requires:       mesa-libGL
13BuildRequires:  SDL-devel >= 1.2.4
14BuildRequires:  SDL_image-devel
15BuildRequires:  SDL_mixer-devel >= 1.2.7
16BuildRequires:  zlib-devel
17BuildRequires:  xorg-x11-devel
18BuildRequires:  mesa-libGL-devel
19BuildRequires:  mesa-libGLU-devel
20
21BuildRoot:      %{_tmppath}/%{name}-%{version}-root
22
23Vendor:         Project Vine
24Distribution:   Vine Linux
25
26%description
27SuperTux is a 2D jump 'n run sidescroller game, with strong inspiration
28from the Super Mario Bros games for Nintendo.
29
30Run and jump through multiple worlds, fighting off enemies by jumping
31on them or bumping them from below.  Grabbing power-ups and other stuff
32on the way.
33 
34%description -l ja
35SuperTux は 任天堂のスーパーマリオブラザースから強い影響を浮けた
362D の横スクロールゲームです。
37
38複数のステージを走ったりジャンプしたりしながら、敵の上にジャンプしたり
39下から突き上げたりして戦うゲームです。また途中でパワーアップアイテムや
40その他のアイテムが手に入れられます。
41
42
43%prep
44%setup -q
45%patch0 -p0 -b .gcc4
46
47%build
48%configure \
49    --disable-dependency-tracking \
50    ;
51%__make
52
53
54%install
55%__rm -rf ${RPM_BUILD_ROOT}
56%makeinstall
57
58
59%clean
60%__rm -rf ${RPM_BUILD_ROOT}
61
62
63%files
64%defattr(-,root,root)
65%doc AUTHORS COPYING ChangeLog INSTALL LEVELDESIGN
66%doc NEWS README TODO
67%{_bindir}/supertux
68%{_datadir}/applications/supertux.desktop
69%{_datadir}/supertux
70%{_datadir}/pixmaps/supertux.png
71
72%changelog
73* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.1.3-2
74- rebuild for Vine Linux 6
75- remove dependency information for Vine Linux 4
76- add Vendor and Distribution tag
77- add BuildRequires: mesa-libGLU-devel
78
79* Sun Jan 25 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.1.3-1
80- apply new versioning policy
81- spec in utf-8
82- apply supertux-0.1.3-gcc4.patch for vl5
83- added Requires:
84  - mesa-libGL (for vl5)
85  - XOrg-gl (for vl4)
86- added BuildRequires:
87  - xorg-x11-devel (for vl5)
88  - mesa-libGL-devel (for vl5)
89  - XOrg-devel (for vl4)
90  - XOrg-gl-devel (for vl4)
91
92* Sat Mar 10 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1.3-0vl1
93- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.