]> git.pld-linux.org Git - packages/gcivserv.git/blobdiff - gcivserv.spec
- tabs in preamble
[packages/gcivserv.git] / gcivserv.spec
index 24e2ac56c890a982da2a2039e90daf116625dc2d..a5c4e2415e43ae184865b58c578f906a6a1f801c 100644 (file)
@@ -1,10 +1,10 @@
 Summary:       Graphical front-end for FREE CIVilization clone
-Summary(es):   GTK front-end por Clon del juego Civilization
-Summary(pl):   Graficzny frontend dla serwera freeciv
+Summary(es.UTF-8):     GTK+ front-end por Clon del juego Civilization
+Summary(pl.UTF-8):     Graficzny frontend dla serwera freeciv
 Name:          gcivserv
 Version:       0.1b
 Release:       3
-License:       GPL
+License:       GPL v2
 Group:         X11/Applications/Games/Strategy
 Source0:       http://www.hoeyer.de/projects/gcivserv/src/gCivServ-%{version}.tgz
 # Source0-md5: 8118a8dfb67efff5ef0ee7592f9ae41e
@@ -21,13 +21,13 @@ Requires:   freeciv
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-GTK front-end for server of freeciv - clone of Sid Meiers
+GTK+ front-end for server of freeciv - clone of Sid Meiers
 Civilization.
 
-%description -l es
-GTK front-end por Clon del juego Civilization.
+%description -l es.UTF-8
+GTK+ front-end por Clon del juego Civilization.
 
-%description -l pl
+%description -l pl.UTF-8
 Graficzny frontend dla serwera freeciv - klonu Civilization Sida
 Meiersa.
 
@@ -44,11 +44,11 @@ Meiersa.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults \
-       $RPM_BUILD_ROOT{%{_applnkdir}/Games/Strategy,%{_pixmapsdir}}
+       $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Strategy
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %find_lang %{name}
@@ -58,7 +58,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README ChangeLog NEWS
 %attr(755,root,root) %{_bindir}/*
-%{_applnkdir}/Games/Strategy/*
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*
This page took 0.165675 seconds and 4 git commands to generate.