Fill out authors, news & readme

This commit is contained in:
Daniel P. Berrange 2007-08-15 20:14:44 -04:00
parent d62dc4f285
commit 84163e31de
4 changed files with 51 additions and 8 deletions

12
AUTHORS
View File

@ -0,0 +1,12 @@
Virt Viewer Authors
===================
The Virt Viewer application is written by
Daniel P. Berrange <berrange@redhat.com>
With additional patches from:
...send patches to get your name here...
-- End

7
NEWS
View File

@ -0,0 +1,7 @@
Virt Viewer News
================
August 15, 2007
---------------
- Initial release

30
README
View File

@ -0,0 +1,30 @@
Virt Viewer
===========
Virt Viewer provides a graphical viewer for the guest OS
display. At this time is supports guest OS using the VNC
protocol. Further protocols may be supported in the future
as user demand dicatates. The viewer can connect directly
to both local and remotely hosted guest OS, optionally
using SSL/TLS encryption.
Viewer Viewer uses the GTK-VNC widget to provide a display
of the VNC protocol. This is available from
http://gtk-vnc.sourceforge.net/
Viewer Viewer uses libvirt to lookup information about the
guest OS display. This is available from
http://libvirt.org/
Further information about the Virt Viewer application can be
found on the Virt Manager website:
http://virt-manager.org/
Feedback should be directed to the mailing list at
http://virt-manager.org/mailinglist.html
-- End

View File

@ -1,14 +1,8 @@
# -*- rpm-spec -*-
# This macro is used for the continuous automated builds. It just
# allows an extra fragment based on the timestamp to be appended
# to the release. This distinguishes automated builds, from formal
# Fedora RPM builds
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
Name: @PACKAGE@
Version: @VERSION@
Release: 1%{_extra_release}
Release: 1%{?dist}%{?extra_release}
Summary: Virtual Machine Viewer
Group: Applications/Emulators
@ -20,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: %{ix86} x86_64 ia64
BuildRequires: gtk2-devel
BuildRequires: gtk-vnc-devel
BuildRequires: gtk-vnc-devel >= 0.1.0
BuildRequires: /usr/bin/pod2man
%description