]> git.pld-linux.org Git - packages/clanbomber.git/commitdiff
- adapterized, BuildRequires: autoconf,automake
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Oct 2001 14:31:15 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clanbomber.spec -> 1.21

clanbomber.spec

index 68b3039768924d62669dfbdaf8c5744edaa1d7c9..1c9de189b0a3022adfc4db71badad9608263bc3b 100644 (file)
@@ -4,18 +4,21 @@ Name:         clanbomber
 Version:       1.01
 Release:       1
 License:       GPL
-Group:         Games
-Group(pl):     Gry
+Group:         Applications/Games
+Group(de):     Applikationen/Spiele
+Group(pl):     Aplikacje/Gry
 Source0:       http://www.clanbomber.de/files/%{name}-%{version}.tar.gz
-Source1:       clanbomber.desktop
-Patch1:                clanbomber-CXXFLAGS.patch
-Patch2:                clanbomber-DESTDIR.patch
+Source1:       %{name}.desktop
+Patch1:                %{name}-CXXFLAGS.patch
+Patch2:                %{name}-DESTDIR.patch
 URL:           http://www.clanbomber.de/
 Requires:      ClanLib >= 0.4.3
 BuildRequires: ClanLib-devel >= 0.4.3
 BuildRequires: Hermes-devel
 BuildRequires: libstdc++-devel
 BuildRequires: zlib-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,7 +38,7 @@ niestety nie poprzez sie
 
 %build
 aclocal
-automake
+automake -a -c
 autoconf
 CXXFLAGS="%{rpmcflags} -fno-implicit-templates" # note: RTTI is needed --- clanbomber uses exceptions!
 %configure 
This page took 0.081668 seconds and 4 git commands to generate.