forked from pool/bzflag
Accepting request 962102 from games
OBS-URL: https://build.opensuse.org/request/show/962102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzflag?expand=0&rev=36
This commit is contained in:
commit
bde5449a84
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b96ed2a12cc309eecd3856bdd593117546503e26960450e4e6e43185e52da2a4
|
|
||||||
size 15071606
|
|
3
bzflag-2.4.24.tar.gz
Normal file
3
bzflag-2.4.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53ae480221845a7ca4cf5489c7cc409073a4ba4ab8a7c070ddea7b83da61ae82
|
||||||
|
size 15052753
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 12 15:18:37 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
|
||||||
|
|
||||||
|
- Update to 2.4.24
|
||||||
|
* Don't crash when removing the BZFS Cron server-side player
|
||||||
|
* Announce who adjusted the countdown with /modcount
|
||||||
|
* Add support for Apple silicon builds
|
||||||
|
* Work around an SDL 2.0.20 event handling regression
|
||||||
|
* Do not explicitly link to X11 when using SDL
|
||||||
|
- Run spec-cleaner
|
||||||
|
- Fix encoding of rc.bzflagserver, changed to UTF8
|
||||||
|
- Fix obsolete-suse-version-check warning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 26 11:36:28 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
Thu Aug 26 11:36:28 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
16
bzflag.spec
16
bzflag.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bzflag
|
# spec file for package bzflag
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
%define _fillupdir /var/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: bzflag
|
Name: bzflag
|
||||||
Version: 2.4.22
|
Version: 2.4.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 3D Networked Multiplayer Tank Battle Game
|
Summary: 3D Networked Multiplayer Tank Battle Game
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -48,17 +47,14 @@ BuildRequires: libdrm-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
Requires(pre): %fillup_prereq
|
||||||
|
%{?systemd_ordering}
|
||||||
%if 0%{?sles_version}
|
%if 0%{?sles_version}
|
||||||
BuildRequires: glew-devel
|
BuildRequires: glew-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig(glew)
|
BuildRequires: pkgconfig(glew)
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1230
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
|
||||||
Requires(pre): %fillup_prereq
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%{?systemd_ordering}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BZFlag is a 3D multiplayer tank battle game that allows users to play
|
BZFlag is a 3D multiplayer tank battle game that allows users to play
|
||||||
@ -79,7 +75,7 @@ cp %{SOURCE7} .
|
|||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--libdir=%{_libdir}/%{name} \
|
--libdir=%{_libdir}/%{name} \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags} all
|
%make_build all
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre bzflagserver.service
|
%service_add_pre bzflagserver.service
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Copyright (c) 1995-2002 SuSE Linux AG, Nuernberg, Germany.
|
# Copyright (c) 1995-2002 SuSE Linux AG, Nuernberg, Germany.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Author: Mads Martin Jørgensen <feedback@suse.de>
|
# Author: Mads Martin Jørgensen <feedback@suse.de>
|
||||||
#
|
#
|
||||||
# /etc/init.d/bzflagserver
|
# /etc/init.d/bzflagserver
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user