rpms/bzflag/F-7 .cvsignore, 1.6, 1.7 bzflag.spec, 1.29, 1.30 sources, 1.6, 1.7

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Dec 17 14:07:30 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/bzflag/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28862

Modified Files:
	.cvsignore bzflag.spec sources 
Log Message:
version 2.0.10
use opengl-games-wrapper.sh from Fedora 7 on (#304781)
change license tag from GPL to LGPLv2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzflag/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	16 May 2006 10:57:59 -0000	1.6
+++ .cvsignore	17 Dec 2007 14:06:52 -0000	1.7
@@ -1 +1 @@
-bzflag-2.0.8.tar.bz2
+bzflag-2.0.10.tar.bz2


Index: bzflag.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzflag/F-7/bzflag.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- bzflag.spec	6 Nov 2006 09:11:24 -0000	1.29
+++ bzflag.spec	17 Dec 2007 14:06:52 -0000	1.30
@@ -10,14 +10,20 @@
 %define _modular_x 0%{!?_without_modular_x:1}
 %endif
 
+%if %{?fedora}%{!?fedora:7} >= 7
+%define _opengl_wrapper 1
+%else
+%define _opengl_wrapper 0
+%endif
+
 %define desktop_vendor fedora
 #define date           20050930
 
 Summary: 3D multi-player tank battle game
 Name: bzflag
-Version: 2.0.8
-Release: 4%{?dist}
-License: GPL
+Version: 2.0.10
+Release: 1%{?dist}
+License: LGPLv2
 Group: Amusements/Games
 URL: http://bzflag.org
 Source0: http://download.sourceforge.net/bzflag/bzflag-%{version}%{?date:.%{date}}.tar.bz2
@@ -44,6 +50,10 @@
 BuildRequires: c-ares-devel
 # for curl version checking in configure. ugh.
 BuildRequires: bc
+%if %_opengl_wrapper
+BuildRequires: sed
+Requires: opengl-games-utils
+%endif
 
 %description
 BZFlag is a 3D multi-player tank battle game  that  allows users to play
@@ -76,10 +86,17 @@
 install -D -m 644 package/rpm/bzflag-m.xpm \
     %{buildroot}%{_datadir}/pixmaps/bzflag.xpm
 
+%if %_opengl_wrapper
+ln -snf opengl-game-wrapper.sh %{buildroot}%{_bindir}/bzflag-wrapper
+sed 's:^Exec=\(.*\)$:Exec=\1-wrapper:g' < %{SOURCE1} > bzflag.desktop
+%else
+cp -dpf %{SOURCE1} bzflag.desktop
+%endif
+
 mkdir -p %{buildroot}%{_datadir}/applications
 desktop-file-install --vendor %{desktop_vendor} \
     --dir %{buildroot}%{_datadir}/applications \
-    %{SOURCE1}
+    bzflag.desktop
 
 %clean
 rm -rf %{buildroot}
@@ -89,6 +106,9 @@
 %doc AUTHORS BUGS COPYING ChangeLog NEWS README README.Linux
 %{_bindir}/bzadmin
 %{_bindir}/bzflag
+%if %_opengl_wrapper
+%{_bindir}/bzflag-wrapper
+%endif
 %{_bindir}/bzfs
 %{_datadir}/applications/%{desktop_vendor}-%{name}.desktop
 %{_datadir}/bzflag
@@ -96,6 +116,21 @@
 %{_mandir}/man*/*
 
 %changelog
+* Mon Dec 17 2007 Nils Philippsen <nphilipp at redhat.com> 2.0.10-1
+- version 2.0.10
+
+* Wed Oct 17 2007 Nils Philippsen <nphilipp at redhat.com> 2.0.8-8
+- really use opengl-games-wrapper.sh from Fedora 7 on (#304781)
+
+* Tue Oct 16 2007 Nils Philippsen <nphilipp at redhat.com> 2.0.8-7
+- use opengl-games-wrapper.sh from Fedora 7 on (#304781)
+
+* Wed Sep 05 2007 Nils Philippsen <nphilipp at redhat.com> 2.0.8-6
+- change license tag from LGPL to LGPLv2
+
+* Fri Jun 22 2007 Nils Philippsen <nphilipp at redhat.com>
+- change license tag from GPL to LGPL
+
 * Mon Nov 06 2006 Jindrich Novy <jnovy at redhat.com> 2.0.8-4
 - rebuild because of the new curl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bzflag/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	16 May 2006 10:57:59 -0000	1.6
+++ sources	17 Dec 2007 14:06:52 -0000	1.7
@@ -1 +1 @@
-7963cc1de7144e76a9426b6f23d7c2c8  bzflag-2.0.8.tar.bz2
+64993b181e72ea713f813d0a78576b70  bzflag-2.0.10.tar.bz2




More information about the fedora-extras-commits mailing list