]> git.pld-linux.org Git - packages/gcivserv.git/blame - gcivserv.spec
- "GTK+" unification (hope thats all)
[packages/gcivserv.git] / gcivserv.spec
CommitLineData
9c54cf8d 1Summary: Graphical front-end for FREE CIVilization clone
f1d92f87 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
f6e77d27 6Release: 3
9c54cf8d
JR
7License: GPL
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
JR
26
27%description -l es
f1d92f87 28GTK+ front-end por Clon del juego Civilization.
9c54cf8d
JR
29
30%description -l pl
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 \
47 $RPM_BUILD_ROOT{%{_applnkdir}/Games/Strategy,%{_pixmapsdir}}
48
49%{__make} install DESTDIR=$RPM_BUILD_ROOT
50
9c54cf8d
JR
51install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Strategy
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)
61%doc AUTHORS README ChangeLog NEWS
62%attr(755,root,root) %{_bindir}/*
63%{_applnkdir}/Games/Strategy/*
64%{_pixmapsdir}/*
This page took 0.101045 seconds and 4 git commands to generate.