Author: aredridel Date: Tue Feb 6 22:52:49 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - start of 0.9.0 - Licensing issues are resolved, but kqemu must now be built
---- Files affected: SPECS: qemu.spec (1.77 -> 1.78) ---- Diffs: ================================================================ Index: SPECS/qemu.spec diff -u SPECS/qemu.spec:1.77 SPECS/qemu.spec:1.78 --- SPECS/qemu.spec:1.77 Fri Jan 26 11:22:54 2007 +++ SPECS/qemu.spec Tue Feb 6 23:52:44 2007 @@ -2,10 +2,6 @@ # # TODO: # - wait till the gcc bug http://gcc.gnu.org/PR16185 is fixed. -# - kqemu MODULE could be distributable if somebody bothers to contact qemu -# author http://fabrice.bellard.free.fr/qemu/qemu-accel.html -# (but only in source form as distribution of linked module would be -# violation of GPL) # # Conditional build: %bcond_without kqemu # disable QEMU ACCELERATOR support @@ -14,28 +10,26 @@ # Note that gcc4 build is very problematic and not supported by qemu team %bcond_with gcc4 # use gcc4 patches (broke build on gcc33) %bcond_without dist_kernel # without distribution kernel -%bcond_with kernel # build kqemu KERNEL MODULES (see License) +%bcond_without kernel # build kqemu KERNEL MODULES %bcond_without smp # don't build SMP module %bcond_without userspace # don't build userspace utilities # -%define _kqemu_version 1.3.0pre9 -%define _rel 2 +%define _kqemu_version 1.3.0pre11 +%define _rel 1 Summary: QEMU CPU Emulator Summary(pl): QEMU - emulator procesora Name: qemu -Version: 0.8.2 +Version: 0.9.0 Release: %{_rel}%{?with_kqemu:k} License: GPL Group: Applications/Emulators #Source0Download: http://fabrice.bellard.free.fr/qemu/download.html Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz -# Source0-md5: 5b3a89eb2f256a8a6f3bb07f7b3f1b07 +# Source0-md5: ab11a03ba30cf4a70641f0f170473d69 Source1: http://fabrice.bellard.free.fr/qemu/k%{name}-%{_kqemu_version}.tar.gz -# NoSource1-md5: 27888c3220844ad360a6a23345fa1bcb -NoSource: 1 +# Source1-md5: 970521874ef8b1ba4598925ace5936c3 Patch0: %{name}-nostatic.patch Patch1: %{name}-cc.patch -Patch2: %{name}-longjmp.patch Patch3: %{name}-dot.patch Patch4: %{name}-gcc4_x86.patch Patch5: %{name}-gcc4_ppc.patch @@ -45,9 +39,8 @@ Patch8: %{name}-kde_virtual_workspaces_hack.patch # http://gwenole.beauchesne.info/en/projects/qemu Patch9: %{name}-0.8.0-gcc4-hacks.patch -Patch10: %{name}-0.7.0-gcc4.patch Patch11: %{name}-0.7.2-gcc4-opts.patch -Patch12: %{name}-0.7.2-dyngen-check-stack-clobbers.patch +#Patch12: %{name}-0.7.2-dyngen-check-stack-clobbers.patch URL: http://fabrice.bellard.free.fr/qemu/ %if %{with kernel} && %{with dist_kernel} BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.7 @@ -138,13 +131,11 @@ %setup -q %{?with_kernel:-a1} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %patch3 -p1 %if %{with gcc4} %patch9 -p1 -%patch10 -p1 %patch11 -p1 -%patch12 -p1 +#%patch12 -p1 #%patch4 -p0 %patch5 -p1 %endif @@ -311,6 +302,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2007/02/06 22:52:44 aredridel +- start of 0.9.0 +- Licensing issues are resolved, but kqemu must now be built + Revision 1.77 2007/01/26 10:22:54 glen - reverted, kqemu bcond is for application support - kernel module is what is restricted ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/qemu.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
