forked from pool/bzflag
Accepting request 559126 from home:bmwiedemann:branches:games
- Update to version 2.4.12 * See /usr/share/doc/packages/bzflag/ChangeLog for full details * Added many new functions to API * Added plugins: * superUser * bzfscron * serverSidePlayerSample * CustomZoneSample * make build fully reproducible (boo#1047218) - Drop upstream bzflag-char-signedness.patch OBS-URL: https://build.opensuse.org/request/show/559126 OBS-URL: https://build.opensuse.org/package/show/games/bzflag?expand=0&rev=22
This commit is contained in:
committed by
Git OBS Bridge
parent
7d7b464da5
commit
ae474b5d1e
12
bzflag.spec
12
bzflag.spec
@@ -22,13 +22,14 @@
|
||||
%endif
|
||||
|
||||
Name: bzflag
|
||||
Version: 2.4.2
|
||||
Version: 2.4.12
|
||||
Release: 0
|
||||
Summary: 3D Networked Multiplayer Tank Battle Game
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/3D/Shoot
|
||||
Url: http://bzflag.org/
|
||||
Source: http://sourceforge.net/projects/bzflag/files/bzflag%20source/2.4.2/%{name}-%{version}.tar.bz2
|
||||
#Source: https://github.com/BZFlag-Dev/bzflag/archive/v%{version}.tar.gz#/bzflag-%{version}.tar.gz
|
||||
Source: https://download.bzflag.org/bzflag/source/%{version}/bzflag-%{version}.tar.gz
|
||||
Source2: rc.bzflagserver
|
||||
Source3: %{name}-maps.tar.bz2
|
||||
Source4: sysconfig.bzflagserver-bzflag
|
||||
@@ -36,8 +37,6 @@ Source5: %{name}.desktop
|
||||
Source6: %{name}.png
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||
Patch0: %{name}-1.10.4-ncursespollution.patch
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||
Patch1: %{name}-char-signedness.patch
|
||||
BuildRequires: bc
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: fdupes
|
||||
@@ -71,7 +70,6 @@ Find server maps in /usr/share/bzflag/maps.
|
||||
%prep
|
||||
%setup -q -a 3
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
@@ -106,8 +104,8 @@ install -D -m 644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/bzflag.png
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS BUGS COPYING PORTING README DEVINFO
|
||||
%doc TODO README.Linux misc/bzfs.conf
|
||||
%doc AUTHORS COPYING PORTING README DEVINFO
|
||||
%doc README.Linux misc/bzfs.conf ChangeLog
|
||||
%{_sysconfdir}/init.d/bzflagserver
|
||||
%{_sbindir}/rcbzflagserver
|
||||
%{_bindir}/*
|
||||
|
Reference in New Issue
Block a user