spice-protocol/spice-protocol.spec

37 lines
840 B
RPMSpec
Raw Permalink Normal View History

2019-12-14 21:39:48 +08:00
Name: spice-protocol
2020-08-18 10:15:18 +08:00
Version: 0.14.2
Release: 1
2019-12-14 21:39:48 +08:00
Summary: Spice protocol header files
License: BSD and LGPLv2+
URL: http://www.spice-space.org/
2020-08-18 10:15:18 +08:00
Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.xz
2019-12-14 21:39:48 +08:00
2020-08-18 10:15:18 +08:00
BuildArch: noarch
BuildRequires: meson
2019-12-14 21:39:48 +08:00
%description
This package provides header files describing the spice protocol and
the para-virtual graphics card QXL.
%prep
2020-08-18 10:15:18 +08:00
%autosetup -p1
2019-12-14 21:39:48 +08:00
%build
2020-08-18 10:15:18 +08:00
%meson
%meson_build
2019-12-14 21:39:48 +08:00
%install
2020-08-18 10:15:18 +08:00
%meson_install
2019-12-14 21:39:48 +08:00
%files
%defattr(-,root,root)
2020-08-18 10:15:18 +08:00
%doc COPYING CHANGELOG.md
2019-12-14 21:39:48 +08:00
%{_includedir}/spice-1/spice/*.h
%{_datadir}/pkgconfig/spice-protocol.pc
%changelog
2020-08-18 10:15:18 +08:00
* Thu Aug 18 2020 zhanzhimin <zhanzhimin@huawei.com> - 0.14.2-1
- Upgrade to 0.14.2
2019-12-14 21:39:48 +08:00
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.12.14-3
- Package init