virt-viewer/virt-viewer.spec.in

53 lines
1.2 KiB
RPMSpec
Raw Normal View History

2007-07-20 23:26:08 +04:00
# -*- rpm-spec -*-
Name: @PACKAGE@
Version: @VERSION@
2007-08-16 04:14:44 +04:00
Release: 1%{?dist}%{?extra_release}
2007-07-20 23:26:08 +04:00
Summary: Virtual Machine Viewer
Group: Applications/System
2007-07-20 23:26:08 +04:00
License: GPL
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
BuildRequires: libxml2-devel
2007-08-16 04:14:44 +04:00
BuildRequires: gtk-vnc-devel >= 0.1.0
2007-07-20 23:59:19 +04:00
BuildRequires: /usr/bin/pod2man
2007-07-20 23:26:08 +04:00
%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 ChangeLog NEWS
%{_bindir}/%{name}
2007-07-20 23:59:19 +04:00
%{_mandir}/man1/%{name}*
2007-07-20 23:26:08 +04:00
%changelog
2007-08-29 04:25:43 +04:00
* Tue Aug 28 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.2-1
- Added support for remote console access
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-1
2007-07-20 23:26:08 +04:00
- First release