diff --git a/spice-protocol-0.12.14.tar.bz2 b/spice-protocol-0.12.14.tar.bz2 deleted file mode 100644 index 3956ec1..0000000 Binary files a/spice-protocol-0.12.14.tar.bz2 and /dev/null differ diff --git a/spice-protocol-0.14.2.tar.xz b/spice-protocol-0.14.2.tar.xz new file mode 100644 index 0000000..5ef8c15 Binary files /dev/null and b/spice-protocol-0.14.2.tar.xz differ diff --git a/spice-protocol.spec b/spice-protocol.spec index 96ae7ee..694115a 100644 --- a/spice-protocol.spec +++ b/spice-protocol.spec @@ -1,34 +1,36 @@ Name: spice-protocol -Version: 0.12.14 -Release: 3 +Version: 0.14.2 +Release: 1 Summary: Spice protocol header files License: BSD and LGPLv2+ URL: http://www.spice-space.org/ -Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2 +Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.xz -BuildArch: noarch -Patch1: 0001-qxl_dev-Align-QXLRam-to-4-bytes.patch +BuildArch: noarch +BuildRequires: meson %description This package provides header files describing the spice protocol and the para-virtual graphics card QXL. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %files %defattr(-,root,root) -%doc COPYING NEWS +%doc COPYING CHANGELOG.md %{_includedir}/spice-1/spice/*.h %{_datadir}/pkgconfig/spice-protocol.pc %changelog +* Thu Aug 18 2020 zhanzhimin - 0.14.2-1 +- Upgrade to 0.14.2 * Mon Dec 9 2019 openEuler Buildteam - 0.12.14-3 - Package init