]> git.pld-linux.org Git - packages/gcivserv.git/blob - gcivserv.spec
- removed Ra-specific prefix, BR: gettext-devel, cosmetics
[packages/gcivserv.git] / gcivserv.spec
1 Summary:        Graphical front-end for FREE CIVilization clone
2 Summary(es):    GTK front-end por Clon del juego Civilization
3 Summary(pl):    Graficzny frontend dla serwera freeciv
4 Name:           gcivserv
5 Version:        0.1b
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications/Games/Strategy
9 Source0:        http://www.hoeyer.de/projects/gcivserv/src/gCivServ-%{version}.tgz
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-pl_lang.patch
13 URL:            http://www.freeciv.org/
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+-devel > 1.2.1
16 Requires:       freeciv
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 GTK front-end for server of freeciv - clone of Sid Meiers
21 Civilization.
22
23 %description -l es
24 GTK front-end por Clon del juego Civilization.
25
26 %description -l pl
27 Graficzny frontend dla serwera freeciv - klonu Civilization Sida
28 Meiersa.
29
30 %prep
31 %setup -q -n gCivServ-%{version}
32 %patch0 -p1
33
34 %build
35 %configure2_13 \
36         --with-gettext
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults \
42         $RPM_BUILD_ROOT{%{_applnkdir}/Games/Strategy,%{_pixmapsdir}}
43
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45
46 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Strategy
47 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS README ChangeLog NEWS
57 %attr(755,root,root) %{_bindir}/*
58 %{_applnkdir}/Games/Strategy/*
59 %{_pixmapsdir}/*
This page took 0.071365 seconds and 4 git commands to generate.