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