[bzflag] Update to bzflag 2.4.0.

Jeff Makey jmakey at fedoraproject.org
Wed Aug 17 15:53:12 UTC 2011


commit 0524d1abbeef3c3d26cc728b780c954686503b86
Author: Jeff Makey <jeff at makey.net>
Date:   Wed Aug 17 08:51:56 2011 -0700

    Update to bzflag 2.4.0.

 .gitignore  |    2 +-
 bzflag.spec |   19 +++++++++++++------
 sources     |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83ba5a4..c8ad6f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-bzflag-2.0.16.tar.bz2
+bzflag-2.4.0.tar.bz2
diff --git a/bzflag.spec b/bzflag.spec
index 11aed0a..f9b4b4b 100644
--- a/bzflag.spec
+++ b/bzflag.spec
@@ -31,8 +31,8 @@
 
 Summary: 3D multi-player tank battle game
 Name: bzflag
-Version: 2.0.16
-Release: 3%{?dist}
+Version: 2.4.0
+Release: 1%{?dist}
 License: LGPLv2
 Group: Amusements/Games
 URL: http://bzflag.org
@@ -63,6 +63,7 @@ BuildRequires: libcurl-devel
 BuildRequires: curl-devel
 %endif
 BuildRequires: c-ares-devel
+BuildRequires: glew-devel
 # for curl version checking in configure. ugh.
 BuildRequires: bc
 %if %{with opengl_wrapper}
@@ -101,8 +102,7 @@ LDFLAGS='-pie' \
 %if ! %{with SDL}
     --without-SDL \
 %endif
-    --disable-static \
-    --enable-shared
+--libdir=%{_libdir}/%{name}
 make %{?_smp_mflags}
 
 %install
@@ -111,9 +111,8 @@ make DESTDIR=%{buildroot} install
 install -D -m 644 package/rpm/bzflag-m.xpm \
     %{buildroot}%{_datadir}/pixmaps/bzflag.xpm
 mkdir -p %{buildroot}%{_datadir}/bzflag/maps
-install -m 644 misc/*.bzw %{buildroot}%{_datadir}/bzflag/maps
+install -m 644 misc/maps/*.bzw %{buildroot}%{_datadir}/bzflag/maps
 rm -f %{buildroot}%{_libdir}/bzflag/*.la
-rm -f %{buildroot}%{_mandir}/*/bzfquery.*
 
 %if %{with opengl_wrapper}
 ln -snf opengl-game-wrapper.sh %{buildroot}%{_bindir}/bzflag-wrapper
@@ -152,6 +151,14 @@ rm -rf %{buildroot}
 %{_datadir}/bzflag/maps/*
 
 %changelog
+* Wed Aug 17 2011 Jeff Makey <jeff at makey.net> 2.4.0-1
+- version 2.4.0
+- build require glew-devel
+- remove obsolete --disable-static and --enable-shared configure options
+- set plugin directory with --libdir
+- use new sample maps source directory
+- it is no longer necessary to remove bzfquery man page
+
 * Mon Apr 04 2011 Nils Philippsen <nils at redhat.com> 2.0.16-3
 - package sample maps in their own subpackage (#587815)
 
diff --git a/sources b/sources
index c3192b0..5521e84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-161b973bee586d43ebff4695dfb8c359  bzflag-2.0.16.tar.bz2
+5b38894b7a7f883ffbe8f5e4c580ee25  bzflag-2.4.0.tar.bz2


More information about the scm-commits mailing list