Further mass cleanup. One or more apply :

- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.
This commit is contained in:
Matthias Saou 2005-03-05 21:10:24 +00:00
parent c8e4b31cf3
commit 8cd57ac8b7
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ to port on new host CPUs. QEMU has two operating modes:
a processor and various peripherials. Currently, it is only used to launch a processor and various peripherials. Currently, it is only used to launch
an x86 Linux kernel on an x86 Linux system. It enables easier testing and an x86 Linux kernel on an x86 Linux system. It enables easier testing and
debugging of system code. It can also be used to provide virtual hosting debugging of system code. It can also be used to provide virtual hosting
of several virtual PC on a single server. of several virtual PC on a single server.
As QEMU requires no host kernel patches to run, it is very safe and easy to use. As QEMU requires no host kernel patches to run, it is very safe and easy to use.
@ -47,8 +47,8 @@ make prefix="${RPM_BUILD_ROOT}%{_prefix}" \
mandir="${RPM_BUILD_ROOT}%{_mandir}" \ mandir="${RPM_BUILD_ROOT}%{_mandir}" \
docdir="${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}" \ docdir="${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}" \
datadir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" install datadir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" install
install -D $RPM_SOURCE_DIR/qemu.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/qemu install -D $RPM_SOURCE_DIR/qemu.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/qemu
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -65,7 +65,7 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc Changelog README README.distrib TODO %doc Changelog README README.distrib TODO
%doc qemu-tech.texi qemu-doc.texi %doc qemu-tech.texi qemu-doc.texi
%doc linux-2.6-qemu-fast.patch *.html %doc linux-2.6-qemu-fast.patch *.html
%{_bindir}/qemu* %{_bindir}/qemu*
%{_prefix}/share/qemu %{_prefix}/share/qemu