]> git.pld-linux.org Git - packages/clanbomber.git/commitdiff
- updated to v0.98b
authormikrobi <robin@atm.com.pl>
Fri, 26 Nov 1999 09:09:45 +0000 (09:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- requires changed as ClanLib 0.2.2 is now required
- ./configure instead of %configure macro so that DESTDIR patch was removed from
  the spec
- install section slighly changed

Changed files:
    clanbomber.spec -> 1.8

clanbomber.spec

index 31bab629f1922264799f4b2f8c60076198dc250c..36dc6c8debc3776bfc288d261ab21527c20a7aae 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       ClanBomber, the cool game that uses ClanLib.
 Summary(pl):   ClanBomber, super gierka wykorzystuj±ca ClanLib.
 Name:          clanbomber 
 Summary:       ClanBomber, the cool game that uses ClanLib.
 Summary(pl):   ClanBomber, super gierka wykorzystuj±ca ClanLib.
 Name:          clanbomber 
-Version:       0.98
+Version:       0.98b
 Release:       1
 Copyright:     GPL
 Group:         X11/Games
 Release:       1
 Copyright:     GPL
 Group:         X11/Games
@@ -9,10 +9,9 @@ Group(pl):     X11/Gry
 Source0:       http://www.fischlustig.de/clanbomber/%{name}-%{version}.tar.gz
 Source1:       clanbomber.desktop
 Patch0:                clanbomber-paths.patch
 Source0:       http://www.fischlustig.de/clanbomber/%{name}-%{version}.tar.gz
 Source1:       clanbomber.desktop
 Patch0:                clanbomber-paths.patch
-Patch1:                clanbomber-DESTDIR.patch
 URL:           http://www.fischlustig.de/clanbomber/
 URL:           http://www.fischlustig.de/clanbomber/
-Requires:      ClanLib
-BuildRequires: ClanLib-devel = 0.1.16
+Requires:      ClanLib >= 0.2.2
+BuildRequires: ClanLib-devel >= 0.2.2
 BuildRequires: Hermes-devel
 BuildRequires: XFree86-devel
 BuildRequires: svgalib-devel
 BuildRequires: Hermes-devel
 BuildRequires: XFree86-devel
 BuildRequires: svgalib-devel
@@ -36,18 +35,17 @@ niestety nie poprzez sie
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 CXXFLAGS="$RPM_OPT_FLAGS -fno-implicit-templates"
 LDFLAGS="-s"
 export CXXFLAGS LDFLAGS
 
 %build
 CXXFLAGS="$RPM_OPT_FLAGS -fno-implicit-templates"
 LDFLAGS="-s"
 export CXXFLAGS LDFLAGS
-%configure
+./configure --prefix=%{_prefix}
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install prefix=$RPM_BUILD_ROOT%{_prefix}
 
 install -d $RPM_BUILD_ROOT%{_datadir}/applnk/Games
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applnk/Games
 
 install -d $RPM_BUILD_ROOT%{_datadir}/applnk/Games
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applnk/Games
This page took 0.05907 seconds and 4 git commands to generate.