]> git.pld-linux.org Git - packages/crossfire.git/blobdiff - crossfire.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/crossfire.git] / crossfire.spec
index c9795792150e4004c4049f117eb5cbedcbf8355a..e922a23a2e648ff0e315a7be32ce273dc7c70d3b 100644 (file)
@@ -1,4 +1,5 @@
-Summary:       Multiplayer roguelike game server.
+Summary:       Multiplayer roguelike game server
+Summary(pl):   Serwer gry roguelike dla wielu graczy
 Name:          crossfire
 Version:       1.0.0
 Release:       1
@@ -14,13 +15,14 @@ Patch2:             %{name}-tmp_maps.patch
 URL:           http://crossfire.real-time.com
 BuildRequires: XFree86-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Prereq:                /sbin/chkconfig
 
 %define                _prefix /usr/X11R6
 %define                _localstatedir /var/lib
 
 %description 
 This is a multiplayer graphical arcade and adventure game made for the
-X-Windows environment. There are also Windows and Java clients
+X-Window environment. There are also Windows and Java clients
 available.
 
 It has certain flavours from other games, especially Gauntlet (TM) and
@@ -30,15 +32,21 @@ Any number of players can move around in their own window, finding and
 sing items and battle monsters. They can choose to cooperate or
 compete in the same "world".
 
+%description -l pl
+To jest graficzna gra przygodowa dla ¶rodowiska X-Window. S± tak¿e
+dostêpni klienci pod Windows i w Javie.
+
 %package editor
-Summary:       Crossfire map editor.
+Summary:       Crossfire map editor
+Summary(pl):   Edytor map crossfire
 Group:         Applications/Games
-Group(de):     Applikationen/Spiele
-Group(pl):     Aplikacje/Gry
 
 %description editor
 Crossfire map editor.
 
+%description editor -l pl
+Edytor map crossfire.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -54,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/var/log,/etc/{sysconfig,%{name},logrotate.d},/etc/rc.d/init.d}
 install -d $RPM_BUILD_ROOT%{_localstatedir}/%{name}/tmp
 %{__make} install DESTDIR="$RPM_BUILD_ROOT"
-mv $RPM_BUILD_ROOT%{_datadir}/%{name}/{ban_file,settings,dm_file,motd,forbid} \
+mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{ban_file,settings,dm_file,motd,forbid} \
        $RPM_BUILD_ROOT/etc/%{name}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
@@ -80,9 +88,6 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del crossfire
 fi
 
-
-
-
 %files
 %defattr(644,root,root,755)
 %doc CHANGES CREDITS DEVELOPERS DONE README TODO 
This page took 0.077603 seconds and 4 git commands to generate.