2016-07-10 11:19:01 +02:00
|
|
|
#
|
|
|
|
# spec file for package blasphemer
|
|
|
|
#
|
2021-11-01 06:37:26 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2016-07-10 11:19:01 +02: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.
|
|
|
|
|
2021-11-01 06:37:26 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-07-10 11:19:01 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: blasphemer
|
2021-11-01 06:37:26 +01:00
|
|
|
Version: 0.1.7
|
2016-07-10 11:19:01 +02:00
|
|
|
Release: 0
|
2016-07-10 15:16:50 +02:00
|
|
|
Summary: Replacement game files for Heretic game engines
|
2016-07-10 11:19:01 +02:00
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Amusements/Games/3D/Shoot
|
2021-11-01 06:37:26 +01:00
|
|
|
URL: https://github.com/Blasphemer
|
2017-07-06 11:14:04 +02:00
|
|
|
#Old Url: https://code.google.com/archive/p/blasphemer/
|
2021-11-01 06:37:26 +01:00
|
|
|
Source: https://github.com/Blasphemer/blasphemer/releases/download/v%{version}/blasphem-%{version}.zip
|
2016-07-10 11:19:01 +02:00
|
|
|
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
|
2021-11-01 06:37:26 +01:00
|
|
|
install -Dpm0644 blasphem-%{version}.wad %{buildroot}%{_datadir}/doom/blasphem.wad
|
2016-07-10 11:19:01 +02:00
|
|
|
|
|
|
|
%files
|
2021-11-01 06:37:26 +01:00
|
|
|
%dir %{_datadir}/doom/
|
|
|
|
%{_datadir}/doom/blasphem.wad
|
2016-07-10 11:19:01 +02:00
|
|
|
|
|
|
|
%changelog
|