source: projects/specs/trunk/l/lbreakout2/lbreakout2-vl.spec @ 8867

Revision 8867, 3.9 KB checked in by munepi, 10 years ago (diff)

rebuilt with current environment

Line 
1Summary:        LBreakout2 is a breakout-style arcade game in the manner of Arkanoid
2Summary(ja):    ネット対戦ができるブロックくずしのアーケードゲーム第2弾
3Name:           lbreakout2
4Version:        2.6.4
5Release:        2%{?_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* Sun Jul 13 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.4-2
90- rebuilt with current environment
91
92* Sat Aug 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.4-1
93- new upstream release
94
95* Sat Feb 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.3-2
96- fixed License tag
97- added Requires(post,postun): desktop-file-utils
98- moved game score file to /var/games
99
100* Tue Mar 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.3-1
101- new upstream release
102
103* Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.2-1
104- new upstream release
105
106* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2.6.1-1
107- new upstream release
108
109* Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 2.6beta-3.b7
110- fixed Japanese desctiption
111
112* Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 2.6beta-2.b7
113- added Japanese desctiption
114
115* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 2.6beta-1.b7vl5
116- applied new versioning policy, spec in utf-8
117
118* Sun Jun 3 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.6beta-0vl0.7.1
119- rebuild for VineSeed
120
121* Fri Mar 9 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.6beta-0vl0.7
122- initial build for Vine Linux
123
124# * Sun Dec 11 2005 2.6beta-0vl5
125# - Update to 2.6beta-5
126
127# * Fri Nov 11 2005 2.6beta-0vl3
128# - Update to 2.6beta-3
129
130# * Mon Oct 17 2005 2.6beta-0vl2
131# - fix depended packages
132
133# * Mon May 9 2005 2.6beta-0vl1
134# - initial build for Vine Linux
135
136# end of file
Note: See TracBrowser for help on using the repository browser.