diff --git a/0001-wxi-update-spice-glib-to-ship-with-gstvideo.patch b/0001-wxi-update-spice-glib-to-ship-with-gstvideo.patch new file mode 100644 index 0000000..9c93109 --- /dev/null +++ b/0001-wxi-update-spice-glib-to-ship-with-gstvideo.patch @@ -0,0 +1,57 @@ +From 4b0f1727b78de0b21d97400aefcc96def9531b21 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= +Date: Mon, 31 Jul 2017 13:55:00 +0200 +Subject: [PATCH] wxi: update spice-glib to ship with gstvideo + +--- + data/wixl/spice-glib.wxi | 9 ++++++--- + 1 file changed, 6 insertions(+), 3 deletions(-) + +diff --git a/data/wixl/spice-glib.wxi b/data/wixl/spice-glib.wxi +index 6c921ff..ac9f360 100644 +--- a/data/wixl/spice-glib.wxi ++++ b/data/wixl/spice-glib.wxi +@@ -6,6 +6,7 @@ + + + ++ + + + +@@ -35,6 +36,9 @@ + + + ++ ++ ++ + + + +@@ -100,9 +104,6 @@ + + + +- +- +- + + + +@@ -111,10 +112,12 @@ + + + ++ + + + + ++ + + + +-- +2.14.0.rc0.1.g40ca67566 + diff --git a/msitools.spec b/msitools.spec index a60fe40..a913cfa 100644 --- a/msitools.spec +++ b/msitools.spec @@ -2,7 +2,7 @@ Name: msitools Version: 0.97 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Windows Installer tools License: GPLv2+ @@ -19,6 +19,8 @@ BuildRequires: libgsf-devel BuildRequires: libuuid-devel BuildRequires: vala-tools +Patch0001: 0001-wxi-update-spice-glib-to-ship-with-gstvideo.patch + %description msitools is a collection of utilities to inspect and create Windows Installer files. It is useful in a cross-compilation environment such @@ -42,6 +44,7 @@ The libmsi1-devel package includes the header files for libmsi. %prep %setup -q -n msitools-%{version}%{?_version_suffix} +%patch0001 -p1 %build %configure --enable-fast-install @@ -85,6 +88,9 @@ rm -f %{buildroot}%{_libdir}/*.la %changelog +* Mon Jul 31 2017 Marc-André Lureau - 0.97-2 +- Add a patch to fix spice packaging + * Mon Jul 31 2017 Marc-André Lureau - 0.97-1 - Upstream release 0.97