7f018d926f
- Update to new upstream release 0.11.3 OBS-URL: https://build.opensuse.org/request/show/561023 OBS-URL: https://build.opensuse.org/package/show/games/freedoom-freedm?expand=0&rev=18
53 lines
1.7 KiB
RPMSpec
53 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package freedoom-freedm
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# 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/
|
|
#
|
|
|
|
|
|
Name: freedoom-freedm
|
|
Version: 0.11.3
|
|
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
|
|
Source2: https://github.com/freedoom/freedoom/releases/download/v%{version}/freedm-%{version}.zip.asc
|
|
Source9: %{name}.keyring
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
BuildRequires: unzip
|
|
Requires: freedoom
|
|
|
|
%description
|
|
A set of deathmatch levels for the DOOM game engine, based on the
|
|
freely redistributable Freedoom game files.
|
|
|
|
%prep
|
|
%setup -q -n freedm-%{version}
|
|
|
|
%build
|
|
# Game data files. Nothing to build!
|
|
|
|
%install
|
|
install -D -m 0644 freedm.wad %{buildroot}%{_datadir}/doom/freedm.wad
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING.txt CREDITS.txt README.html
|
|
%{_datadir}/doom/
|
|
|
|
%changelog
|