forked from pool/blasphemer
Accepting request 1064694 from games
OBS-URL: https://build.opensuse.org/request/show/1064694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/blasphemer?expand=0&rev=4
This commit is contained in:
commit
c7f25e885d
3
blasphdm-0.1.8.zip
Normal file
3
blasphdm-0.1.8.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14c33448998650bc10d363f5af769ac778c8bfab5f60dfe01dbbac41cb78d255
|
||||||
|
size 4740554
|
@ -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
3
blasphem-0.1.8.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5838d211add81e1696a621485c1e40771035daf6609d08bad7018f52acfa5e54
|
||||||
|
size 7601799
|
@ -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>
|
Sun Oct 31 10:03:03 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package blasphemer
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: blasphemer
|
Name: blasphemer
|
||||||
Version: 0.1.7
|
Version: 0.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Replacement game files for Heretic game engines
|
Summary: Replacement game files for Heretic game engines
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Amusements/Games/3D/Shoot
|
Group: Amusements/Games/3D/Shoot
|
||||||
URL: https://github.com/Blasphemer
|
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
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: unzip
|
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.
|
with a theme of metal-inspired dark fantasy.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c %{name}-%{version}
|
%setup -Tcq -a0 -a2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Game data files. Nothing to build!
|
# Game data files. Nothing to build!
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dpm0644 blasphem-%{version}.wad %{buildroot}%{_datadir}/doom/blasphem.wad
|
mkdir -p "%{buildroot}/%{_datadir}/doom"
|
||||||
|
cp -av *.wad "%{buildroot}/%{_datadir}/doom/"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{_datadir}/doom/
|
%{_datadir}/doom/
|
||||||
%{_datadir}/doom/blasphem.wad
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user