spice-protocol/spice-protocol.spec
chengguipeng 139efaccc7 spice-protocol: Update to 0.14.2
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
2020-07-23 16:13:55 +08:00

37 lines
845 B
RPMSpec

Name: spice-protocol
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.xz
BuildArch: noarch
BuildRequires: meson
%description
This package provides header files describing the spice protocol and
the para-virtual graphics card QXL.
%prep
%autosetup -p1
%build
%meson
%meson_build
%install
%meson_install
%files
%defattr(-,root,root)
%doc COPYING CHANGELOG.md
%{_includedir}/spice-1/spice/*.h
%{_datadir}/pkgconfig/spice-protocol.pc
%changelog
* Thu Jul 16 2020 chengguipeng <chengguipeng@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