From 84163e31de51bd46d302ec5ec2c53a2b6b651986 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Aug 16 2007 00:14:44 +0000 Subject: Fill out authors, news & readme --- diff --git a/AUTHORS b/AUTHORS index e69de29..f547f4c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,12 @@ + Virt Viewer Authors + =================== + +The Virt Viewer application is written by + + Daniel P. Berrange + +With additional patches from: + + ...send patches to get your name here... + +-- End diff --git a/NEWS b/NEWS index e69de29..8745ae3 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,7 @@ + Virt Viewer News + ================ + +August 15, 2007 +--------------- + + - Initial release diff --git a/README b/README index e69de29..6900875 100644 --- a/README +++ b/README @@ -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 diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in index b9aaf4b..c31013a 100644 --- a/virt-viewer.spec.in +++ b/virt-viewer.spec.in @@ -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