]> git.pld-linux.org Git - packages/bzflag.git/commitdiff
- release 2: added using %%{rpmcflags} macro. bzflag-1_7e1-2
authorkloczek <kloczek@pld-linux.org>
Fri, 13 Apr 2001 22:52:10 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzflag.spec -> 1.21

bzflag.spec

index 24c450d93f3256680c3ad3e5557d4eaa4222f267..1a0b6193572464e9d351d7ad01135408828d8212 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       multiplayer 3D tank battle game
 Name:          bzflag
 Version:       1.7e1
-Release:       1
-Copyright:     Chris Schoeneman 1993-1999
+Release:       2
+License:       Chris Schoeneman 1993-1999
 Group:         X11/Applications/Games
 Group(de):     X11/Applikationen/Spiele
 Group(pl):     X11/Aplikacje/Gry
@@ -39,11 +39,12 @@ strategi
 
 %build
 %{__make} linux # other, arch-dependent targets differ only in optymalization flags
-%{__make} COPTFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g}"
+%{__make} COPTFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/bzflag,%{_applnkdir}/Games,%{_pixmapsdir},%{_mandir}/man6}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/bzflag} \
+       $RPM_BUILD_ROOT{%{_applnkdir}/Games,%{_pixmapsdir},%{_mandir}/man6}
 
 install bin/* $RPM_BUILD_ROOT%{_bindir}
 install man/*.6s $RPM_BUILD_ROOT%{_mandir}/man6
This page took 0.052351 seconds and 4 git commands to generate.