Accepting request 380055 from home:Mailaender:branches:games

new upstream release

OBS-URL: https://build.opensuse.org/request/show/380055
OBS-URL: https://build.opensuse.org/package/show/games/freedoom-freedm?expand=0&rev=16
This commit is contained in:
Ferdinand Thiessen 2016-03-26 22:07:34 +00:00 committed by Git OBS Bridge
parent 270b8cd4b2
commit b9afa35ce1
5 changed files with 15 additions and 29 deletions

3
freedm-0.10.1.zip Normal file
View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:379e29e4ee2355d150fba04507c14544bc8af4cc5449aef2cf80b6709a78e59a
size 4777958

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 26 08:13:44 UTC 2016 - mailaender@opensuse.org
- updated to 0.10.1
-------------------------------------------------------------------
Tue May 3 18:03:00 UTC 2011 - claes.backstrom@opensuse.org

View File

@ -1,10 +0,0 @@
[Desktop Entry]
Name=Freedoom Deathmatch
GenericName=Free Doom
Comment=A set of Doom Deathmatch levels
Exec=prboom -iwad /usr/share/doom/freedm.wad
Icon=freedoom
Terminal=false
Type=Application
Categories=Game;ActionGame;
Version=1.0

View File

@ -1,7 +1,7 @@
#
# spec file for package freedoom-freedm
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -16,26 +16,19 @@
#
#
%define waddir %{_datadir}/doom
Name: freedoom-freedm
Version: 0.7
Version: 0.10.1
Release: 0
Summary: Deathmatch levels for Doom
License: BSD-3-Clause
Group: Amusements/Games/3D/Shoot
Url: http://freedoom.sourceforge.net
Source0: http://mirror.lihnidos.org/GNU/savannah/freedoom/freedm/freedm-%{version}.zip
Source1: freedoom-freedm.desktop
Url: https://freedoom.github.io/
Source: https://github.com/freedoom/freedoom/releases/download/v%{version}/freedm-%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: freedoom
BuildRequires: prboom
BuildRequires: unzip
BuildRequires: update-desktop-files
Requires: freedoom
Requires: prboom
%description
A set of deathmatch levels for the DOOM game engine, based on the
@ -48,13 +41,11 @@ freely redistributable Freedoom game files.
# Game data files. Nothing to build!
%install
install -D -m 0644 freedm.wad $RPM_BUILD_ROOT%{waddir}/freedm.wad
%suse_update_desktop_file -i %{name}
install -D -m 0644 freedm.wad %{buildroot}%{_datadir}/doom/freedm.wad
%files
%defattr(-,root,root)
%doc README COPYING CREDITS NEWS
%{waddir}/freedm.wad
%{_datadir}/applications/*.desktop
%doc README.html COPYING CREDITS
%{_datadir}/doom/freedm.wad
%changelog