2012-03-24 11:59:37 +01:00
|
|
|
#
|
|
|
|
# spec file for package freedoom-freedm
|
|
|
|
#
|
2018-01-02 14:01:26 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-03-24 11:59:37 +01:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2008-05-02 01:53:07 +02:00
|
|
|
|
|
|
|
Name: freedoom-freedm
|
2019-11-13 14:15:00 +01:00
|
|
|
Version: 0.12.1
|
2012-03-24 11:59:37 +01:00
|
|
|
Release: 0
|
2008-05-02 01:53:07 +02:00
|
|
|
Summary: Deathmatch levels for Doom
|
2012-03-24 12:01:32 +01:00
|
|
|
License: BSD-3-Clause
|
2012-03-24 11:59:37 +01:00
|
|
|
Group: Amusements/Games/3D/Shoot
|
2016-03-26 23:07:34 +01:00
|
|
|
Url: https://freedoom.github.io/
|
|
|
|
Source: https://github.com/freedoom/freedoom/releases/download/v%{version}/freedm-%{version}.zip
|
2012-03-24 11:59:37 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-02-15 14:31:38 +01:00
|
|
|
BuildArch: noarch
|
2008-05-02 01:53:07 +02:00
|
|
|
BuildRequires: unzip
|
2012-03-24 11:59:37 +01:00
|
|
|
Requires: freedoom
|
2008-05-02 01:53:07 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
A set of deathmatch levels for the DOOM game engine, based on the
|
|
|
|
freely redistributable Freedoom game files.
|
|
|
|
|
|
|
|
%prep
|
2008-07-01 23:11:19 +02:00
|
|
|
%setup -q -n freedm-%{version}
|
2008-05-02 01:53:07 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
# Game data files. Nothing to build!
|
|
|
|
|
|
|
|
%install
|
2016-03-26 23:07:34 +01:00
|
|
|
install -D -m 0644 freedm.wad %{buildroot}%{_datadir}/doom/freedm.wad
|
2008-05-02 01:53:07 +02:00
|
|
|
|
|
|
|
%files
|
2010-02-15 14:37:00 +01:00
|
|
|
%defattr(-,root,root)
|
2019-12-02 13:41:16 +01:00
|
|
|
%doc CREDITS.txt freedoom-manual.pdf README.html
|
|
|
|
%License COPYING.txt
|
2017-07-04 22:00:37 +02:00
|
|
|
%{_datadir}/doom/
|
2008-05-02 01:53:07 +02:00
|
|
|
|
|
|
|
%changelog
|