]> git.pld-linux.org Git - packages/xevil.git/commitdiff
- merge old Bero Linux de, fr, tr translations,
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Jul 2001 06:54:34 +0000 (06:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- desktop file move to separated file (more translations added),
- cut %changelog.

Changed files:
    xevil.spec -> 1.3

xevil.spec

index 8534574933b1cfbf83b2a59bdae302bd45d522ea..4d8c9da626a0c745c58334d6ada19eb952c72b85 100644 (file)
@@ -1,5 +1,8 @@
 Summary:       A fast-action violent game for the X Window System
+Summary(de):   Ein schnelles, extrem gewalttätiges Actionspiel für X
+Summary(fr):   Un jeu d'action rapide et très violent sous X
 Summary(pl):   Brutalna gra o szybkiej akcji pod X Window System
+Summary(tr):   Hýzlý ve þiddet yüklü bir X oyunu
 Name:          xevil
 Version:       2.02
 Release:       1
@@ -8,6 +11,7 @@ Group:         X11/Applications/Games
 Group(de):     X11/Applikationen/Spiele
 Group(pl):     X11/Aplikacje/Gry
 Source0:       ftp://ftp.xevil.com/stable/%{name}src%{version}.zip
+Source1:       %{name}.desktop
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-c++.patch
 URL:           http://www.xevil.com/
@@ -25,14 +29,25 @@ reminiscent of LodeRunner. The object of the game is to run around
 killing everything in sight and exploring the different levels. XEvil
 can be played against the computer or against other people.
 
+%description -l de
+Ein Action/Adventure-Spiel für X Window, in dem Sie als Ninja alles
+niedermachen und dann die Gegend erkunden - wenn Sie überleben.
+
+%description -l fr
+Jeu d'action/aventure pour X Window dans lequel vous, guerrier Ninja,
+tuez tout ce que vous voyez et essayez de survivre.
+
 %description -l pl
 xevil jest gr± pod X Window System bazuj±c± na LodeRunnerze. Celem gry
 jest zabijanie wszystkiego w zasiêgu wzroku oraz przedzenie kolejnych
 poziomów. W xevil mo¿na graæ przeciwko komputerowi albo innym graczom.
 
+%description -l tr
+X-Windows altýnda oynanan bir action/macera oyunu. Sizin rolünüz, bir
+Ninja savaþçýsý olarak karþýnýza çýkan her þeyi öldürmek.
+
 %prep
 %setup -q -T -c
-
 unzip -q %{SOURCE0}
 
 %patch0 -p1
@@ -43,21 +58,13 @@ unzip -q %{SOURCE0}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Games}
+%{__install} -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Games}
 
-install x11/REDHAT_LINUX/xevil $RPM_BUILD_ROOT%{_bindir}
+%{__install} x11/REDHAT_LINUX/xevil $RPM_BUILD_ROOT%{_bindir}
 
 gzip -9nf readme.txt
 
-cat > $RPM_BUILD_ROOT%{_applnkdir}/Games/xevil.desktop <<EOF
-# KDE Config File
-[KDE Desktop Entry]
-Name=xevil
-Comment=Fast action game
-Exec=xevil
-Terminal=0
-Type=Application
-EOF
+%{__install} %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
 
 %clean 
 rm -rf $RPM_BUILD_ROOT
This page took 0.043204 seconds and 4 git commands to generate.