Codebase list virt-viewer / 84163e3
Fill out authors, news & readme Daniel P. Berrange 16 years ago
4 changed file(s) with 51 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 Virt Viewer Authors
1 ===================
2
3 The Virt Viewer application is written by
4
5 Daniel P. Berrange <berrange@redhat.com>
6
7 With additional patches from:
8
9 ...send patches to get your name here...
10
11 -- End
0 Virt Viewer News
1 ================
2
3 August 15, 2007
4 ---------------
5
6 - Initial release
0 Virt Viewer
1 ===========
2
3 Virt Viewer provides a graphical viewer for the guest OS
4 display. At this time is supports guest OS using the VNC
5 protocol. Further protocols may be supported in the future
6 as user demand dicatates. The viewer can connect directly
7 to both local and remotely hosted guest OS, optionally
8 using SSL/TLS encryption.
9
10 Viewer Viewer uses the GTK-VNC widget to provide a display
11 of the VNC protocol. This is available from
12
13 http://gtk-vnc.sourceforge.net/
14
15 Viewer Viewer uses libvirt to lookup information about the
16 guest OS display. This is available from
17
18 http://libvirt.org/
19
20 Further information about the Virt Viewer application can be
21 found on the Virt Manager website:
22
23 http://virt-manager.org/
24
25 Feedback should be directed to the mailing list at
26
27 http://virt-manager.org/mailinglist.html
28
29 -- End
00 # -*- rpm-spec -*-
1
2 # This macro is used for the continuous automated builds. It just
3 # allows an extra fragment based on the timestamp to be appended
4 # to the release. This distinguishes automated builds, from formal
5 # Fedora RPM builds
6 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
71
82 Name: @PACKAGE@
93 Version: @VERSION@
10 Release: 1%{_extra_release}
4 Release: 1%{?dist}%{?extra_release}
115 Summary: Virtual Machine Viewer
126
137 Group: Applications/Emulators
1913 ExclusiveArch: %{ix86} x86_64 ia64
2014
2115 BuildRequires: gtk2-devel
22 BuildRequires: gtk-vnc-devel
16 BuildRequires: gtk-vnc-devel >= 0.1.0
2317 BuildRequires: /usr/bin/pod2man
2418
2519 %description