]> git.pld-linux.org Git - packages/Atari800.git/blobdiff - Atari800.spec
- BR: am
[packages/Atari800.git] / Atari800.spec
index 6fbffda9d9162661771fb58a7f7e42f94be49b91..81d88f94e9a0329f3386217f1e3b4c4ab8a884ea 100644 (file)
@@ -3,18 +3,15 @@
 %bcond_with    license_agreement       # with unzipped ROM files instead of xf25.zip
 %bcond_without svga                    # without SVGA version
 #
-%ifnarch %{ix86} alpha ppc
-%undefine      with_svga
-%endif
 Summary:       Atari 800 Emulator
 Summary(pl):   Emulator Atari 800
 Name:          Atari800
-Version:       1.3.2
+Version:       1.3.6
 Release:       1
 License:       GPL (Atari800), distributable if unmodified (xf25 with ROMs)
 Group:         Applications/Emulators
 Source0:       http://dl.sourceforge.net/atari800/atari800-%{version}.tar.gz
-# Source0-md5: 8fcd251a3757270c02519ad7b86b7caa
+# Source0-md5: 98b58d26aabeedb124233787677c32c3
 # NOTE: ROMs probably can be redistributed only in original XF25 archive
 Source1:       http://joy.sophics.cz/www/xf25.zip
 # Source1-md5: 4dc3b6b4313e9596c4d474785a37b94d
@@ -22,13 +19,8 @@ Source2:     %{name}-chooser
 URL:           http://atari800.atari.org/
 BuildRequires: SDL-devel
 BuildRequires: XFree86-devel
-%if %{with svga}
-%ifarch ppc
-BuildRequires: svgalib4ggi-devel
-%else
-BuildRequires: svgalib-devel
-%endif
-%endif
+BuildRequires: automake
+%{?with_svga:BuildRequires:    svgalib-devel}
 %if %{with license_agreement}
 BuildRequires: unzip
 %endif
@@ -136,6 +128,8 @@ obs
 
 %build
 cd src
+rm config.sub
+cp -f /usr/share/automake/config.sub .
 
 CFLAGS="%{rpmcflags}"
 
This page took 0.027345 seconds and 4 git commands to generate.