remove long lines

This commit is contained in:
Glauber Costa 2009-03-04 17:42:41 +00:00
parent 9235f9979a
commit c9c3df64ad
1 changed files with 13 additions and 13 deletions

View File

@ -2,8 +2,8 @@ Summary: QEMU is a FAST! processor emulator
Name: qemu Name: qemu
Version: 0.92 Version: 0.92
Release: 0.1.kvm20090303git%{?dist} Release: 0.1.kvm20090303git%{?dist}
# I have mistakenly thought the revision name would be 1.0. # I have mistakenly thought the revision name would be 1.0.
# So 0.10 series get Epoch = 1 # So 0.10 series get Epoch = 1
Epoch: 2 Epoch: 2
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
Group: Development/Tools Group: Development/Tools
@ -75,7 +75,7 @@ This package provides the command line tool for manipulating disk images
Summary: QEMU common files needed by all QEMU targets Summary: QEMU common files needed by all QEMU targets
Group: Development/Tools Group: Development/Tools
%description common %description common
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the common files needed by all QEMU targets This package provides the common files needed by all QEMU targets
@ -88,7 +88,7 @@ Requires(post): /sbin/chkconfig
Requires(preun): /sbin/service /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig
Requires(postun): /sbin/service Requires(postun): /sbin/service
%description user %description user
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the user mode emulation of qemu targets This package provides the user mode emulation of qemu targets
@ -104,7 +104,7 @@ Provides: kvm >= 84
Obsoletes: kvm < 85 Obsoletes: kvm < 85
%description system-x86 %description system-x86
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for x86 This package provides the system emulator for x86
@ -114,7 +114,7 @@ Summary: QEMU system emulator for ppc
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description system-ppc %description system-ppc
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for ppc This package provides the system emulator for ppc
@ -124,7 +124,7 @@ Summary: QEMU system emulator for sparc
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description system-sparc %description system-sparc
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for sparc This package provides the system emulator for sparc
@ -134,7 +134,7 @@ Summary: QEMU system emulator for arm
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description system-arm %description system-arm
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for arm This package provides the system emulator for arm
@ -144,7 +144,7 @@ Summary: QEMU system emulator for mips
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description system-mips %description system-mips
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for mips This package provides the system emulator for mips
@ -154,7 +154,7 @@ Summary: QEMU system emulator for cris
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description system-cris %description system-cris
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for cris This package provides the system emulator for cris
@ -164,7 +164,7 @@ Summary: QEMU system emulator for m68k
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description system-m68k %description system-m68k
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for m68k This package provides the system emulator for m68k
@ -174,7 +174,7 @@ Summary: QEMU system emulator for sh4
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description system-sh4 %description system-sh4
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
This package provides the system emulator for sh4 This package provides the system emulator for sh4
@ -211,7 +211,7 @@ such as kvmtrace and kvm_stat.
%patch10 -p1 %patch10 -p1
%build %build
# systems like rhel build system does not have a recent enough linker so # systems like rhel build system does not have a recent enough linker so
# --build-id works. this option is used fedora 8 onwards for giving info # --build-id works. this option is used fedora 8 onwards for giving info
# to the debug packages. # to the debug packages.