diff --git a/spice-gtk.spec b/spice-gtk.spec index 1350e50..42dd25f 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -7,7 +7,7 @@ Name: spice-gtk Version: 0.27 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -41,6 +41,7 @@ BuildRequires: gtk-doc BuildRequires: vala-tools BuildRequires: usbutils BuildRequires: libphodav-1.0-devel +BuildRequires: lz4-devel %if %{with_gtk3} BuildRequires: gtk3-devel %endif @@ -168,13 +169,13 @@ cp -a spice-gtk-%{version} spice-gtk3-%{version} %build cd spice-gtk-%{version} -%configure --with-gtk=2.0 --enable-gtk-doc --with-usb-acl-helper-dir=%{_libexecdir}/spice-gtk-%{_arch}/ +%configure --with-gtk=2.0 --enable-gtk-doc --with-usb-acl-helper-dir=%{_libexecdir}/spice-gtk-%{_arch}/ --enable-lz4 make %{?_smp_mflags} cd .. %if %{with_gtk3} cd spice-gtk3-%{version} -%configure --with-gtk=3.0 --enable-vala --with-usb-acl-helper-dir=%{_libexecdir}/spice-gtk-%{_arch}/ +%configure --with-gtk=3.0 --enable-vala --with-usb-acl-helper-dir=%{_libexecdir}/spice-gtk-%{_arch}/ --enable-lz4 make %{?_smp_mflags} cd .. %endif @@ -279,6 +280,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc %{_bindir}/spicy-stats %changelog +* Tue Dec 30 2014 Christophe Fergeau 0.27-4 +- Enable lz4 support + * Mon Dec 22 2014 Marc-André Lureau 0.27-3 - Fix usbredir crash on disconnection.