]> git.pld-linux.org Git - packages/Atari800.git/blame - Atari800.spec
- simplified new bconds
[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
96d99a48 13Release: 3
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}
26BuildRequires: svgalib-devel
27%endif
af4c66f1 28%if %{with license_agreement}
8525291b 29BuildRequires: unzip
af4c66f1 30%endif
d657d007 31BuildRequires: zlib-devel
5f8fb39a 32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d657d007 33
8e539164
TP
34%define specflags -fomit-frame-pointer
35
d657d007 36%description
5af21d09
JB
37This is Atari 800, 800XL, 130XE and 5200 emulator.
38
39%description -l pl
40To jest emulator Atari 800, 800XL, 130XE i 5200.
d657d007
JB
41
42%package common
43Summary: Atari 800 Emulator - common files for svgalib and X11 versions
44