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
|
Name: virt-viewer
|
||||||
Version: 8.0
|
Version: 8.0
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}
|
||||||
Summary: Virtual Machine Viewer
|
Summary: Virtual Machine Viewer
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://virt-manager.org/
|
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(libvirt-glib-1.0) >= 0.1.8
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
|
||||||
BuildRequires: pkgconfig(gtk-vnc-2.0) >= 0.4.0
|
BuildRequires: pkgconfig(gtk-vnc-2.0) >= 0.4.0
|
||||||
|
BuildRequires: pkgconfig(vte-2.91)
|
||||||
%if %{with_spice}
|
%if %{with_spice}
|
||||||
BuildRequires: pkgconfig(spice-client-gtk-3.0) >= 0.35
|
BuildRequires: pkgconfig(spice-client-gtk-3.0) >= 0.35
|
||||||
BuildRequires: pkgconfig(spice-protocol) >= 0.12.7
|
BuildRequires: pkgconfig(spice-protocol) >= 0.12.7
|
||||||
@ -81,7 +82,7 @@ autoreconf -if
|
|||||||
%define govirt_arg --with-ovirt
|
%define govirt_arg --with-ovirt
|
||||||
%endif
|
%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}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -104,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/remote-viewer.1*
|
%{_mandir}/man1/remote-viewer.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 29 2019 Daniel P. Berrangé <berrange@redhat.com> - 8.0-1
|
||||||
- Update to 8.0 release
|
- Update to 8.0 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user