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
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 <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
- Package init