2012-03-24 12:00:49 +01:00
|
|
|
#
|
|
|
|
# spec file for package freedoom
|
|
|
|
#
|
2017-07-04 15:30:44 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-03-24 12:00:49 +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:04 +02:00
|
|
|
|
|
|
|
Name: freedoom
|
2017-07-04 15:30:44 +02:00
|
|
|
Version: 0.11.2
|
2012-03-24 12:00:49 +01:00
|
|
|
Release: 0
|
2013-05-02 20:40:43 +02:00
|
|
|
Summary: Replacement game files for Doom game engines
|
2012-03-24 12:01:10 +01:00
|
|
|
License: BSD-3-Clause
|
2012-03-24 12:00:49 +01:00
|
|
|
Group: Amusements/Games/3D/Shoot
|
2016-03-26 23:08:34 +01:00
|
|
|
Url: https://freedoom.github.io/
|
2016-03-29 15:17:55 +02:00
|
|
|
|
|
|
|
#Git-Web: http://github.com/freedoom/freedoom
|
|
|
|
#Git-Clone: git://github.com/freedoom/freedoom
|
|
|
|
Source: https://github.com/freedoom/freedoom/releases/download/v%version/freedoom-%version.zip
|
2012-03-24 12:00:49 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-02-15 14:31:23 +01:00
|
|
|
BuildArch: noarch
|
2008-05-02 01:53:04 +02:00
|
|
|
BuildRequires: unzip
|
|
|
|
|
|
|
|
%description
|
2016-07-26 12:47:48 +02:00
|
|
|
Though the Doom engine source code is libre, the original game data
|
|
|
|
(graphics, maps, etc.) is not. Freedoom is an alternate game data set
|
|
|
|
that can be used with a Doom engine, such as prboom-plus or
|
|
|
|
chocolate-doom, to form a free Doom-based game.
|
2008-05-02 01:53:04 +02:00
|
|
|
|
|
|
|
%prep
|
2016-03-26 23:08:34 +01:00
|
|
|
%setup -q
|
2008-05-02 01:53:04 +02:00
|
|
|
|
|
|
|
%build
|
2014-01-03 04:05:26 +01:00
|
|
|
# Game data files. Nothing to build!
|
2008-05-02 01:53:04 +02:00
|
|
|
|
|
|
|
%install
|
2016-03-29 15:17:55 +02:00
|
|
|
install -Dpm0644 freedoom1.wad %buildroot/%_datadir/doom/freedoom1.wad
|
|
|
|
install -Dpm0644 freedoom2.wad %buildroot/%_datadir/doom/freedoom2.wad
|
|
|
|
|
|
|
|
%post
|
|
|
|
echo "NOTE: FreeDoom WAD files are no longer named doom.wad/doom2.wad, and you may need to explicitly specify them now when starting a Doom engine."
|
2008-05-02 01:53:04 +02:00
|
|
|
|
|
|
|
%files
|
2010-02-15 14:36:31 +01:00
|
|
|
%defattr(-,root,root)
|
2017-07-04 15:30:44 +02:00
|
|
|
%doc COPYING.txt CREDITS.txt README.html
|
2016-03-29 15:17:55 +02:00
|
|
|
%_datadir/doom/
|
2008-05-02 01:53:04 +02:00
|
|
|
|
|
|
|
%changelog
|