1Name:           afternoonstalker
2Version:        1.1.6
3Release:        1%{?dist}
4Summary:        A robot-killing game
5Summary(fr):    Un jeu où l'on tue des robots
6
7Group:          Amusements/Games
8License:        GPLv2+
9URL:            http://sarrazip.com/dev/%{name}.html
10Source0:        http://sarrazip.com/dev/%{name}-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
13BuildRequires:  flatzebra-devel >= 0.1.7
14BuildRequires:  desktop-file-utils
15
16%description
17In Afternoon Stalker, you are in a
18two-dimensional maze where you are attacked by robots that
19shoot at you and that you must shoot down.  You must pick up a
20gun somewhere in the maze in order to have a few bullets to shoot.
21Avoid the spiders and the bats, which can paralyze you long enough
22for a robot to come and shoot you.  The bunker in the center is
23your only protection.
24
25%description -l fr
26Dans Afternoon Stalker, vous êtes dans un
27labyrinthe à deux dimensions où vous êtes attaqué par des
28robots qui vous tirent dessus et que vous devez abattre.  Vous devez
29ramasser un fusil quelque part dans le labyrinthe pour obtenir
30quelques balles à tirer.  Évitez les araignées et les chauves-souris,
31qui peuvent vous paralyser assez longtemps pour qu'un robot vienne
32vous tirer dessus.  Le bunker au centre est votre seule protection.
33
34
35%prep
36%setup -q
37
38
39%build
40%configure
41make %{?_smp_mflags}
42
43
44%install
45rm -fR $RPM_BUILD_ROOT
46make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="%{__install} -p"
47desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
48
49
50%clean
51rm -fR $RPM_BUILD_ROOT
52
53
54%files
55%defattr(-, root, root)
56%{_bindir}/%{name}
57%{_datadir}/%{name}
58%{_datadir}/pixmaps/%{name}.png
59%{_datadir}/sounds/%{name}
60%{_datadir}/applications/%{name}.desktop
61%{_mandir}/man6/%{name}.6.gz
62%doc %{_defaultdocdir}/*
63
64
65%changelog
66