]> git.pld-linux.org Git - packages/KoboDeluxe.git/blobdiff - KoboDeluxe.spec
- adapter, fixed broken cvs keywords
[packages/KoboDeluxe.git] / KoboDeluxe.spec
index 10f1c0c8af8a61b1f906b17f902e24dc4b86833c..3ce9e1e63800028faa8edd09b128d66598340c34 100644 (file)
@@ -1,9 +1,8 @@
-# $Revision: 1.12 $, $Dat: 2003/08/04 19:06:42 $
 Summary:       A third person scrolling 2D shooter
 Summary(pl.UTF-8):     Prosta strzelanka 2D
 Name:          KoboDeluxe
 Version:       0.5.1
-Release:       0.1
+Release:       1
 Epoch:         1
 License:       GPL, partially LGPL
 Group:         X11/Applications/Games
@@ -11,6 +10,8 @@ Group:                X11/Applications/Games
 Source0:       http://olofson.net/kobodl/download/%{name}-%{version}.tar.bz2
 # Source0-md5: cb5dcdaf07ccad18a921058138dedc4a
 Patch0:                kobousr2var.patch
+Patch1:                gcc44.patch
+Patch2:                nostd_pipe2.patch
 URL:           http://olofson.net/kobodl/
 BuildRequires: SDL-devel >= 1.2
 BuildRequires: SDL_image-devel >= 1.2
@@ -25,7 +26,7 @@ Kobo Deluxe is a 3'rd person scrolling 2D shooter with a simple and
 responsive control system - which you'll need to tackle the tons of
 enemy ships that shoot at you, chase you, circle around you shooting,
 or even launch other ships at you, while you're trying to destroy the
-labyrinth shaped bases.  There are 50 action packed levels with
+labyrinth shaped bases. There are 50 action packed levels with
 smoothly increasing difficulty, and different combinations of enemies
 that require different tactics to be dealt with successfully.
 
@@ -42,6 +43,8 @@ potrzebujesz różnych taktyk.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -49,7 +52,8 @@ potrzebujesz różnych taktyk.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --datadir=%{_datadir}/games/kobo-deluxe
 %{__make}
 
 %install
@@ -65,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog COPYING.LIB README README.jp README.sfont README.xkobo README.xkobo.jp TODO
 %attr(2755,root,games) %{_bindir}/kobodl
-%{_prefix}/share/games/kobo-deluxe
+%{_datadir}/games/kobo-deluxe
 %dir /var/games/kobo-deluxe
 %dir %attr(775,root,games) /var/games/kobo-deluxe/scores
 %{_mandir}/man6/kobodl.6*
This page took 0.06933 seconds and 4 git commands to generate.