1
0

Accepting request 1142692 from home:jengelh:branches:games

- Update to release 0.13.0

OBS-URL: https://build.opensuse.org/request/show/1142692
OBS-URL: https://build.opensuse.org/package/show/games/freedoom-freedm?expand=0&rev=24
This commit is contained in:
Ferdinand Thiessen
2024-01-31 20:06:37 +00:00
committed by Git OBS Bridge
parent 9bb1f98653
commit 56e1ffbf90
4 changed files with 39 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package freedoom-freedm
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: freedoom-freedm
Version: 0.12.1
Version: 0.13.0
Release: 0
Summary: Deathmatch levels for Doom
License: BSD-3-Clause
Group: Amusements/Games/3D/Shoot
Url: https://freedoom.github.io/
Source: https://github.com/freedoom/freedoom/releases/download/v%{version}/freedm-%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: https://freedoom.github.io/
Source: https://github.com/freedoom/freedoom/releases/download/v%version/freedm-v%version.zip
BuildArch: noarch
BuildRequires: unzip
Requires: freedoom
@@ -34,18 +33,17 @@ A set of deathmatch levels for the DOOM game engine, based on the
freely redistributable Freedoom game files.
%prep
%setup -q -n freedm-%{version}
%autosetup -n freedm-v%version
%build
# Game data files. Nothing to build!
%install
install -D -m 0644 freedm.wad %{buildroot}%{_datadir}/doom/freedm.wad
install -Dpm0644 freedm.wad %buildroot/%_datadir/doom/freedm.wad
%files
%defattr(-,root,root)
%doc CREDITS.txt freedoom-manual.pdf README.html
%doc CREDITS.txt freedoom-manual*.pdf README.html
%license COPYING.txt
%{_datadir}/doom/
%_datadir/doom/
%changelog