source: projects/specs/branches/6/n/nuclearchess/nuclearchess-vl.spec @ 6364

Revision 6364, 2.0 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild or update packages

Line 
1Summary:        Chess variant that cause surronding pieces to disappear
2Summary(ja):    チェスの変種 周囲の駒も消滅します。
3Name:           nuclearchess
4Version:        1.0.0
5Release:        3%{?_dist_release}
6License:        GPL
7Source:         %{name}-%{version}.tar.gz
8Source1:        %{name}.desktop
9Source2:        %{name}.png
10Group:          Applications/Games
11URL:            http://www.linux-games.com/nuclearchess/
12Buildroot:      %{_tmppath}/%{name}-%{version}-root
13BuildRequires:  SDL_image-devel
14Requires:       SDL_image
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20NuclearChess is a chess variant. Whenever a piece is captured, both
21pieces and all pieces on neighbour fields die.
22
23%description -l ja
24チェスの変種。
25駒同士がぶつかった時、二つの駒と周囲の駒が消滅します。
26
27%prep
28%setup -q
29
30%build
31%configure --datadir=%{_datadir} --bindir=%{_bindir}
32make
33
34%install
35rm -rf %{buildroot}
36%makeinstall
37
38# install desktop
39mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
40install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
41
42# install icon
43mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps
44install -p -m 0644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps/%{name}.png
45
46%clean
47rm -rf %{buildroot}
48
49%files
50%defattr(-, root, root)
51%doc AUTHORS ChangeLog COPYING README
52%{_bindir}/*
53%{_datadir}/%{name}
54%{_datadir}/pixmaps/%{name}*
55%{_datadir}/applications/%{name}*
56
57%changelog
58* Sun Jun 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-3
59- rebuild with Vine6 environment
60
61* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.0-2
62- rebuilt with new environment
63
64* Wed Oct 08 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.0-1vl5
65- new upstream release
66- applied new versioning policy, spec in utf-8
67
68* Sun Jul 30 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.2-3vl3
69- rebuilt for VineSeed (4.0)
70- changed Group to Applications/Games
71
72* Sun May 22 2005 OOI Keita <ooi.keita@gmail.com> 0.9.2-3vl2
73- euc spec file
74
75* Mon Mar 14 2005 OOI Keita <ooi.keita@gmail.com> 0.9.2-3vl1
76- build
77- add desktop entry and icon
Note: See TracBrowser for help on using the repository browser.