summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2007-08-15 20:14:44 -0400
committerDaniel P. Berrange <berrange@redhat.com>2007-08-15 20:14:44 -0400
commit84163e31de51bd46d302ec5ec2c53a2b6b651986 (patch)
tree7cf325438ad5ee47ac085a56a017f82a32fef560
parentd62dc4f28578ce36ce8d601abf30087254a76bb7 (diff)
downloadvirt-viewer-84163e31de51bd46d302ec5ec2c53a2b6b651986.tar.gz
virt-viewer-84163e31de51bd46d302ec5ec2c53a2b6b651986.tar.xz
virt-viewer-84163e31de51bd46d302ec5ec2c53a2b6b651986.zip
Fill out authors, news & readme
-rw-r--r--AUTHORS12
-rw-r--r--NEWS7
-rw-r--r--README30
-rw-r--r--virt-viewer.spec.in10
4 files changed, 51 insertions, 8 deletions
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 <berrange@redhat.com>
+
+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