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