forked from pool/chocolate-doom
chocolate-doom-2.0
OBS-URL: https://build.opensuse.org/package/show/games/chocolate-doom?expand=0&rev=13
This commit is contained in:
parent
2807361f2b
commit
b35047a16a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b863204144624dbeefd94a008a882afd6c5b6c077706827ad412485b4450c1d
|
|
||||||
size 775952
|
|
3
chocolate-doom-2.0.tar.xz
Normal file
3
chocolate-doom-2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0079936e75aa76f93e1941ecbf7c55e236f9fdd4942b1a336830231e76fddce8
|
||||||
|
size 1257996
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 10 12:59:24 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.0
|
||||||
|
* Support for three other Doom engine-based games: Heretic, Hexen,
|
||||||
|
and Strife.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 2 07:45:59 UTC 2013 - jengelh@inai.de
|
Thu May 2 07:45:59 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,42 +17,55 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: chocolate-doom
|
Name: chocolate-doom
|
||||||
Version: 1.7.0
|
Version: 2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Conservative DOOM source port
|
%define rversion 2.0
|
||||||
|
Summary: Conservative DOOM/Heretic/Hexen/Strife source port
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/3D/Shoot
|
Group: Amusements/Games/3D/Shoot
|
||||||
Url: http://chocolate-doom.org/
|
Url: http://chocolate-doom.org/
|
||||||
|
|
||||||
|
#Git-Clone: git://github.com/fragglet/chocolate-doom
|
||||||
|
#Git-Web: https://github.com/fragglet/chocolate-doom
|
||||||
#Freecode-URL: https://freecode.com/projects/chocolate-doom
|
#Freecode-URL: https://freecode.com/projects/chocolate-doom
|
||||||
#DL-URL: http://downloads.sf.net/chocolate-doom/chocolate-doom-1.7.0.tar.gz
|
#DL-URL: http://chocolate-doom.org/downloads/2.0.0/chocolate-doom-2.0.0.tar.gz
|
||||||
Source: chocolate-doom-%version.tar.xz
|
Source: chocolate-doom-%rversion.tar.xz
|
||||||
Patch1: chdoom-iwaddir.diff
|
Patch1: chdoom-iwaddir.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libSDL-devel >= 1.1.3
|
BuildRequires: autoconf
|
||||||
BuildRequires: libSDL_mixer-devel
|
BuildRequires: automake
|
||||||
BuildRequires: libSDL_net-devel
|
BuildRequires: fdupes
|
||||||
BuildRequires: libsamplerate-devel
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(SDL_mixer)
|
||||||
|
BuildRequires: pkgconfig(SDL_net)
|
||||||
|
BuildRequires: pkgconfig(samplerate)
|
||||||
|
BuildRequires: pkgconfig(sdl) >= 1.1.3
|
||||||
|
Provides: chocolate-heretic = %version
|
||||||
|
Provides: chocolate-hexen = %version
|
||||||
|
Provides: chocolate-strife = %version
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Chocolate Doom is a Doom source port which aims to behave as closely
|
Chocolate Doom is a Doom source port with focus on accurate
|
||||||
as possible to the original DOS Doom executables. It aims to:
|
reproduction of the original DOS version of Doom and other games
|
||||||
* be compatible with DOS Doom demos
|
based on the Doom engine, in a form that can be run on modern
|
||||||
* be compatible with DOS Doom configuration files
|
computers. Originally, Chocolate Doom was only a Doom source port.
|
||||||
* be compatible with DOS Doom savegames
|
The project now includes ports of Heretic and Hexen, and Strife.
|
||||||
* be compatible with DOS Doom bugs
|
|
||||||
* provide the same "feel" as DOS Doom (display and input should
|
Chocolate Doom's aims are:
|
||||||
behave the same)
|
|
||||||
* as far as possible, provide all the same features that are
|
* Accurate reproduction of the original DOS versions of the games,
|
||||||
available using the DOS version.
|
including bugs.
|
||||||
|
* Compatibility with the DOS demo, configuration and savegame files.
|
||||||
|
* To provide an accurate retro "feel" (display and input should
|
||||||
|
behave the same).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -qn %name
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags};
|
make %{?_smp_mflags};
|
||||||
|
|
||||||
@ -64,13 +77,14 @@ mkdir -p "$b/%_bindir";
|
|||||||
mv "$b/%_prefix/games"/* "$b/%_bindir/";
|
mv "$b/%_prefix/games"/* "$b/%_bindir/";
|
||||||
rm -f "$b/%_docdir/%name/INSTALL"
|
rm -f "$b/%_docdir/%name/INSTALL"
|
||||||
%suse_update_desktop_file -r chocolate-setup chocolate-setup Game ActionGame
|
%suse_update_desktop_file -r chocolate-setup chocolate-setup Game ActionGame
|
||||||
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_bindir/*
|
%_bindir/chocolate-*
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
%_datadir/applications/*
|
%_datadir/applications/*
|
||||||
%_datadir/icons/*
|
%_datadir/icons/*
|
||||||
%_docdir/%name/
|
%_docdir/chocolate-*/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user