1
0
forked from pool/blasphemer
Dominique Leuenberger 2023-02-12 18:14:56 +00:00 committed by Git OBS Bridge
commit c7f25e885d
5 changed files with 25 additions and 10 deletions

3
blasphdm-0.1.8.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14c33448998650bc10d363f5af769ac778c8bfab5f60dfe01dbbac41cb78d255
size 4740554

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c93e5b6d6133c83cefb171e47502d57d53ecefc1fe38b5a1d2a19160d011488
size 7395639

3
blasphem-0.1.8.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5838d211add81e1696a621485c1e40771035daf6609d08bad7018f52acfa5e54
size 7601799

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Feb 12 14:09:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.1.8
* Added Ghoul (Mummy), replacing the previous deer demon.
* Added Harpy (Imp), replacing the previous lost soul.
* Added Ogre (Maulotaurus).
* Added Morphed Eye (Chicken).
* Added Unknown (Lich), replacing Freedoom's cacodemon.
* Textures: added archways variations
- Added Deathmatch maps
-------------------------------------------------------------------
Sun Oct 31 10:03:03 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package blasphemer
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: blasphemer
Version: 0.1.7
Version: 0.1.8
Release: 0
Summary: Replacement game files for Heretic game engines
License: BSD-3-Clause
Group: Amusements/Games/3D/Shoot
URL: https://github.com/Blasphemer
#Old Url: https://code.google.com/archive/p/blasphemer/
Source: https://github.com/Blasphemer/blasphemer/releases/download/v%{version}/blasphem-%{version}.zip
Source2: https://github.com/Blasphemer/blasphemer/releases/download/v%{version}/blasphdm-%{version}.zip
BuildArch: noarch
BuildRequires: unzip
@ -33,16 +33,16 @@ 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}
%setup -Tcq -a0 -a2
%build
# Game data files. Nothing to build!
%install
install -Dpm0644 blasphem-%{version}.wad %{buildroot}%{_datadir}/doom/blasphem.wad
mkdir -p "%{buildroot}/%{_datadir}/doom"
cp -av *.wad "%{buildroot}/%{_datadir}/doom/"
%files
%dir %{_datadir}/doom/
%{_datadir}/doom/blasphem.wad
%{_datadir}/doom/
%changelog