]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- 0.6.1 auto/ac/qemu-0_6_1-1
authorwolf <wolf@pld-linux.org>
Tue, 16 Nov 2004 19:45:55 +0000 (19:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-DESTDIR.patch -> 1.5
    qemu.spec -> 1.14

qemu-DESTDIR.patch
qemu.spec

index 1d4993f3aac82ba768a18581539cd10c1671c713..498c14d0a34fb3f2b950076ced3d4e8dd13b784f 100644 (file)
@@ -1,6 +1,6 @@
 --- qemu-0.6.0/Makefile.orig   2004-07-10 20:20:09.000000000 +0200
 +++ qemu-0.6.0/Makefile        2004-10-16 12:44:46.537539984 +0200
-@@ -47,20 +47,20 @@
+@@ -43,21 +43,21 @@
          done
  
  install: all 
@@ -15,6 +15,7 @@
        install -m 644 pc-bios/bios.bin pc-bios/vgabios.bin \
                         pc-bios/vgabios-cirrus.bin \
                         pc-bios/ppc_rom.bin \
+                        pc-bios/proll.bin \
 -                       pc-bios/linux_boot.bin "$(datadir)"
 -      mkdir -p "$(docdir)"
 -      install -m 644 qemu-doc.html  qemu-tech.html "$(docdir)"
index f31c08f1c396b025cbcf14cfb63862aa2ae9b3de..ce3ea8c5281c7767f48d6ea149d649e110949164 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,19 +1,18 @@
 Summary:       QEMU CPU Emulator
 Summary(pl):   QEMU - emulator procesora
 Name:          qemu
-Version:       0.6.0
-Release:       0.2
+Version:       0.6.1
+Release:       1
 License:       GPL
 Group:         Applications/Emulators
 Source0:       http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz
-# Source0-md5: cdbc7258f122f381cba7ac1ca6ce0722
+# Source0-md5: f1b5e103321832d2786dd4110f6c8ae4
 # Source0-size:        874397
 Patch0:                %{name}-nostatic.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-amd64.patch
 Patch3:                %{name}-longjmp.patch
 Patch4:                %{name}-gcc34.patch
-Patch5:                %{name}-ppc.patch
 #Patch0:               qemu-0.5.0-cvsupdates.patch.bz2
 #Patch1:               qemu-0.1.6-glibc23-ldscripts.patch.bz2
 #Patch2:               qemu-0.5.0-sdl-static-libs.patch.bz2
@@ -68,7 +67,6 @@ aby dzia
 %patch2        -p1
 %patch3        -p1
 %patch4        -p1
-%patch5        -p1
 
 #%patch0 -p1 -b .cvsupdates
 #%patch1 -p1 -b .glibc23-ldscripts
@@ -100,18 +98,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README qemu-doc.html
-%ifarch %{ix86}
-%attr(755,root,root) %{_bindir}/qemu-fast
-%endif
-%ifarch %{ix86} ppc
-%{_bindir}/qemu
-%endif
-%{_bindir}/qemu-mkcow
-%{_bindir}/qemu-arm
-%{_bindir}/qemu-i386
-%{_bindir}/qemu-sparc
-%{_bindir}/qemu-ppc
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/qemu
 %{_mandir}/man1/qemu.1*
-%dir %{_datadir}/qemu
-%{_datadir}/qemu/bios.bin
-%{_datadir}/qemu/vgabios.bin
This page took 0.091007 seconds and 4 git commands to generate.