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