]> git.pld-linux.org Git - SPECS.git/blob - nuclearchess.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / nuclearchess.spec
1 Summary:        An explosive chess variant
2 Summary(pl.UTF-8):      Wybuchowy wariant szachów
3 Name:           nuclearchess
4 Version:        1.0.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://user.cs.tu-berlin.de/~karlb/nuclearchess/%{name}-%{version}.tar.gz
9 # Source0-md5:  c36b0cec8ff1bf3525a12aaf8a9c53fe
10 URL:            http://www.linux-games.com/nuclearchess/
11 BuildRequires:  SDL-devel >= 1.2.0
12 BuildRequires:  SDL_image-devel >= 1.2.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 NuclearChess is a chess variant. Whenever a piece is captured, both
19 pieces and all pieces on neighbour fields die.
20
21 %description -l pl.UTF-8
22 NuclearChess jest wariantem szachów. Gdy figura zostaje pojmana, obie
23 figury wraz ze wszystkimi figurami na sąsiednich polach giną.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog README
47 %attr(755,root,root) %{_bindir}/*
48 %{_datadir}/%{name}
This page took 0.131733 seconds and 3 git commands to generate.