]> git.pld-linux.org Git - packages/dreamchess.git/blame - dreamchess.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/dreamchess.git] / dreamchess.spec
CommitLineData
5b46b6a9 1Summary: 3D chess game for X-Window
5cd99a88 2Summary(pl.UTF-8): Trójwymiarowe szachy dla X-Window
5b46b6a9 3Name: dreamchess
abb27f1f 4Version: 0.2.0
5b46b6a9 5Release: 1
abb27f1f 6License: GPL v3+
5b46b6a9 7Group: X11/Applications/Games
8Source0: http://download.berlios.de/dreamchess/%{name}-%{version}.tar.gz
abb27f1f 9# Source0-md5: 0e837e14819c1e7d0232c6beb4d5c185
5b46b6a9 10Source1: %{name}.desktop
11URL: http://www.dreamchess.org/
12BuildRequires: SDL-devel
13BuildRequires: SDL_image-devel
abb27f1f 14BuildRequires: SDL_mixer-devel
9b4401e3
JB
15BuildRequires: autoconf
16BuildRequires: automake
5b46b6a9 17BuildRequires: libjpeg-devel
abb27f1f 18BuildRequires: libogg-devel
5b46b6a9 19BuildRequires: libpng-devel
abb27f1f 20BuildRequires: libvorbis-devel
21BuildRequires: mxml
5b46b6a9 22BuildRequires: zlib-devel
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26DreamChess is an open source chess game. It features 3D OpenGL
27graphics and provides various chess board sets, ranging from classic
28wooden to flat figurines.
29
3b4fa75d
JR
30%description -l pl.UTF-8
31DreamChess jest darmową grą posiadającą otwarte źródła. Gra posiada
32grafikę 3D OpenGL i dostarcza zróżnicowane zestawy szachowe, począwszy
5b46b6a9 33od klasycznej drewnianej planszy i standardowych figur.
34
35%prep
36%setup -q
37
38%build
39%{__aclocal}
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43%configure
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
54install desktop/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc AUTHORS ChangeLog NEWS README
62%attr(755,root,root) %{_bindir}/*
63%{_datadir}/%{name}
64%{_desktopdir}/%{name}.desktop
65%{_pixmapsdir}/%{name}.png
66%{_mandir}/man6/*
This page took 0.088536 seconds and 4 git commands to generate.