[fedora-virt-maint] rpms/bochs/F-12 bochs.spec,1.44,1.45

Jon Ciesla limb at fedoraproject.org
Tue Dec 8 16:31:55 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/bochs/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31395

Modified Files:
	bochs.spec 
Log Message:
BZ 544310.



Index: bochs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bochs/F-12/bochs.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- bochs.spec	31 Jul 2009 14:23:51 -0000	1.44
+++ bochs.spec	8 Dec 2009 16:31:55 -0000	1.45
@@ -1,7 +1,7 @@
 %define githead 04387139e3b
 Name:           bochs
 Version:        2.3.8
-Release:        0.8.git%{githead}%{?dist}
+Release:        0.9.git%{githead}%{?dist}
 Summary:        Portable x86 PC emulator
 Group:          Applications/Emulators
 License:        LGPLv2+
@@ -144,6 +144,7 @@ CONFIGURE_FLAGS=" \
   --with-rfb \
   --with-sdl \
   --without-wx \
+  --enable-cpu-level=6 \
   $ARCH_CONFIGURE_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS -DPARANOID"
 
@@ -172,6 +173,10 @@ cp BIOS-bochs-latest ../../bios/BIOS-boc
 rm -rf $RPM_BUILD_ROOT _installed-docs
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/bochs/VGABIOS*
+ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.bin $RPM_BUILD_ROOT%{_prefix}/share/bochs/VGABIOS-lgpl-latest
+ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.cirrus.bin $RPM_BUILD_ROOT%{_prefix}/share/bochs/VGABIOS-lgpl-latest.cirrus
+ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.cirrus.debug.bin $RPM_BUILD_ROOT%{_prefix}/share/bochs/VGABIOS-lgpl-latest.cirrus.debug
+ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.debug.bin $RPM_BUILD_ROOT%{_prefix}/share/bochs/VGABIOS-lgpl-latest.debug
 %ifnarch %{ix86} x86_64
 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/bochs/*BIOS*
 %endif
@@ -203,6 +208,7 @@ rm -rf $RPM_BUILD_ROOT
 %files bios
 %defattr(-,root,root,-)
 %{_datadir}/bochs/BIOS*
+%{_datadir}/bochs/VGABIOS*
 %endif
 
 
@@ -216,6 +222,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec 04 2009 Jon Ciesla <limb at jcomserv.net> 2.3.8-0.9.git04387139e3b
+- Include symlinks to VGABIOS in vgabios rpm, BZ 544310.
+- Enable cpu level 6.
+
 * Fri Jul 31 2009 Glauber Costa <glommer at redhat.com> - 2:0.10.50-14.kvm88
 - replace kvm-bios with a more modern version, and refresh instructions on how to get it.
 




More information about the Fedora-virt-maint mailing list