forked from pool/blasphemer
f7ae9886d9
The IWAD does not work with engines operating in DOOM game mode, quite expectedly so. NET_Init: Init network subsystem. M_Init: Init miscellaneous info. R_Init: Init DOOM refresh daemon - [.............................] P_Init: Init Playloop state. R_TextureNumForName: SW1BRCOM not found [exit 1] OBS-URL: https://build.opensuse.org/request/show/407620 OBS-URL: https://build.opensuse.org/package/show/games/blasphemer?expand=0&rev=2
50 lines
1.6 KiB
RPMSpec
50 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package blasphemer
|
|
#
|
|
# Copyright (c) 2016 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: blasphemer
|
|
Version: 0.1.5
|
|
Release: 0
|
|
Summary: Replacement game files for Heretic game engines
|
|
License: BSD-3-Clause
|
|
Group: Amusements/Games/3D/Shoot
|
|
Url: https://code.google.com/archive/p/blasphemer/
|
|
Source: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/blasphemer/%{name}-%{version}.zip
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
BuildRequires: unzip
|
|
|
|
%description
|
|
Blasphemer aims to create a free content package for the Heretic engine,
|
|
with a theme of metal-inspired dark fantasy.
|
|
|
|
%prep
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
%build
|
|
# Game data files. Nothing to build!
|
|
|
|
%install
|
|
install -Dpm0644 BLASPHEM.WAD %{buildroot}%{_datadir}/doom/blasphem.wad
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc copying credits story.txt wadinfo.txt
|
|
%{_datadir}/doom/
|
|
|
|
%changelog
|