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

Revision 9985, 4.0 KB checked in by munepi, 8 years ago (diff)

new upstream release

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