Compile with VTE support
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
7b5c3f9767
commit
503def1f6f
@ -17,7 +17,7 @@
|
||||
|
||||
Name: virt-viewer
|
||||
Version: 8.0
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
Release: 2%{?dist}%{?extra_release}
|
||||
Summary: Virtual Machine Viewer
|
||||
License: GPLv2+
|
||||
URL: http://virt-manager.org/
|
||||
@ -42,6 +42,7 @@ BuildRequires: pkgconfig(libvirt) >= 0.10.0
|
||||
BuildRequires: pkgconfig(libvirt-glib-1.0) >= 0.1.8
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
|
||||
BuildRequires: pkgconfig(gtk-vnc-2.0) >= 0.4.0
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
%if %{with_spice}
|
||||
BuildRequires: pkgconfig(spice-client-gtk-3.0) >= 0.35
|
||||
BuildRequires: pkgconfig(spice-protocol) >= 0.12.7
|
||||
@ -81,7 +82,7 @@ autoreconf -if
|
||||
%define govirt_arg --with-ovirt
|
||||
%endif
|
||||
|
||||
%configure %{spice_arg} %{govirt_arg} --with-buildid=%{release} --disable-update-mimedb
|
||||
%configure %{spice_arg} %{govirt_arg} --with-vte --with-buildid=%{release} --disable-update-mimedb
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -104,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/remote-viewer.1*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 11 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 8.0-2
|
||||
- Compile with VTE support
|
||||
|
||||
|
||||
* Fri Mar 29 2019 Daniel P. Berrangé <berrange@redhat.com> - 8.0-1
|
||||
- Update to 8.0 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user