]> git.pld-linux.org Git - packages/Atari800.git/blame - Atari800.spec
- fixed post common w/o l.a. (set umask, don't try to overwrite on upgrades)
[packages/Atari800.git] / Atari800.spec
CommitLineData
d657d007
JB
1#
2# Conditional build:
af4c66f1
JB
3%bcond_with license_agreement # with unzipped ROM files instead of xf25.zip
4%bcond_without svga # without SVGA version
5#
6%ifnarch %{ix86} alpha ppc
7%undefine with_svga
8%endif
d657d007
JB
9Summary: Atari 800 Emulator
10Summary(pl): Emulator Atari 800
11Name: Atari800
3b3b5f88 12Version: 1.3.1
5cec04d2 13Release: 5
5f8fb39a 14License: GPL (Atari800), distributable if unmodified (xf25 with ROMs)
d657d007 15Group: Applications/Emulators
81970f8a 16Source0: http://dl.sourceforge.net/atari800/atari800-%{version}.tar.gz
3b3b5f88 17# Source0-md5: 02c824a4648732a3646d377ee02efd7d
d657d007
JB
18# NOTE: ROMs probably can be redistributed only in original XF25 archive
19Source1: http://joy.sophics.cz/www/xf25.zip
a2247a56 20# Source1-md5: 4dc3b6b4313e9596c4d474785a37b94d
d657d007 21Source2: %{name}-chooser
5f8fb39a 22URL: http://atari800.atari.org/
8525291b
JB
23BuildRequires: SDL-devel
24BuildRequires: XFree86-devel
96d99a48 25%if %{with svga}
82f142c8
JB
26%ifarch ppc
27BuildRequires: svgalib4ggi-devel
28%else
96d99a48 29BuildRequires: svgalib-devel
30%endif
82f142c8 31%endif
af4c66f1 32%if %{with license_agreement}
8525291b 33BuildRequires: unzip
af4c66f1 34%endif
d657d007 35BuildRequires: zlib-devel
5f8fb39a 36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d657d007 37
8e539164
TP
38%define specflags -fomit-frame-pointer
39
d657d007 40%description
5af21d09
JB
41This is Atari 800, 800XL, 130XE and 5200 emulator.
42
43%description -l pl
44To jest emulator Atari 800, 800XL, 130XE i 5200.
d657d007
JB
45
46%package common
47Summary: Atari 800 Emulator - common files for svgalib and X11 versions
48