Author: thl
Update of /cvs/nonfree/rpms/raine/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29229
Modified Files:
raine.spec
Log Message:
* Sat Oct 25 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.50.11-2.1
- use i386 instead of ix86 for ExcludeArch
Index: raine.spec
===================================================================
RCS file: /cvs/nonfree/rpms/raine/F-9/raine.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- raine.spec 14 Sep 2008 21:51:06 -0000 1.2
+++ raine.spec 25 Oct 2008 17:45:08 -0000 1.3
@@ -1,6 +1,6 @@
Name: raine
Version: 0.50.11
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: Arcade emulator focused on Taito and Jaleco games hardware
Group: Applications/Emulators
License: GPL+ and Distributable
@@ -19,8 +19,11 @@
BuildRequires: SDL_ttf-devel
BuildRequires: zlib-devel
Requires: hicolor-icon-theme
-# Only compiles on x86 due to extensive x86 assembly
-ExclusiveArch: %{ix86}
+# Only compiles on x86 due to extensive x86 assembly.
+# There should be a {ix86} instead of i386 in the ExclusiveArch line but
+# that would make plague build the package for athlon, i386, i586 and i686 :-/
+ExclusiveArch: i386
+
%description
Raine emulates some M68000, M68020, Z80 and M68705 arcade games and is mainly
@@ -101,6 +104,9 @@
%changelog
+* Sat Oct 25 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
0.50.11-2.1
+- use i386 instead of ix86 for ExcludeArch
+
* Sun Sep 14 2008 Xavier Lamien <lxtnow[at]gmail.com> - 0.50.11-2
- Update files and rebuild for RPM fusion.