1
0
forked from pool/blasphemer

Accepting request 407583 from home:Mailaender:branches:games

OBS-URL: https://build.opensuse.org/request/show/407583
OBS-URL: https://build.opensuse.org/package/show/games/blasphemer?expand=0&rev=1
This commit is contained in:
Dmitriy Perlow 2016-07-10 09:19:01 +00:00 committed by Git OBS Bridge
commit 39740c02bf
5 changed files with 81 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
blasphemer-0.1.5.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e49f89584e3a5254e183925c2e6af9764ff3f2a3d1ad7aece066b004af4a1fc
size 2571007

5
blasphemer.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Sun Jul 10 09:01:56 UTC 2016 - mailaender@opensuse.org
- initial packaging of version 0.1.5

49
blasphemer.spec Normal file
View File

@ -0,0 +1,49 @@
#
# 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 Doom 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