]> git.pld-linux.org Git - packages/gcivserv.git/blame - gcivserv.spec
- tabs in preamble
[packages/gcivserv.git] / gcivserv.spec
CommitLineData
9c54cf8d 1Summary: Graphical front-end for FREE CIVilization clone
d8228723
ER
2Summary(es.UTF-8): GTK+ front-end por Clon del juego Civilization
3Summary(pl.UTF-8): Graficzny frontend dla serwera freeciv
9c54cf8d
JR
4Name: gcivserv
5Version: 0.1b
f6e77d27 6Release: 3
6b79e345 7License: GPL v2
9c54cf8d
JR
8Group: X11/Applications/Games/Strategy
9Source0: http://www.hoeyer.de/projects/gcivserv/src/gCivServ-%{version}.tgz
2021f495 10# Source0-md5: 8118a8dfb67efff5ef0ee7592f9ae41e
9c54cf8d
JR
11Source1: %{name}.desktop
12Source2: %{name}.png
13Patch0: %{name}-pl_lang.patch
f63f30de 14Patch1: %{name}-enviroment.patch
9c54cf8d 15URL: http://www.freeciv.org/
576edb1f 16BuildRequires: autoconf
17BuildRequires: automake
3bf62b20 18BuildRequires: gettext-devel
9c54cf8d 19BuildRequires: gtk+-devel > 1.2.1
9c54cf8d 20Requires: freeciv
3bf62b20 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9c54cf8d
JR
22
23%description
f1d92f87 24GTK+ front-end for server of freeciv - clone of Sid Meiers
3bf62b20 25Civilization.
9c54cf8d 26
09a32f83 27%description -l es.UTF-8
f1d92f87 28GTK+ front-end por Clon del juego Civilization.
9c54cf8d 29
09a32f83 30%description -l pl.UTF-8
3bf62b20
JB
31Graficzny frontend dla serwera freeciv - klonu Civilization Sida
32Meiersa.
9c54cf8d
JR
33
34%prep
35%setup -q -n gCivServ-%{version}
36%patch0 -p1
f63f30de 37%patch1 -p1
9c54cf8d
JR
38
39%build
40%configure2_13 \
41 --with-gettext
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46install -d $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults \
9cf8fd36 47 $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
9c54cf8d
JR
48
49%{__make} install DESTDIR=$RPM_BUILD_ROOT
50
9cf8fd36 51install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
9c54cf8d
JR
52install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
53
54%find_lang %{name}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files -f %{name}.lang
60%defattr(644,root,root,755)
9c54cf8d 61%attr(755,root,root) %{_bindir}/*
9cf8fd36 62%{_desktopdir}/*.desktop
9c54cf8d 63%{_pixmapsdir}/*
This page took 0.032178 seconds and 4 git commands to generate.