]> git.pld-linux.org Git - packages/xbl.git/blob - xbl.spec
- release 2
[packages/xbl.git] / xbl.spec
1 Summary:        3D geometry game
2 Summary(de.UTF-8):      3D-Geometriespiel
3 Summary(es.UTF-8):      Juego geométrico en 3D
4 Summary(fr.UTF-8):      Jeu en géometrie 3D
5 Summary(pl.UTF-8):      Trójwymiarowa gra na zasadach tetrisa
6 Summary(pt_BR.UTF-8):   Jogo geométrico em 3d
7 Summary(tr.UTF-8):      Üç boyutlu geometri oyunu
8 Name:           xbl
9 Version:        1.1.5
10 Release:        2
11 License:        GPL
12 Group:          X11/Applications/Games
13 Source0:        http://www710.univ-lyon1.fr/ftp/xbl/%{name}-%{version}.tar.gz
14 # Source0-md5:  f618cb6fc20314683c20679d063e1b37
15 Source1:        %{name}.desktop
16 Source2:        %{name}.png
17 Patch0:         %{name}-config.patch
18 URL:            http://www710.univ-lyon1.fr/ftp/xbl/xbl.html
19 BuildRequires:  autoconf
20 BuildRequires:  xorg-lib-libXext-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _appdefsdir     %{_datadir}/X11/app-defaults
24
25 %description
26 A three dimensional version of a popular arcade game.
27
28 %description -l es.UTF-8
29 Una versión en tres dimensiones de un popular juego del tipo arcade.
30
31 %description -l de.UTF-8
32 Eine 3D-Version eines beliebten Spielhallen-Games.
33
34 %description -l fr.UTF-8
35 Version tri-dimensionnelle d'un célèbre jeu d'arcade.
36
37 %description -l pl.UTF-8
38 Trójwymiarowa wersja popularnej gry.
39
40 %description -l pt_BR.UTF-8
41 Uma versão em três dimensões de um popular jogo do tipo arcade.
42
43 %description -l tr.UTF-8
44 Popüler oyunun üç boyutlu bir sürümü.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 %{__autoconf}
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
63 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
64
65 # just copy of app-defaults
66 rm -f $RPM_BUILD_ROOT/var/games/xbl/Xbl
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc README xbl-README
74 %attr(2755,root,games) %{_bindir}/xbl
75 %{_datadir}/xbl
76 %{_appdefsdir}/Xbl
77 %{_mandir}/man6/xbl.6*
78 %{_desktopdir}/xbl.desktop
79 %{_pixmapsdir}/*
80 # score files are owner by first player - so don't allow him to modify...
81 %attr(770,root,games) %dir /var/games/xbl
This page took 0.12671 seconds and 4 git commands to generate.