]> git.pld-linux.org Git - packages/clanbomber.git/commitdiff
- Updated to 1.01
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 16 Apr 2000 17:50:13 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Updated to new ClanLib
- -fno-rtti removed (with this option clanbomber crashes)
- prefix back to /usr
- clanbomber needs no X anymore :-)

Changed files:
    clanbomber.spec -> 1.15

clanbomber.spec

index 52792e2a6f0580dda62d843f7288a78e73d5f382..a072489f21d22eb654ac08a029c100a33beceda6 100644 (file)
@@ -1,29 +1,23 @@
 Summary:       ClanBomber, the cool game that uses ClanLib.
 Summary(pl):   ClanBomber, super gierka wykorzystuj±ca ClanLib.
 Name:          clanbomber 
-Version:       1.00
+Version:       1.01
 Release:       1
 Copyright:     GPL
-Group:         X11/Games
-Group(pl):     X11/Gry
+Group:         Games
+Group(pl):     Gry
 Source0:       http://www.clanbomber.de/files/%{name}-%{version}.tar.gz
 Source1:       clanbomber.desktop
-Patch0:                clanbomber-paths.patch
 Patch1:                clanbomber-CXXFLAGS.patch
 Patch2:                clanbomber-DESTDIR.patch
 URL:           http://www.clanbomber.de/
-Requires:      ClanLib >= 0.2.2
-BuildRequires: ClanLib-devel >= 0.2.2
+Requires:      ClanLib >= 0.4.3
+BuildRequires: ClanLib-devel >= 0.4.3
 BuildRequires: Hermes-devel
-BuildRequires: XFree86-devel
-#BuildRequires:        svgalib-devel
 BuildRequires: libstdc++-devel
-BuildRequires: libpng-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _prefix         /usr/X11R6
-
 %description
 ClanBomber is very nice and playable Bomberman/Dynablaster clone. 
 It has multiplayer support (8 players), but not yet network support. 
@@ -36,15 +30,14 @@ niestety nie poprzez sie
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
-%patch2 -p1 -b .wiget
+%patch2 -p1
 
 %build
 aclocal
 automake
 autoconf
-CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-implicit-templates"
+CXXFLAGS="$RPM_OPT_FLAGS -fno-implicit-templates" # note: RTTI is needed --- clanbomber uses exceptions!
 LDFLAGS="-s"
 export CXXFLAGS LDFLAGS
 %configure 
This page took 0.069898 seconds and 4 git commands to generate.