source: projects/specs/trunk/n/nuclearchess/nuclearchess-vl.spec @ 1024

Revision 1024, 1.9 KB checked in by owa, 14 years ago (diff)

rebuilt pkgs about chess

Line 
1Summary:        Chess variant that cause surronding pieces to disappear
2Summary(ja):    チェスの変種 周囲の駒も消滅します。
3Name:           nuclearchess
4Version:        1.0.0
5Release:        2%{?_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 May 16 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.0-2
59- rebuilt with new environment
60
61* Wed Oct 08 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.0-1vl5
62- new upstream release
63- applied new versioning policy, spec in utf-8
64
65* Sun Jul 30 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.2-3vl3
66- rebuilt for VineSeed (4.0)
67- changed Group to Applications/Games
68
69* Sun May 22 2005 OOI Keita <ooi.keita@gmail.com> 0.9.2-3vl2
70- euc spec file
71
72* Mon Mar 14 2005 OOI Keita <ooi.keita@gmail.com> 0.9.2-3vl1
73- build
74- add desktop entry and icon
Note: See TracBrowser for help on using the repository browser.