]> git.pld-linux.org Git - packages/qstat.git/blob - qstat.spec
- Updated to 2.6. (by Robert Kurowski)
[packages/qstat.git] / qstat.spec
1 Summary:        Game server browsing utility (mostly FPP/FPS)
2 Summary(pl):    Przegl±darka serwerów gier (g³ównie FPP/FPS)
3 Name:           qstat
4 Version:        2.6
5 Release:        1
6 License:        Artistic
7 Group:          Applications/Games
8 Source0:        http://voxel.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  68e96ea9dd444ddd7759db02444d398a
10 URL:            http://www.qstat.org/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 qstat is a command-line program that displays information about
15 Internet game servers.
16
17 Games supported include Quake, QuakeWorld, Hexen II, Quake II,
18 HexenWorld, Unreal, Half-Life, Sin, Shogo, Tribes, Tribes 2,
19 Quake III: Arena, BFRIS, Kingpin, and Heretic II, Unreal Tournament,
20 Soldier of Fortune, Rogue Spear, Redline, Turok II, Blood 2,
21 Descent 3, Drakan, KISS, Nerf Arena Blast, Rally Master, Terminous,
22 Wheel of Time and Daikatana.
23
24 Note for Tribes 2: qstat only supports Tribes 2 builds numbered 22075
25 or higher.
26
27 %description -l pl
28 qstat jest dzia³aj±cym z linii poleceñ programem pokazuj±cym
29 informacje o internetowych serwerach gier.
30
31 Posiada on wsparcie m. in. dla gier: Quake, QuakeWorld, Hexen II,
32 Quake II, HexenWorld, Unreal, Half-Life, Sin, Shogo, Tribes, Tribes 2,
33 Quake III: Arena, BFRIS, Kingpin, and Heretic II, Unreal Tournament,
34 Soldier of Fortune, Rogue Spear, Redline, Turok II, Blood 2,
35 Descent 3, Drakan, KISS, Nerf Arena Blast, Rally Master, Terminous,
36 Wheel of Time i Daikatana.
37
38 Uwaga dotycz±ca Tribes 2: qstat wspiera jedynie Tribes 2 w wersji
39 (build) 22075 i wy¿szych.
40
41 %prep
42 %setup -q -n %{name}-%{version}
43
44 %build
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_bindir}
50
51 install qstat $RPM_BUILD_ROOT%{_bindir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc LICENSE.txt CHANGES.txt qstat.cfg contrib.cfg qstatdoc.html template info
59 %attr(755,root,root) %{_bindir}/qstat
This page took 0.08642 seconds and 3 git commands to generate.