Initial commit

This commit is contained in:
Daniel P. Berrange 2007-08-17 19:42:14 +00:00
parent 2a65d31c99
commit 073f8e18c0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1 @@
virt-viewer-0.0.1.tar.gz

View File

@ -0,0 +1 @@
1bb5b589b20f45922a59da25d71c95b3 virt-viewer-0.0.1.tar.gz

49
virt-viewer.spec Normal file
View File

@ -0,0 +1,49 @@
# -*- rpm-spec -*-
Name: virt-viewer
Version: 0.0.1
Release: 1%{?dist}
Summary: Virtual Machine Viewer
Group: Applications/System
License: GPLv2+
URL: http://virt-manager.org/
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel
BuildRequires: libvirt-devel >= 0.3.1-4.fc8
BuildRequires: libxml2-devel
BuildRequires: gtk-vnc-devel >= 0.1.0
BuildRequires: /usr/bin/pod2man
%description
Virtual Machine Viewer provides a graphical console client for connecting
to virtual machines. It uses the GTK-VNC widget to provide the display,
and libvirt for looking up VNC server details.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS NEWS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%changelog
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-1.fc8
- First release