]> git.pld-linux.org Git - packages/abuse_sdl.git/commitdiff
- pl description, added missing dirs
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Sep 2002 01:31:13 +0000 (01:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abuse_sdl.spec -> 1.2

abuse_sdl.spec

index 429f0d05840b98c7797a4fead918b398985aabea..89fc7bc3244c22570d9d9e6d68c0191f678c44a6 100644 (file)
@@ -1,4 +1,4 @@
-Summary:       An SDL port of the game Abuse.
+Summary:       An SDL port of the game Abuse
 Summary(pl):   Port SDL gry Abuse
 Name:          abuse_sdl
 Version:       0.6.1
@@ -22,6 +22,11 @@ Abuse-SDL is a port of Abuse, the classic Crack-Dot-Com game, to the
 SDL library. It can run at any color depth, in a window or fullscreen,
 and it has stereo sound with sound panning.
 
+%description -l pl
+Abuse-SDL to port Abuse, klasycznej gry Crack-Dot-Com, dla biblioteki
+SDL. Mo¿e dzia³aæ w dowolnej g³êbi koloru, w okienku lub na pe³nym
+ekranie, ma d¼wiêk stereo z panningiem.
+
 %prep
 %setup -q -a 1
 
@@ -55,17 +60,27 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README* TODO
 %attr(755,root,root) %{_bindir}/*
+# can't these be simplified?
 %dir %{_abusedir}
 %{_abusedir}/*.bmp
 %{_abusedir}/*.png
 %{_abusedir}/*.lsp
+%dir %{_abusedir}/sfx
 %{_abusedir}/sfx/*.wav
+%dir %{_abusedir}/register
 %{_abusedir}/register/*
+%dir %{_abusedir}/netlevel
 %{_abusedir}/netlevel/*.spe
+%dir %{_abusedir}/music
 %{_abusedir}/music/*
+%dir %{_abusedir}/lisp
 %{_abusedir}/lisp/*.lsp
+%dir %{_abusedir}/levels
 %{_abusedir}/levels/*
+%dir %{_abusedir}/art
 %{_abusedir}/art/*
+%dir %{_abusedir}/addon
+%dir %{_abusedir}/addon/*
 %{_abusedir}/addon/*/*
 %{_pixmapsdir}/*.png
 %{_applnkdir}/Games/Arcade/*.desktop
This page took 0.048755 seconds and 4 git commands to generate.