]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- BR: texinfo (for building manpages) auto/th/qemu-1_0-6
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 8 Feb 2012 15:26:33 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix noautostrip regexp
- release 6 (rebuild against libpng-1.5)

Changed files:
    qemu.spec -> 1.192

qemu.spec

index bf122c26536bdf4a538ee7a6d2b62a740615d783..fffb5c826e16dc0b482de3198127213791f7165c 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -16,7 +16,7 @@ Summary:      QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
 Version:       1.0
-Release:       5
+Release:       6
 License:       GPL
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu.org/download/%{name}-%{version}.tar.gz
@@ -44,6 +44,7 @@ BuildRequires:        perl-tools-pod
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
 BuildRequires: texi2html
+BuildRequires: texinfo
 BuildRequires: which
 BuildRequires: xorg-lib-libX11-devel
 Requires:      %{name}-img = %{version}-%{release}
@@ -66,7 +67,7 @@ ExclusiveArch:        %{ix86} %{x8664} %{?with_userspace:ppc}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # some PPC/SPARC boot image in ELF format
-%define                _noautostrip    .*%{_datadir}/qemu/.*-.* .*%{_datadir}/qemu/bios.bin
+%define                _noautostrip    .*%{_datadir}/qemu/.*-.*
 
 %description
 QEMU is a FAST! processor emulator. By using dynamic translation it
This page took 0.242654 seconds and 4 git commands to generate.