]> git.pld-linux.org Git - packages/alienarena2007.git/blame - alienarena2007.spec
- pl
[packages/alienarena2007.git] / alienarena2007.spec
CommitLineData
85a1d0f5
MWP
1%define relyear 2007
2%define dateversion 20070613
3#
4Summary: Alien Arena - freeware online deathmatch FPS game
7e4ef8ec 5Summary(pl.UTF-8): Alien Arena - darmowa gra sieciowa typu FPS deathmatch
85a1d0f5 6Name: alienarena%{relyear}
811614d6 7Version: 6.10
85a1d0f5
MWP
8Release: 0.1
9License: GPL
10Group: X11/Applications/Games
11Source0: http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/%{name}-%{dateversion}-linux.zip
811614d6 12# Source0-md5: 65d2948fa636cbc28c82da2264df2fea
85a1d0f5 13URL: http://red.planetarena.org/
7e4ef8ec
JB
14BuildRequires: OpenGL-GLU-devel
15BuildRequires: SDL-devel
3ec62466 16BuildRequires: dos2unix
85a1d0f5 17BuildRequires: libjpeg-devel
85a1d0f5
MWP
18BuildRequires: rpmbuild(macros) >= 1.228
19BuildRequires: xorg-lib-libX11-devel
20BuildRequires: xorg-lib-libXext-devel
85a1d0f5
MWP
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24ALIEN ARENA is a standalone 3D first person online deathmatch shooter
25crafted from the original source code of Quake II and Quake III,
26released by id Software under the GPL license. With features including
7e4ef8ec 2732-bit graphics, new particle engine and effects, light blooms,
85a1d0f5
MWP
28reflective water, hi resolution textures and skins, hi poly models,
29stain maps, ALIEN ARENA pushes the envelope of graphical beauty
30rivaling today's top games.
31
32The game features 37 levels, which can be played online against other
33players, or against the built in CodeRED bots.
34
7e4ef8ec 35Alien Arena offers CTF, AOA (All Out Assault) mode, in which players
85a1d0f5
MWP
36can climb into vehicles to do battle, Deathball, and Team Core
37Assault. Simply go into the multiplayer menu to start a server, change
38the game rules, and choose a map to play on. You can also select from
7e4ef8ec 39five different mutators (instagib, rocket arena, excessive, low grav,
85a1d0f5
MWP
40regen, and vampire) to further customize your game experience.
41
7e4ef8ec
JB
42%description -l pl.UTF-8
43ALIEN ARENA to samodzielna trójwymiarowa strzelanina online FPP z
44trybem deathmatch, wywodząca się z oryginalnego kodu źródłowego Quake
45II i Quake III, wydanego przez id Software na licencji GPL. Z cechami
46obejmującymi 32-bitową grafikę, nowy silnik i efekty, światła,
47odbijającą wodę, wysokiej rozdzielczości tekstury i skórki, modele z
48dużej liczby wielokątów, mapy plam ALIEN ARENA dorównuje graficznemu
49pięknu dzisiejszych wiodących gier.
50
51Gra zawiera 37 poziomów, w które można grać online przeciwko innym
52graczom lub wbudowanym botom CodeRED.
53
54Alien Arena ofertuje tryby: CTF, AOA (All Out Assault), w którym
55gracze mogą wchodzić na pojazdy uczestnicząc w bitwach, Deathball i
56Team Core Assault. Wystarczy w menu gry dla wielu graczy uruchomić
57serwer, zmienić zasady gry i wybrać mapę. Można także wybrać jedną z
58pięciu różnych modyfikacji (instagib, rocket arena, excessive, low
59grav, regen i vampire) aby jeszcze bardziej zmieniać doznania graczy.
60
85a1d0f5
MWP
61%package server
62Summary: Alien Arena - server
7e4ef8ec 63Summary(pl.UTF-8): Alien Arena - serwer
85a1d0f5 64Group: X11/Applications/Games
7e4ef8ec 65Requires(post,preun): /sbin/chkconfig
85a1d0f5
MWP
66
67%description server
68The dedicated server for Alien Arena.
69
7e4ef8ec
JB
70%description server -l pl.UTF-8
71Dedykowany serwer dla gry Alien Arena.
72
85a1d0f5
MWP
73%package data
74Summary: Alien Arena - the data, botinfo, and arena files
7e4ef8ec 75Summary(pl.UTF-8): Alien Arena - pliki danych i botinfo
85a1d0f5
MWP
76Group: X11/Applications/Games
77
78%description data
79This package installs the data, botinfo, and arena files needed to run
80Alien Arena.
81
7e4ef8ec
JB
82%description data -l pl.UTF-8
83Ten pakiet instaluje pliki danych i botinfo potrzebne do uruchomienia
84gry Alien Arena.
85
85a1d0f5
MWP
86%prep
87%setup -q -n %{name}
88rm -f ../GH3D.txt ../GamersHell.url
89
1289d1af
MWP
90for file in lst cfg txt html lng h c ; do
91 find ./ -noleaf -type f -name \*.$file -exec dos2unix '{}' \;
92done
85a1d0f5
MWP
93
94%build
95%{__make} \
96 CFLAGS="%{rpmcflags} -ldl" \
97 LDFLAGS="%{rpmldflags}"
98
99%install
100rm -rf $RPM_BUILD_ROOT
101
102%{__make} install \
103 DESTDIR=$RPM_BUILD_ROOT
104
105%clean
106rm -rf $RPM_BUILD_ROOT
107
108%post server
109/sbin/chkconfig --add %{name}
110%service %{name} restart
111
112%preun server
113if [ "$1" = "0" ]; then
114 %service -q %{name} stop
115 /sbin/chkconfig --del %{name}
116fi
117
118%files
119%defattr(644,root,root,755)
120%doc changelog README
7e4ef8ec 121%lang(nl) %doc docs/AA Dutch.txt
85a1d0f5
MWP
122%lang(fr) %doc docs/AA French.txt
123%lang(de) %doc docs/AA German.txt
7e4ef8ec 124%lang(el) %doc docs/AA Greek.txt
85a1d0f5
MWP
125%lang(hu) %doc docs/AA Hungarian.txt
126%lang(it) %doc docs/AA Italian.txt
127%lang(pl) %doc docs/AA Polish.txt
7e4ef8ec 128%lang(pt) %doc docs/AA Portuguese.txt
85a1d0f5
MWP
129%lang(ru) %doc docs/AA Russian.txt
130%lang(es) %doc docs/AA_ES.txt
131%attr(755,root,root) %{_bindir}/alien-arena
132%{_desktopdir}/alien-arena.desktop
133%{_pixmapsdir}/alien-arena.xpm
134
135%files data
136%defattr(644,root,root,755)
137
138%files server
139%defattr(644,root,root,755)
7e4ef8ec 140# XXX: dup
85a1d0f5
MWP
141%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
142%attr(754,root,root) /etc/rc.d/init.d/%{name}
143%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
144%attr(755,root,root) %{_bindir}/alien-arena-server
145alien-arena/crded
146alien-arena/kill-runaway-crded
147alien-arena/launch-server
148alien-arena/rcon
149alien-arena/svstat
7e4ef8ec 150%{_mandir}/man6/alien-arena-server.6*
This page took 0.123045 seconds and 4 git commands to generate.