69 lines
1.8 KiB
RPMSpec
69 lines
1.8 KiB
RPMSpec
# -*- rpm-spec -*-
|
|
|
|
Name: virt-viewer
|
|
Version: 0.0.2
|
|
Release: 3%{?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
|
|
Patch1: %{name}-%{version}-vnc-credential-name.patch
|
|
Patch2: %{name}-%{version}-hide-passwd.patch
|
|
Patch3: %{name}-%{version}-window-title.patch
|
|
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
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
|
|
%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
|
|
* Fri Jan 11 2008 Daniel P. Berrange <berrange@redhat.com> - 0.0.2-3.fc9
|
|
- Set domain name as window title
|
|
- Hide input for passwd fields during auth
|
|
|
|
* Mon Oct 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.2-2.fc8
|
|
- Change TLS x509 credential name to sync with libvirt
|
|
|
|
* Tue Aug 28 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.2-1.fc8
|
|
- Added support for remote console access
|
|
|
|
* Fri Aug 17 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-2.fc8
|
|
- Restrict built to x86 & ia64 because libvirt is only on those arches
|
|
|
|
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-1.fc8
|
|
- First release
|
|
|