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