update to 0.14.2

This commit is contained in:
jinzhimin369 2020-08-18 10:15:18 +08:00
parent 3866781b13
commit fd7304b1dc
3 changed files with 12 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,34 +1,36 @@
Name: spice-protocol Name: spice-protocol
Version: 0.12.14 Version: 0.14.2
Release: 3 Release: 1
Summary: Spice protocol header files Summary: Spice protocol header files
License: BSD and LGPLv2+ License: BSD and LGPLv2+
URL: http://www.spice-space.org/ 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 BuildArch: noarch
Patch1: 0001-qxl_dev-Align-QXLRam-to-4-bytes.patch BuildRequires: meson
%description %description
This package provides header files describing the spice protocol and This package provides header files describing the spice protocol and
the para-virtual graphics card QXL. the para-virtual graphics card QXL.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -p1
%build %build
%configure %meson
make %{?_smp_mflags} %meson_build
%install %install
%make_install %meson_install
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING NEWS %doc COPYING CHANGELOG.md
%{_includedir}/spice-1/spice/*.h %{_includedir}/spice-1/spice/*.h
%{_datadir}/pkgconfig/spice-protocol.pc %{_datadir}/pkgconfig/spice-protocol.pc
%changelog %changelog
* Thu Aug 18 2020 zhanzhimin <zhanzhimin@huawei.com> - 0.14.2-1
- Upgrade to 0.14.2
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.12.14-3 * Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.12.14-3
- Package init - Package init