]> git.pld-linux.org Git - packages/gcivserv.git/blame - gcivserv.spec
Environment patch from Wieslaw Kierbedz
[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
3bf62b20 3Summary(pl): Graficzny frontend dla serwera freeciv
9c54cf8d
JR
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/
3bf62b20 14BuildRequires: gettext-devel
9c54cf8d 15BuildRequires: gtk+-devel > 1.2.1
9c54cf8d 16Requires: freeciv
3bf62b20 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9c54cf8d
JR
18
19%description
3bf62b20
JB
20GTK front-end for server of freeciv - clone of Sid Meiers
21Civilization.
9c54cf8d
JR
22
23%description -l es
24GTK front-end por Clon del juego Civilization.
25
26%description -l pl
3bf62b20
JB
27Graficzny frontend dla serwera freeciv - klonu Civilization Sida
28Meiersa.
9c54cf8d
JR
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
40rm -rf $RPM_BUILD_ROOT
41install -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
9c54cf8d
JR
46install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Strategy
47install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
48
49%find_lang %{name}
50
51%clean
52rm -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.07643 seconds and 4 git commands to generate.