spice-protocol/spice-protocol.spec
2023-03-31 14:34:25 +08:00

46 lines
1.2 KiB
RPMSpec

Name: spice-protocol
Version: 0.14.4
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
Source1: https://www.spice-space.org/download/releases/%{name}-%{version}.tar.xz.sig
Source2: victortoso-E37A484F.keyring
BuildArch: noarch
BuildRequires: meson gnupg2
%description
This package provides header files describing the spice protocol and
the para-virtual graphics card QXL.
%prep
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%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 Mar 16 2023 lilong <lilong@kylinos.cn> - 0.14.4-1
- Upgrade to 0.14.4
* Fri Dec 3 2021 yangcheng <yangcheng87@huawei.com> - 0.14.3-1
- Upgrade to 0.14.3
* 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