rpms/qemu/devel qemu.spec,1.15,1.16

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 23 16:36:00 UTC 2006


Author: thias

Update of /cvs/extras/rpms/qemu/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15527

Modified Files:
	qemu.spec 
Log Message:
Switch to gcc34, since devel now has that instead of gcc32.



Index: qemu.spec
===================================================================
RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- qemu.spec	23 Aug 2006 16:22:50 -0000	1.15
+++ qemu.spec	23 Aug 2006 16:36:00 -0000	1.16
@@ -10,7 +10,7 @@
 Patch0: qemu-0.7.0-build.patch
 Patch1: qemu-0.8.0-sdata.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: SDL-devel compat-gcc-32 zlib-devel which texi2html
+BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service /sbin/chkconfig
 Requires(postun): /sbin/service
@@ -39,7 +39,7 @@
 %ifarch x86_64
     --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \
 %endif
-    --cc=gcc32 --enable-alsa
+    --cc=gcc34 --enable-alsa
 make %{?_smp_mflags}
 
 %install
@@ -91,6 +91,7 @@
 - Update URL to qemu.org one like the Source.
 - Add which build requirement.
 - Don't include texi files in %%doc since we ship them in html.
+- Switch to using gcc34 on devel, FC5 still has gcc32.
 
 * Thu Jun  8 2006 David Woodhouse <dwmw2 at infradead.org> 0.8.1-3
 - More header abuse in modify_ldt(), change BuildRoot:




More information about the fedora-extras-commits mailing list