source: projects/specs/branches/6/l/lbreakout2/lbreakout2-vl.spec @ 6710

Revision 6710, 3.8 KB checked in by munepi, 12 years ago (diff)

added lbreakout2-vl.spec

Line 
1Summary:        LBreakout2 is a breakout-style arcade game in the manner of Arkanoid
2Summary(ja):    ネット対戦ができるブロックくずしのアーケードゲーム第2弾
3Name:           lbreakout2
4Version:        2.6.4
5Release:        1%{?_dist_release}
6Source0:        %{name}-%{version}.tar.gz
7License:        GPLv2
8Group:          Applications/Games
9URL:            http://lgames.sourceforge.net/
10
11Requires(post,postun): desktop-file-utils
12Requires:       SDL SDL_mixer SDL_net
13Requires:       libpng
14BuildRequires:  SDL-devel SDL_mixer-devel SDL_net-devel
15BuildRequires:  libpng-devel
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18
19Packager:       munepi
20
21%description
22The successor to LBreakout offers you a new challenge in more than 50
23levels with loads of new bonuses (goldshower, joker, explosive balls,
24bonus magnet ...), maluses (chaos, darkness, weak balls, malus magnet ...)
25and special bricks (growing bricks, explosive bricks, regenerative
26bricks ...). If you are hungry for more you can create your own levelsets
27with the integrated level editor. There is also an experimental two player
28mode (via LAN) available.
29
30%description -l ja
31LGames プロジェクトのネット対戦ができるブロックくずしの
32アーケードゲーム第2弾です。
33
34
35%prep
36%__rm -rf ${RPM_BUILD_ROOT}
37
38%setup -q
39
40%build
41%configure --prefix=%{_prefix} \
42           --localstatedir=%{_localstatedir}/games \
43           ;
44%__make
45
46%install
47%__rm -rf ${RPM_BUILD_ROOT}
48%__make DESTDIR=${RPM_BUILD_ROOT} install
49
50# remove unpackaged files
51%__rm -rf ${RPM_BUILD_ROOT}/usr/doc
52
53%find_lang %{name}
54
55%clean
56%__rm -rf ${RPM_BUILD_ROOT}
57
58%post
59# touch --no-create %{_datadir}/icons/hicolor
60# if [ -x %{_bindir}/gtk-update-icon-cache ]; then
61#   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
62# fi
63%{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
64
65%postun
66%{_bindir}/update-desktop-database --quiet %{_datadir}/applications
67# touch --no-create %{_datadir}/icons/hicolor
68# if [ -x %{_bindir}/gtk-update-icon-cache ]; then
69#   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
70# fi || :
71
72
73%files -f %{name}.lang
74%defattr(-,root,root)
75%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README README-SDL.txt TODO
76%doc docs/*.jpg docs/index.html
77%{_bindir}/lbreakout2
78%{_bindir}/lbreakout2server
79%{_datadir}/applications/lbreakout2.desktop
80%{_datadir}/icons/lbreakout48.gif
81%{_datadir}/%{name}/gfx
82%{_datadir}/%{name}/gui_theme
83%{_datadir}/%{name}/levels
84%{_datadir}/%{name}/sounds
85%ghost %{_localstatedir}/games/lbreakout2.hscr
86
87
88%changelog
89* Sat Aug 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.4-1
90- new upstream release
91
92* Sat Feb 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.3-2
93- fixed License tag
94- added Requires(post,postun): desktop-file-utils
95- moved game score file to /var/games
96
97* Tue Mar 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.3-1
98- new upstream release
99
100* Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.2-1
101- new upstream release
102
103* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.1-1
104- new upstream release
105
106* Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 2.6beta-3.b7
107- fixed Japanese desctiption
108
109* Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 2.6beta-2.b7
110- added Japanese desctiption
111
112* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 2.6beta-1.b7vl5
113- applied new versioning policy, spec in utf-8
114
115* Sun Jun 3 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.6beta-0vl0.7.1
116- rebuild for VineSeed
117
118* Tue Mar 9 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.6beta-0vl0.7
119- initial build for Vine Linux
120
121# * Sun Dec 11 2005 2.6beta-0vl5
122# - Update to 2.6beta-5
123
124# * Fri Nov 11 2005 2.6beta-0vl3
125# - Update to 2.6beta-3
126
127# * Mon Oct 17 2005 2.6beta-0vl2
128# - fix depended packages
129
130# * Mon May 9 2005 2.6beta-0vl1
131# - initial build for Vine Linux
132
133# end of file
Note: See TracBrowser for help on using the repository browser.