[bochs] - fix non-x86 build

Dan Horák sharkcz at fedoraproject.org
Mon May 27 10:33:28 UTC 2013


commit 287bbe856cfbcf6bdc564c8fccba7533589deb55
Author: Dan Horák <dan at danny.cz>
Date:   Mon May 27 12:33:22 2013 +0200

    - fix non-x86 build

 bochs.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/bochs.spec b/bochs.spec
index 7684823..04f7a88 100644
--- a/bochs.spec
+++ b/bochs.spec
@@ -1,7 +1,7 @@
 %define _hardened_build 1
 Name:           bochs
 Version:        2.6.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Portable x86 PC emulator
 Group:          Applications/Emulators
 License:        LGPLv2+
@@ -166,7 +166,7 @@ ln -s %{_prefix}/share/seavgabios/vgabios-qxl.bin $RPM_BUILD_ROOT%{_prefix}/shar
 ln -s %{_prefix}/share/seavgabios/vgabios-stdvga.bin $RPM_BUILD_ROOT%{_prefix}/share/bochs/vgabios-stdvga
 ln -s %{_prefix}/share/seavgabios/vgabios-vmware.bin $RPM_BUILD_ROOT%{_prefix}/share/bochs/vgabios-vmware
 %ifnarch %{ix86} x86_64
-rm -rf $RPM_BUILD_ROOT%{_prefix}/share/bochs/*BIOS*
+rm -rf $RPM_BUILD_ROOT%{_prefix}/share/bochs/*{BIOS,bios}*
 %endif
 install -m 755 bochs-debugger bochs-gdb $RPM_BUILD_ROOT%{_bindir}
 mv $RPM_BUILD_ROOT%{_docdir}/bochs _installed-docs
@@ -218,7 +218,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_prefix}/include/bochs/
 
 %changelog
-* Sat May 25 2013 Jon Ciesla <limburgher at gmail.com> - 2.6.1-2
+* Mon May 27 2013 Dan Horák <dan[at]danny.cz> - 2.6.1-4
+- fix non-x86 build
+
+* Sat May 25 2013 Jon Ciesla <limburgher at gmail.com> - 2.6.1-3
 - Fix bios symlinks.
 
 * Sat May 25 2013 Jon Ciesla <limburgher at gmail.com> - 2.6.1-2


More information about the scm-commits mailing list