rpms/lxdream/F-9 lxdream.spec,1.7,1.8

Thorsten Leemhuis thl at rpmfusion.org
Sat Oct 25 19:41:26 CEST 2008


Author: thl

Update of /cvs/free/rpms/lxdream/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28859

Modified Files:
	lxdream.spec 
Log Message:
* Sat Oct 25 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.8.4-2
- use i386 instead of ix86 for ExcludeArch



Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-9/lxdream.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lxdream.spec	20 Oct 2008 10:00:54 -0000	1.7
+++ lxdream.spec	25 Oct 2008 17:41:26 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           lxdream
 Version:        0.8.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Sega Dreamcast emulator
 Group:          Applications/Emulators
 License:        GPLv2+
@@ -19,7 +19,9 @@
 BuildRequires:  libGL-devel
 BuildRequires:  pulseaudio-libs-devel
 Requires:       hicolor-icon-theme
-ExclusiveArch:  %{ix86} x86_64
+# 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 x86_64
 
 %description
 lxdream is a linux-based emulator of the Sega Dreamcast system. While it is
@@ -87,6 +89,9 @@
 
 
 %changelog
+* Sat Oct 25 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.8.4-2
+- use i386 instead of ix86 for ExcludeArch
+
 * Sun Oct 19 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.4-1
 - Updated to 0.8.4
 - Added pulseaudio-libs-devel to BuildRequires



More information about the rpmfusion-commits mailing list